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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner withKeyVaultId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
        start local 1 // java.lang.String keyVaultId
         0: .line 67
            aload 0 /* this */
            aload 1 /* keyVaultId */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultId:Ljava/lang/String;
         1: .line 68
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String keyVaultId
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    2     1  keyVaultId  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      keyVaultId  

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner withKeyVaultSecretName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
        start local 1 // java.lang.String keyVaultSecretName
         0: .line 87
            aload 0 /* this */
            aload 1 /* keyVaultSecretName */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultSecretName:Ljava/lang/String;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String keyVaultSecretName
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    2     1  keyVaultSecretName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      keyVaultSecretName  

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

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

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner withKind(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
        start local 1 // java.lang.String kind
         0: .line 116
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.kind:Ljava/lang/String;
         1: .line 117
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String kind
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    2     1  kind  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      kind  
}
SourceFile: "AppServiceCertificateResourceInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()