public class com.microsoft.azure.management.servicebus.implementation.QueueInner 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.QueueInner
  super_class: com.microsoft.azure.Resource
{
  private java.lang.String lockDuration;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lockDuration")

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

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

  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 java.lang.String defaultMessageTimeToLive;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.defaultMessageTimeToLive")

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

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

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

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

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

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

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

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

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

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

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

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

  private com.microsoft.azure.management.servicebus.EntityStatus status;
    descriptor: Lcom/microsoft/azure/management/servicebus/EntityStatus;
    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 supportOrdering;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.supportOrdering")

  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;)

  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.QueueInner this
         0: .line 22
            aload 0 /* this */
            invokespecial com.microsoft.azure.Resource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public java.lang.String lockDuration();
    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.QueueInner this
         0: .line 179
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.lockDuration:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

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

  public org.joda.time.DateTime accessedAt();
    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.QueueInner this
         0: .line 199
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.accessedAt:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public java.lang.String autoDeleteOnIdle();
    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.QueueInner this
         0: .line 208
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.autoDeleteOnIdle:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withAutoDeleteOnIdle(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.String autoDeleteOnIdle
         0: .line 218
            aload 0 /* this */
            aload 1 /* autoDeleteOnIdle */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.autoDeleteOnIdle:Ljava/lang/String;
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String autoDeleteOnIdle
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  autoDeleteOnIdle  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      autoDeleteOnIdle  

  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.QueueInner this
         0: .line 228
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.createdAt:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public java.lang.String defaultMessageTimeToLive();
    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.QueueInner this
         0: .line 237
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.defaultMessageTimeToLive:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withDefaultMessageTimeToLive(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.String defaultMessageTimeToLive
         0: .line 247
            aload 0 /* this */
            aload 1 /* defaultMessageTimeToLive */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.defaultMessageTimeToLive:Ljava/lang/String;
         1: .line 248
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String defaultMessageTimeToLive
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  defaultMessageTimeToLive  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      defaultMessageTimeToLive  

  public java.lang.String duplicateDetectionHistoryTimeWindow();
    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.QueueInner this
         0: .line 257
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.duplicateDetectionHistoryTimeWindow:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withDuplicateDetectionHistoryTimeWindow(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.String duplicateDetectionHistoryTimeWindow
         0: .line 267
            aload 0 /* this */
            aload 1 /* duplicateDetectionHistoryTimeWindow */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.duplicateDetectionHistoryTimeWindow:Ljava/lang/String;
         1: .line 268
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String duplicateDetectionHistoryTimeWindow
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                                 Name  Signature
            0    2     0                                 this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  duplicateDetectionHistoryTimeWindow  Ljava/lang/String;
    MethodParameters:
                                     Name  Flags
      duplicateDetectionHistoryTimeWindow  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withEnableBatchedOperations(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean enableBatchedOperations
         0: .line 287
            aload 0 /* this */
            aload 1 /* enableBatchedOperations */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableBatchedOperations:Ljava/lang/Boolean;
         1: .line 288
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableBatchedOperations
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  enableBatchedOperations  Ljava/lang/Boolean;
    MethodParameters:
                         Name  Flags
      enableBatchedOperations  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withDeadLetteringOnMessageExpiration(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean deadLetteringOnMessageExpiration
         0: .line 307
            aload 0 /* this */
            aload 1 /* deadLetteringOnMessageExpiration */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.deadLetteringOnMessageExpiration:Ljava/lang/Boolean;
         1: .line 308
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean deadLetteringOnMessageExpiration
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                              Name  Signature
            0    2     0                              this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  deadLetteringOnMessageExpiration  Ljava/lang/Boolean;
    MethodParameters:
                                  Name  Flags
      deadLetteringOnMessageExpiration  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withEnableExpress(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean enableExpress
         0: .line 327
            aload 0 /* this */
            aload 1 /* enableExpress */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableExpress:Ljava/lang/Boolean;
         1: .line 328
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableExpress
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  enableExpress  Ljava/lang/Boolean;
    MethodParameters:
               Name  Flags
      enableExpress  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withEnablePartitioning(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean enablePartitioning
         0: .line 347
            aload 0 /* this */
            aload 1 /* enablePartitioning */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enablePartitioning:Ljava/lang/Boolean;
         1: .line 348
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enablePartitioning
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  enablePartitioning  Ljava/lang/Boolean;
    MethodParameters:
                    Name  Flags
      enablePartitioning  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withMaxDeliveryCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Integer maxDeliveryCount
         0: .line 367
            aload 0 /* this */
            aload 1 /* maxDeliveryCount */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxDeliveryCount:Ljava/lang/Integer;
         1: .line 368
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer maxDeliveryCount
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  maxDeliveryCount  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      maxDeliveryCount  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withMaxSizeInMegabytes(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Long maxSizeInMegabytes
         0: .line 387
            aload 0 /* this */
            aload 1 /* maxSizeInMegabytes */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxSizeInMegabytes:Ljava/lang/Long;
         1: .line 388
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long maxSizeInMegabytes
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  maxSizeInMegabytes  Ljava/lang/Long;
    MethodParameters:
                    Name  Flags
      maxSizeInMegabytes  

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

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

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withRequiresDuplicateDetection(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean requiresDuplicateDetection
         0: .line 425
            aload 0 /* this */
            aload 1 /* requiresDuplicateDetection */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresDuplicateDetection:Ljava/lang/Boolean;
         1: .line 426
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean requiresDuplicateDetection
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  requiresDuplicateDetection  Ljava/lang/Boolean;
    MethodParameters:
                            Name  Flags
      requiresDuplicateDetection  

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withRequiresSession(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean requiresSession
         0: .line 445
            aload 0 /* this */
            aload 1 /* requiresSession */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresSession:Ljava/lang/Boolean;
         1: .line 446
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean requiresSession
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  requiresSession  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      requiresSession  

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

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

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

  public com.microsoft.azure.management.servicebus.implementation.QueueInner withSupportOrdering(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
        start local 1 // java.lang.Boolean supportOrdering
         0: .line 483
            aload 0 /* this */
            aload 1 /* supportOrdering */
            putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.supportOrdering:Ljava/lang/Boolean;
         1: .line 484
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean supportOrdering
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
            0    2     1  supportOrdering  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      supportOrdering  

  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.QueueInner this
         0: .line 493
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.updatedAt:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.QueueInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/QueueInner;
}
SourceFile: "QueueInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()