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 0: aload 0
invokespecial com.microsoft.azure.Resource.<init>:()V
return
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.lockDuration:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.lockDuration:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.accessedAt:Lorg/joda/time/DateTime;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.autoDeleteOnIdle:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.autoDeleteOnIdle:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.createdAt:Lorg/joda/time/DateTime;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.defaultMessageTimeToLive:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.defaultMessageTimeToLive:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.duplicateDetectionHistoryTimeWindow:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.duplicateDetectionHistoryTimeWindow:Ljava/lang/String;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableBatchedOperations:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableBatchedOperations:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.deadLetteringOnMessageExpiration:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.deadLetteringOnMessageExpiration:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableExpress:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enableExpress:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enablePartitioning:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.enablePartitioning:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxDeliveryCount:Ljava/lang/Integer;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxDeliveryCount:Ljava/lang/Integer;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxSizeInMegabytes:Ljava/lang/Long;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.maxSizeInMegabytes:Ljava/lang/Long;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.messageCount:Ljava/lang/Long;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.countDetails:Lcom/microsoft/azure/management/servicebus/MessageCountDetails;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresDuplicateDetection:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresDuplicateDetection:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresSession:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.requiresSession:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.sizeInBytes:Ljava/lang/Long;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.status:Lcom/microsoft/azure/management/servicebus/EntityStatus;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.supportOrdering:Ljava/lang/Boolean;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.servicebus.implementation.QueueInner.supportOrdering:Ljava/lang/Boolean;
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.microsoft.azure.management.servicebus.implementation.QueueInner.updatedAt:Lorg/joda/time/DateTime;
areturn
end local 0 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()