public class com.microsoft.azure.management.appservice.AzureStorageInfoValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.AzureStorageInfoValue
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.AzureStorageType type;
    descriptor: Lcom/microsoft/azure/management/appservice/AzureStorageType;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type")

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

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

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

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

  private com.microsoft.azure.management.appservice.AzureStorageState state;
    descriptor: Lcom/microsoft/azure/management/appservice/AzureStorageState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "state", 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.AzureStorageInfoValue this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.AzureStorageInfoValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/AzureStorageInfoValue;

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

  public com.microsoft.azure.management.appservice.AzureStorageInfoValue withType(com.microsoft.azure.management.appservice.AzureStorageType);
    descriptor: (Lcom/microsoft/azure/management/appservice/AzureStorageType;)Lcom/microsoft/azure/management/appservice/AzureStorageInfoValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.AzureStorageInfoValue this
        start local 1 // com.microsoft.azure.management.appservice.AzureStorageType type
         0: .line 70
            aload 0 /* this */
            aload 1 /* type */
            putfield com.microsoft.azure.management.appservice.AzureStorageInfoValue.type:Lcom/microsoft/azure/management/appservice/AzureStorageType;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AzureStorageType type
        end local 0 // com.microsoft.azure.management.appservice.AzureStorageInfoValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/AzureStorageInfoValue;
            0    2     1  type  Lcom/microsoft/azure/management/appservice/AzureStorageType;
    MethodParameters:
      Name  Flags
      type  

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.AzureStorageState state();
    descriptor: ()Lcom/microsoft/azure/management/appservice/AzureStorageState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.AzureStorageInfoValue this
         0: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.AzureStorageInfoValue.state:Lcom/microsoft/azure/management/appservice/AzureStorageState;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.AzureStorageInfoValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/AzureStorageInfoValue;
}
SourceFile: "AzureStorageInfoValue.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty