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

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

  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 com.microsoft.azure.management.appservice.BackupSchedule backupSchedule;
    descriptor: Lcom/microsoft/azure/management/appservice/BackupSchedule;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.backupSchedule")

  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")

  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.BackupRequestInner 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.BackupRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.BackupRequestInner withBackupSchedule(com.microsoft.azure.management.appservice.BackupSchedule);
    descriptor: (Lcom/microsoft/azure/management/appservice/BackupSchedule;)Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.BackupRequestInner this
        start local 1 // com.microsoft.azure.management.appservice.BackupSchedule backupSchedule
         0: .line 130
            aload 0 /* this */
            aload 1 /* backupSchedule */
            putfield com.microsoft.azure.management.appservice.implementation.BackupRequestInner.backupSchedule:Lcom/microsoft/azure/management/appservice/BackupSchedule;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.BackupSchedule backupSchedule
        end local 0 // com.microsoft.azure.management.appservice.implementation.BackupRequestInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;
            0    2     1  backupSchedule  Lcom/microsoft/azure/management/appservice/BackupSchedule;
    MethodParameters:
                Name  Flags
      backupSchedule  

  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.BackupRequestInner this
         0: .line 140
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.BackupRequestInner.databases:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.BackupRequestInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/DatabaseBackupSetting;>;

  public com.microsoft.azure.management.appservice.implementation.BackupRequestInner withDatabases(java.util.List<com.microsoft.azure.management.appservice.DatabaseBackupSetting>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.BackupRequestInner this
        start local 1 // java.util.List databases
         0: .line 150
            aload 0 /* this */
            aload 1 /* databases */
            putfield com.microsoft.azure.management.appservice.implementation.BackupRequestInner.databases:Ljava/util/List;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.util.List databases
        end local 0 // com.microsoft.azure.management.appservice.implementation.BackupRequestInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/BackupRequestInner;
            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/BackupRequestInner;
    MethodParameters:
           Name  Flags
      databases  
}
SourceFile: "BackupRequestInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()