public class com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner
  super_class: java.lang.Object
{
  private java.lang.String primaryConnectionString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "primaryConnectionString")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner withKeyName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner this
        start local 1 // java.lang.String keyName
         0: .line 145
            aload 0 /* this */
            aload 1 /* keyName */
            putfield com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner.keyName:Ljava/lang/String;
         1: .line 146
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String keyName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.ResourceListKeysInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/servicebus/implementation/ResourceListKeysInner;
            0    2     1  keyName  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      keyName  
}
SourceFile: "ResourceListKeysInner.java"