public class com.microsoft.azure.management.containerregistry.implementation.RegistryInner extends com.microsoft.azure.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.containerregistry.implementation.RegistryInner
  super_class: com.microsoft.azure.Resource
{
  private com.microsoft.azure.management.containerregistry.Sku sku;
    descriptor: Lcom/microsoft/azure/management/containerregistry/Sku;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "sku", required = true)

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner withSku(com.microsoft.azure.management.containerregistry.Sku);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/Sku;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
        start local 1 // com.microsoft.azure.management.containerregistry.Sku sku
         0: .line 87
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryInner.sku:Lcom/microsoft/azure/management/containerregistry/Sku;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.Sku sku
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            0    2     1   sku  Lcom/microsoft/azure/management/containerregistry/Sku;
    MethodParameters:
      Name  Flags
      sku   

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

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

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

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

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner withAdminUserEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
        start local 1 // java.lang.Boolean adminUserEnabled
         0: .line 143
            aload 0 /* this */
            aload 1 /* adminUserEnabled */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryInner.adminUserEnabled:Ljava/lang/Boolean;
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean adminUserEnabled
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            0    2     1  adminUserEnabled  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      adminUserEnabled  

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

  public com.microsoft.azure.management.containerregistry.implementation.RegistryInner withStorageAccount(com.microsoft.azure.management.containerregistry.StorageAccountProperties);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/StorageAccountProperties;)Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
        start local 1 // com.microsoft.azure.management.containerregistry.StorageAccountProperties storageAccount
         0: .line 163
            aload 0 /* this */
            aload 1 /* storageAccount */
            putfield com.microsoft.azure.management.containerregistry.implementation.RegistryInner.storageAccount:Lcom/microsoft/azure/management/containerregistry/StorageAccountProperties;
         1: .line 164
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerregistry.StorageAccountProperties storageAccount
        end local 0 // com.microsoft.azure.management.containerregistry.implementation.RegistryInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/containerregistry/implementation/RegistryInner;
            0    2     1  storageAccount  Lcom/microsoft/azure/management/containerregistry/StorageAccountProperties;
    MethodParameters:
                Name  Flags
      storageAccount  
}
SourceFile: "RegistryInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()