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

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

  private boolean overwrite;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.overwrite", required = true)

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

  private java.util.List<com.microsoft.azure.management.appservice.DatabaseBackupSetting> databases;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/appservice/DatabaseBackupSetting;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.databases")

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

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

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

  private com.microsoft.azure.management.appservice.BackupRestoreOperationType operationType;
    descriptor: Lcom/microsoft/azure/management/appservice/BackupRestoreOperationType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.operationType")

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

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

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

  public java.lang.String storageAccountUrl();
    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.RestoreRequestInner this
         0: .line 106
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.storageAccountUrl:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public java.lang.String blobName();
    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.RestoreRequestInner this
         0: .line 126
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.blobName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public boolean overwrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
         0: .line 146
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.overwrite:Z
            ireturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

  public com.microsoft.azure.management.appservice.implementation.RestoreRequestInner withOverwrite(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
        start local 1 // boolean overwrite
         0: .line 156
            aload 0 /* this */
            iload 1 /* overwrite */
            putfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.overwrite:Z
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // boolean overwrite
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
            0    2     1  overwrite  Z
    MethodParameters:
           Name  Flags
      overwrite  

  public java.lang.String siteName();
    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.RestoreRequestInner this
         0: .line 166
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.siteName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public java.util.List<com.microsoft.azure.management.appservice.DatabaseBackupSetting> databases();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
         0: .line 186
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.databases:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/DatabaseBackupSetting;>;

  public com.microsoft.azure.management.appservice.implementation.RestoreRequestInner withDatabases(java.util.List<com.microsoft.azure.management.appservice.DatabaseBackupSetting>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
        start local 1 // java.util.List databases
         0: .line 196
            aload 0 /* this */
            aload 1 /* databases */
            putfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.databases:Ljava/util/List;
         1: .line 197
            aload 0 /* this */
            areturn
        end local 1 // java.util.List databases
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
            0    2     1  databases  Ljava/util/List<Lcom/microsoft/azure/management/appservice/DatabaseBackupSetting;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/appservice/DatabaseBackupSetting;>;)Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
    MethodParameters:
           Name  Flags
      databases  

  public java.lang.Boolean ignoreConflictingHostNames();
    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.RestoreRequestInner this
         0: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.ignoreConflictingHostNames:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public java.lang.Boolean ignoreDatabases();
    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.RestoreRequestInner this
         0: .line 228
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.ignoreDatabases:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public java.lang.String appServicePlan();
    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.RestoreRequestInner this
         0: .line 248
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.appServicePlan:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

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

  public com.microsoft.azure.management.appservice.implementation.RestoreRequestInner withOperationType(com.microsoft.azure.management.appservice.BackupRestoreOperationType);
    descriptor: (Lcom/microsoft/azure/management/appservice/BackupRestoreOperationType;)Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
        start local 1 // com.microsoft.azure.management.appservice.BackupRestoreOperationType operationType
         0: .line 278
            aload 0 /* this */
            aload 1 /* operationType */
            putfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.operationType:Lcom/microsoft/azure/management/appservice/BackupRestoreOperationType;
         1: .line 279
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.BackupRestoreOperationType operationType
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;
            0    2     1  operationType  Lcom/microsoft/azure/management/appservice/BackupRestoreOperationType;
    MethodParameters:
               Name  Flags
      operationType  

  public java.lang.Boolean adjustConnectionStrings();
    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.RestoreRequestInner this
         0: .line 288
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.adjustConnectionStrings:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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

  public java.lang.String hostingEnvironment();
    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.RestoreRequestInner this
         0: .line 308
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.RestoreRequestInner.hostingEnvironment:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.RestoreRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/RestoreRequestInner;

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