public class com.microsoft.azure.management.appservice.StorageMigrationOptions 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.StorageMigrationOptions
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String azurefilesConnectionString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.azurefilesConnectionString", required = true)

  private java.lang.String azurefilesShare;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.azurefilesShare", required = true)

  private java.lang.Boolean switchSiteAfterMigration;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.switchSiteAfterMigration")

  private java.lang.Boolean blockWriteAccessToSite;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.blockWriteAccessToSite")

  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.StorageMigrationOptions this
         0: .line 18
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.ProxyOnlyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;

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

  public com.microsoft.azure.management.appservice.StorageMigrationOptions withAzurefilesConnectionString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
        start local 1 // java.lang.String azurefilesConnectionString
         0: .line 61
            aload 0 /* this */
            aload 1 /* azurefilesConnectionString */
            putfield com.microsoft.azure.management.appservice.StorageMigrationOptions.azurefilesConnectionString:Ljava/lang/String;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String azurefilesConnectionString
        end local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
            0    2     1  azurefilesConnectionString  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      azurefilesConnectionString  

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

  public com.microsoft.azure.management.appservice.StorageMigrationOptions withAzurefilesShare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
        start local 1 // java.lang.String azurefilesShare
         0: .line 81
            aload 0 /* this */
            aload 1 /* azurefilesShare */
            putfield com.microsoft.azure.management.appservice.StorageMigrationOptions.azurefilesShare:Ljava/lang/String;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String azurefilesShare
        end local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
            0    2     1  azurefilesShare  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      azurefilesShare  

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

  public com.microsoft.azure.management.appservice.StorageMigrationOptions withSwitchSiteAfterMigration(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
        start local 1 // java.lang.Boolean switchSiteAfterMigration
         0: .line 101
            aload 0 /* this */
            aload 1 /* switchSiteAfterMigration */
            putfield com.microsoft.azure.management.appservice.StorageMigrationOptions.switchSiteAfterMigration:Ljava/lang/Boolean;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean switchSiteAfterMigration
        end local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
            0    2     1  switchSiteAfterMigration  Ljava/lang/Boolean;
    MethodParameters:
                          Name  Flags
      switchSiteAfterMigration  

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

  public com.microsoft.azure.management.appservice.StorageMigrationOptions withBlockWriteAccessToSite(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
        start local 1 // java.lang.Boolean blockWriteAccessToSite
         0: .line 121
            aload 0 /* this */
            aload 1 /* blockWriteAccessToSite */
            putfield com.microsoft.azure.management.appservice.StorageMigrationOptions.blockWriteAccessToSite:Ljava/lang/Boolean;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean blockWriteAccessToSite
        end local 0 // com.microsoft.azure.management.appservice.StorageMigrationOptions this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/appservice/StorageMigrationOptions;
            0    2     1  blockWriteAccessToSite  Ljava/lang/Boolean;
    MethodParameters:
                        Name  Flags
      blockWriteAccessToSite  
}
SourceFile: "StorageMigrationOptions.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()