public class com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private com.microsoft.azure.management.appservice.OperationStatus migrationOperationStatus;
    descriptor: Lcom/microsoft/azure/management/appservice/OperationStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.migrationOperationStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String operationId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.operationId", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Boolean localMySqlEnabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.localMySqlEnabled", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
         0: .line 20
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/MigrateMySqlStatusInner;

  public com.microsoft.azure.management.appservice.OperationStatus migrationOperationStatus();
    descriptor: ()Lcom/microsoft/azure/management/appservice/OperationStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
         0: .line 46
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner.migrationOperationStatus:Lcom/microsoft/azure/management/appservice/OperationStatus;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/MigrateMySqlStatusInner;

  public java.lang.String operationId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner.operationId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/MigrateMySqlStatusInner;

  public java.lang.Boolean localMySqlEnabled();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner.localMySqlEnabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.MigrateMySqlStatusInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/MigrateMySqlStatusInner;
}
SourceFile: "MigrateMySqlStatusInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()