public class com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource extends com.microsoft.azure.management.appservice.ProxyOnlyResource
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource
super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
private java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateInner;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.certificates")
private java.lang.String distinguishedName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.distinguishedName")
private java.lang.String domainVerificationToken;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.domainVerificationToken", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.Integer validityInYears;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.validityInYears")
private java.lang.Integer keySize;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.keySize")
private com.microsoft.azure.management.appservice.CertificateProductType productType;
descriptor: Lcom/microsoft/azure/management/appservice/CertificateProductType;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.productType", required = true)
private java.lang.Boolean autoRenew;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.autoRenew")
private com.microsoft.azure.management.appservice.ProvisioningState provisioningState;
descriptor: Lcom/microsoft/azure/management/appservice/ProvisioningState;
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 com.microsoft.azure.management.appservice.CertificateOrderStatus status;
descriptor: Lcom/microsoft/azure/management/appservice/CertificateOrderStatus;
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 com.microsoft.azure.management.appservice.CertificateDetails signedCertificate;
descriptor: Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.signedCertificate", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String csr;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.csr")
private com.microsoft.azure.management.appservice.CertificateDetails intermediate;
descriptor: Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.intermediate", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private com.microsoft.azure.management.appservice.CertificateDetails root;
descriptor: Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.root", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.String serialNumber;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.serialNumber", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime lastCertificateIssuanceTime;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastCertificateIssuanceTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime expirationTime;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.expirationTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.lang.Boolean isPrivateKeyExternal;
descriptor: Ljava/lang/Boolean;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.isPrivateKeyExternal", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private java.util.List<java.lang.String> appServiceCertificateNotRenewableReasons;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Ljava/lang/String;>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.appServiceCertificateNotRenewableReasons", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)
private org.joda.time.DateTime nextAutoRenewalTimeStamp;
descriptor: Lorg/joda/time/DateTime;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonProperty(value = "properties.nextAutoRenewalTimeStamp", 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.management.appservice.ProxyOnlyResource.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner> certificates();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.certificates:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateInner;>;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withCertificates(java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner>);
descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.certificates:Ljava/util/Map;
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/AppServiceCertificateOrderPatchResource;
0 2 1 certificates Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateInner;>;
Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateInner;>;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
MethodParameters:
Name Flags
certificates
public java.lang.String distinguishedName();
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.AppServiceCertificateOrderPatchResource.distinguishedName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withDistinguishedName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.distinguishedName: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/AppServiceCertificateOrderPatchResource;
0 2 1 distinguishedName Ljava/lang/String;
MethodParameters:
Name Flags
distinguishedName
public java.lang.String domainVerificationToken();
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.AppServiceCertificateOrderPatchResource.domainVerificationToken:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.lang.Integer validityInYears();
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.appservice.AppServiceCertificateOrderPatchResource.validityInYears:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withValidityInYears(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.validityInYears: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/appservice/AppServiceCertificateOrderPatchResource;
0 2 1 validityInYears Ljava/lang/Integer;
MethodParameters:
Name Flags
validityInYears
public java.lang.Integer keySize();
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.appservice.AppServiceCertificateOrderPatchResource.keySize:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withKeySize(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.keySize: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/appservice/AppServiceCertificateOrderPatchResource;
0 2 1 keySize Ljava/lang/Integer;
MethodParameters:
Name Flags
keySize
public com.microsoft.azure.management.appservice.CertificateProductType productType();
descriptor: ()Lcom/microsoft/azure/management/appservice/CertificateProductType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.productType:Lcom/microsoft/azure/management/appservice/CertificateProductType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withProductType(com.microsoft.azure.management.appservice.CertificateProductType);
descriptor: (Lcom/microsoft/azure/management/appservice/CertificateProductType;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.productType:Lcom/microsoft/azure/management/appservice/CertificateProductType;
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/AppServiceCertificateOrderPatchResource;
0 2 1 productType Lcom/microsoft/azure/management/appservice/CertificateProductType;
MethodParameters:
Name Flags
productType
public java.lang.Boolean autoRenew();
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.appservice.AppServiceCertificateOrderPatchResource.autoRenew:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withAutoRenew(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.autoRenew: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/appservice/AppServiceCertificateOrderPatchResource;
0 2 1 autoRenew Ljava/lang/Boolean;
MethodParameters:
Name Flags
autoRenew
public com.microsoft.azure.management.appservice.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/appservice/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.provisioningState:Lcom/microsoft/azure/management/appservice/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.CertificateOrderStatus status();
descriptor: ()Lcom/microsoft/azure/management/appservice/CertificateOrderStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.status:Lcom/microsoft/azure/management/appservice/CertificateOrderStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.CertificateDetails signedCertificate();
descriptor: ()Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.signedCertificate:Lcom/microsoft/azure/management/appservice/CertificateDetails;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.lang.String csr();
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.AppServiceCertificateOrderPatchResource.csr:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource withCsr(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
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.AppServiceCertificateOrderPatchResource.csr: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/AppServiceCertificateOrderPatchResource;
0 2 1 csr Ljava/lang/String;
MethodParameters:
Name Flags
csr
public com.microsoft.azure.management.appservice.CertificateDetails intermediate();
descriptor: ()Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.intermediate:Lcom/microsoft/azure/management/appservice/CertificateDetails;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public com.microsoft.azure.management.appservice.CertificateDetails root();
descriptor: ()Lcom/microsoft/azure/management/appservice/CertificateDetails;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.root:Lcom/microsoft/azure/management/appservice/CertificateDetails;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.lang.String serialNumber();
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.AppServiceCertificateOrderPatchResource.serialNumber:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public org.joda.time.DateTime lastCertificateIssuanceTime();
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.appservice.AppServiceCertificateOrderPatchResource.lastCertificateIssuanceTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public org.joda.time.DateTime expirationTime();
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.appservice.AppServiceCertificateOrderPatchResource.expirationTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.lang.Boolean isPrivateKeyExternal();
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.appservice.AppServiceCertificateOrderPatchResource.isPrivateKeyExternal:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
public java.util.List<java.lang.String> appServiceCertificateNotRenewableReasons();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.appservice.AppServiceCertificateOrderPatchResource.appServiceCertificateNotRenewableReasons:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
public org.joda.time.DateTime nextAutoRenewalTimeStamp();
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.appservice.AppServiceCertificateOrderPatchResource.nextAutoRenewalTimeStamp:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrderPatchResource;
}
SourceFile: "AppServiceCertificateOrderPatchResource.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()