public class com.microsoft.azure.management.storage.implementation.BlobContainerInner extends com.microsoft.azure.management.storage.AzureEntityResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.storage.implementation.BlobContainerInner
  super_class: com.microsoft.azure.management.storage.AzureEntityResource
{
  private java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.version", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Boolean deleted;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deleted", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private org.joda.time.DateTime deletedTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deletedTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer remainingRetentionDays;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.remainingRetentionDays", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private org.joda.time.DateTime lastModifiedTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastModifiedTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.storage.LeaseStatus leaseStatus;
    descriptor: Lcom/microsoft/azure/management/storage/LeaseStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.leaseStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.storage.LeaseState leaseState;
    descriptor: Lcom/microsoft/azure/management/storage/LeaseState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.leaseState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.storage.LeaseDuration leaseDuration;
    descriptor: Lcom/microsoft/azure/management/storage/LeaseDuration;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.leaseDuration", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.Map<java.lang.String, java.lang.String> metadata;
    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 = "properties.metadata")

  private com.microsoft.azure.management.storage.ImmutabilityPolicyProperties immutabilityPolicy;
    descriptor: Lcom/microsoft/azure/management/storage/ImmutabilityPolicyProperties;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.immutabilityPolicy", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.storage.LegalHoldProperties legalHold;
    descriptor: Lcom/microsoft/azure/management/storage/LegalHoldProperties;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.legalHold", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Boolean hasLegalHold;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hasLegalHold", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Boolean hasImmutabilityPolicy;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hasImmutabilityPolicy", 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.storage.implementation.BlobContainerInner this
         0: .line 28
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.storage.AzureEntityResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;

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

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

  public org.joda.time.DateTime deletedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
         0: .line 161
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.deletedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;

  public java.lang.Integer remainingRetentionDays();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.remainingRetentionDays:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;

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

  public com.microsoft.azure.management.storage.implementation.BlobContainerInner withDefaultEncryptionScope(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
        start local 1 // java.lang.String defaultEncryptionScope
         0: .line 189
            aload 0 /* this */
            aload 1 /* defaultEncryptionScope */
            putfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.defaultEncryptionScope:Ljava/lang/String;
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String defaultEncryptionScope
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
            0    2     1  defaultEncryptionScope  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      defaultEncryptionScope  

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

  public com.microsoft.azure.management.storage.implementation.BlobContainerInner withDenyEncryptionScopeOverride(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
        start local 1 // java.lang.Boolean denyEncryptionScopeOverride
         0: .line 209
            aload 0 /* this */
            aload 1 /* denyEncryptionScopeOverride */
            putfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.denyEncryptionScopeOverride:Ljava/lang/Boolean;
         1: .line 210
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean denyEncryptionScopeOverride
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
            0    2     1  denyEncryptionScopeOverride  Ljava/lang/Boolean;
    MethodParameters:
                             Name  Flags
      denyEncryptionScopeOverride  

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

  public com.microsoft.azure.management.storage.implementation.BlobContainerInner withPublicAccess(com.microsoft.azure.management.storage.PublicAccess);
    descriptor: (Lcom/microsoft/azure/management/storage/PublicAccess;)Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
        start local 1 // com.microsoft.azure.management.storage.PublicAccess publicAccess
         0: .line 229
            aload 0 /* this */
            aload 1 /* publicAccess */
            putfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.publicAccess:Lcom/microsoft/azure/management/storage/PublicAccess;
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.storage.PublicAccess publicAccess
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
            0    2     1  publicAccess  Lcom/microsoft/azure/management/storage/PublicAccess;
    MethodParameters:
              Name  Flags
      publicAccess  

  public org.joda.time.DateTime lastModifiedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
         0: .line 239
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.lastModifiedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;

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

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

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

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

  public com.microsoft.azure.management.storage.implementation.BlobContainerInner withMetadata(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
        start local 1 // java.util.Map metadata
         0: .line 285
            aload 0 /* this */
            aload 1 /* metadata */
            putfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.metadata:Ljava/util/Map;
         1: .line 286
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map metadata
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
            0    2     1  metadata  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
    MethodParameters:
          Name  Flags
      metadata  

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

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

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

  public java.lang.Boolean hasImmutabilityPolicy();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
         0: .line 322
            aload 0 /* this */
            getfield com.microsoft.azure.management.storage.implementation.BlobContainerInner.hasImmutabilityPolicy:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.storage.implementation.BlobContainerInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/storage/implementation/BlobContainerInner;
}
SourceFile: "BlobContainerInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()