public class com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner 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.AppServiceCertificateOrderInner
super_class: com.microsoft.azure.Resource
{
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;)
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/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.certificates:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateInner;>;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withCertificates(java.util.Map<java.lang.String, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateInner>);
descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.distinguishedName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withDistinguishedName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.domainVerificationToken:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.validityInYears:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withValidityInYears(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.keySize:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withKeySize(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withProductType(com.microsoft.azure.management.appservice.CertificateProductType);
descriptor: (Lcom/microsoft/azure/management/appservice/CertificateProductType;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.autoRenew:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withAutoRenew(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.csr:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withCsr(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.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/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.serialNumber:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.lastCertificateIssuanceTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.expirationTime:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.isPrivateKeyExternal:Ljava/lang/Boolean;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.appServiceCertificateNotRenewableReasons:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.implementation.AppServiceCertificateOrderInner.nextAutoRenewalTimeStamp:Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.kind:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderInner withKind(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderInner;
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.AppServiceCertificateOrderInner.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/AppServiceCertificateOrderInner;
0 2 1 kind Ljava/lang/String;
MethodParameters:
Name Flags
kind
}
SourceFile: "AppServiceCertificateOrderInner.java"
InnerClasses:
public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
RuntimeVisibleAnnotations:
com.microsoft.rest.serializer.JsonFlatten()