public class CertificateAuthority extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
byte[] |
certificate
The Certificate.
|
java.lang.String |
certificateRevocationListUrl
The Certificate Revocation List Url.
|
java.lang.String |
deltaCertificateRevocationListUrl
The Delta Certificate Revocation List Url.
|
java.lang.Boolean |
isRootAuthority
The Is Root Authority.
|
java.lang.String |
issuer
The Issuer.
|
java.lang.String |
issuerSki
The Issuer Ski.
|
java.lang.String |
oDataType |
Constructor and Description |
---|
CertificateAuthority() |
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="isRootAuthority") @Expose public java.lang.Boolean isRootAuthority
@SerializedName(value="certificateRevocationListUrl") @Expose public java.lang.String certificateRevocationListUrl
@SerializedName(value="deltaCertificateRevocationListUrl") @Expose public java.lang.String deltaCertificateRevocationListUrl
@SerializedName(value="certificate") @Expose public byte[] certificate
@SerializedName(value="issuer") @Expose public java.lang.String issuer
@SerializedName(value="issuerSki") @Expose public java.lang.String issuerSki
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to