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

  private java.lang.String provisioningState;
    descriptor: Ljava/lang/String;
    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 org.joda.time.DateTime createdAt;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.createdAt", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

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

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

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

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

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

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

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