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

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

  private com.microsoft.azure.management.containerservice.KeyVaultSecretRef keyVaultSecretRef;
    descriptor: Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "keyVaultSecretRef")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;

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

  public com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile withClientId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
        start local 1 // java.lang.String clientId
         0: .line 53
            aload 0 /* this */
            aload 1 /* clientId */
            putfield com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile.clientId:Ljava/lang/String;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String clientId
        end local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
            0    2     1  clientId  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      clientId  

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

  public com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile withSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
        start local 1 // java.lang.String secret
         0: .line 73
            aload 0 /* this */
            aload 1 /* secret */
            putfield com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile.secret:Ljava/lang/String;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String secret
        end local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
            0    2     1  secret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      secret  

  public com.microsoft.azure.management.containerservice.KeyVaultSecretRef keyVaultSecretRef();
    descriptor: ()Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
         0: .line 83
            aload 0 /* this */
            getfield com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile.keyVaultSecretRef:Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;
            areturn
        end local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;

  public com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile withKeyVaultSecretRef(com.microsoft.azure.management.containerservice.KeyVaultSecretRef);
    descriptor: (Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;)Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
        start local 1 // com.microsoft.azure.management.containerservice.KeyVaultSecretRef keyVaultSecretRef
         0: .line 93
            aload 0 /* this */
            aload 1 /* keyVaultSecretRef */
            putfield com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile.keyVaultSecretRef:Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;
         1: .line 94
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.containerservice.KeyVaultSecretRef keyVaultSecretRef
        end local 0 // com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/containerservice/ContainerServiceServicePrincipalProfile;
            0    2     1  keyVaultSecretRef  Lcom/microsoft/azure/management/containerservice/KeyVaultSecretRef;
    MethodParameters:
                   Name  Flags
      keyVaultSecretRef  
}
SourceFile: "ContainerServiceServicePrincipalProfile.java"