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 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/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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultId:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultId: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/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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultSecretName:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultSecretName: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/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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.provisioningState:Lcom/microsoft/azure/management/appservice/KeyVaultSecretStatus;
areturn
end local 0 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 0: aload 0
getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.kind:Ljava/lang/String;
areturn
end local 0 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 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.kind: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/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()