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

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

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

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

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

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

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

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

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

  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.SubscriptionInner this
         0: .line 159
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.countDetails:Lcom/microsoft/azure/management/servicebus/MessageCountDetails;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

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

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

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

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

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

  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.SubscriptionInner this
         0: .line 217
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.deadLetteringOnMessageExpiration:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

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

  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.SubscriptionInner this
         0: .line 237
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.enableBatchedOperations:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

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

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

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

  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.SubscriptionInner this
         0: .line 277
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.maxDeliveryCount:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

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

  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.SubscriptionInner this
         0: .line 297
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.messageCount:Ljava/lang/Long;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

  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.SubscriptionInner this
         0: .line 306
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.requiresSession:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

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

  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.SubscriptionInner this
         0: .line 326
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.status:Lcom/microsoft/azure/management/servicebus/EntityStatus;
            areturn
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;

  public com.microsoft.azure.management.servicebus.implementation.SubscriptionInner withStatus(com.microsoft.azure.management.servicebus.EntityStatus);
    descriptor: (Lcom/microsoft/azure/management/servicebus/EntityStatus;)Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
        start local 1 // com.microsoft.azure.management.servicebus.EntityStatus status
         0: .line 336
            aload 0 /* this */
            aload 1 /* status */
            putfield com.microsoft.azure.management.servicebus.implementation.SubscriptionInner.status:Lcom/microsoft/azure/management/servicebus/EntityStatus;
         1: .line 337
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.servicebus.EntityStatus status
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
            0    2     1  status  Lcom/microsoft/azure/management/servicebus/EntityStatus;
    MethodParameters:
        Name  Flags
      status  

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