public class com.microsoft.azure.management.batch.BatchAccountUpdateParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.BatchAccountUpdateParameters
  super_class: java.lang.Object
{
  private java.util.Map<java.lang.String, java.lang.String> tags;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tags")

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

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

  private com.microsoft.azure.management.batch.BatchAccountIdentity identity;
    descriptor: Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "identity")

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

  public java.util.Map<java.lang.String, java.lang.String> tags();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
         0: .line 53
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.tags:Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public com.microsoft.azure.management.batch.BatchAccountUpdateParameters withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
        start local 1 // java.util.Map tags
         0: .line 63
            aload 0 /* this */
            aload 1 /* tags */
            putfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.tags:Ljava/util/Map;
         1: .line 64
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
            0    2     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    MethodParameters:
      Name  Flags
      tags  

  public com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage();
    descriptor: ()Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
         0: .line 73
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.autoStorage:Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;

  public com.microsoft.azure.management.batch.BatchAccountUpdateParameters withAutoStorage(com.microsoft.azure.management.batch.AutoStorageBaseProperties);
    descriptor: (Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;)Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
        start local 1 // com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage
         0: .line 83
            aload 0 /* this */
            aload 1 /* autoStorage */
            putfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.autoStorage:Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AutoStorageBaseProperties autoStorage
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
            0    2     1  autoStorage  Lcom/microsoft/azure/management/batch/AutoStorageBaseProperties;
    MethodParameters:
             Name  Flags
      autoStorage  

  public com.microsoft.azure.management.batch.EncryptionProperties encryption();
    descriptor: ()Lcom/microsoft/azure/management/batch/EncryptionProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
         0: .line 93
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.encryption:Lcom/microsoft/azure/management/batch/EncryptionProperties;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;

  public com.microsoft.azure.management.batch.BatchAccountUpdateParameters withEncryption(com.microsoft.azure.management.batch.EncryptionProperties);
    descriptor: (Lcom/microsoft/azure/management/batch/EncryptionProperties;)Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
        start local 1 // com.microsoft.azure.management.batch.EncryptionProperties encryption
         0: .line 103
            aload 0 /* this */
            aload 1 /* encryption */
            putfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.encryption:Lcom/microsoft/azure/management/batch/EncryptionProperties;
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.EncryptionProperties encryption
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
            0    2     1  encryption  Lcom/microsoft/azure/management/batch/EncryptionProperties;
    MethodParameters:
            Name  Flags
      encryption  

  public com.microsoft.azure.management.batch.BatchAccountIdentity identity();
    descriptor: ()Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
         0: .line 113
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.identity:Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
            areturn
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;

  public com.microsoft.azure.management.batch.BatchAccountUpdateParameters withIdentity(com.microsoft.azure.management.batch.BatchAccountIdentity);
    descriptor: (Lcom/microsoft/azure/management/batch/BatchAccountIdentity;)Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
        start local 1 // com.microsoft.azure.management.batch.BatchAccountIdentity identity
         0: .line 123
            aload 0 /* this */
            aload 1 /* identity */
            putfield com.microsoft.azure.management.batch.BatchAccountUpdateParameters.identity:Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.BatchAccountIdentity identity
        end local 0 // com.microsoft.azure.management.batch.BatchAccountUpdateParameters this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/BatchAccountUpdateParameters;
            0    2     1  identity  Lcom/microsoft/azure/management/batch/BatchAccountIdentity;
    MethodParameters:
          Name  Flags
      identity  
}
SourceFile: "BatchAccountUpdateParameters.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()