public final class GoogleCloudApigeeV1CertInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1CertInfo() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1CertInfo |
clone() |
String |
getBasicConstraints()
X.509 basic constraints extension.
|
Long |
getExpiryDate()
X.509 `notAfter` validity period in milliseconds since epoch.
|
String |
getIssuer()
X.509 issuer.
|
String |
getIsValid()
Flag that specifies whether the certificate is valid.
|
String |
getPublicKey()
Public key component of the X.509 subject public key info.
|
String |
getSerialNumber()
X.509 serial number.
|
String |
getSigAlgName()
X.509 signatureAlgorithm.
|
String |
getSubject()
X.509 subject.
|
List<String> |
getSubjectAlternativeNames()
X.509 subject alternative names (SANs) extension.
|
Long |
getValidFrom()
X.509 `notBefore` validity period in milliseconds since epoch.
|
Integer |
getVersion()
X.509 version.
|
GoogleCloudApigeeV1CertInfo |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1CertInfo |
setBasicConstraints(String basicConstraints)
X.509 basic constraints extension.
|
GoogleCloudApigeeV1CertInfo |
setExpiryDate(Long expiryDate)
X.509 `notAfter` validity period in milliseconds since epoch.
|
GoogleCloudApigeeV1CertInfo |
setIssuer(String issuer)
X.509 issuer.
|
GoogleCloudApigeeV1CertInfo |
setIsValid(String isValid)
Flag that specifies whether the certificate is valid.
|
GoogleCloudApigeeV1CertInfo |
setPublicKey(String publicKey)
Public key component of the X.509 subject public key info.
|
GoogleCloudApigeeV1CertInfo |
setSerialNumber(String serialNumber)
X.509 serial number.
|
GoogleCloudApigeeV1CertInfo |
setSigAlgName(String sigAlgName)
X.509 signatureAlgorithm.
|
GoogleCloudApigeeV1CertInfo |
setSubject(String subject)
X.509 subject.
|
GoogleCloudApigeeV1CertInfo |
setSubjectAlternativeNames(List<String> subjectAlternativeNames)
X.509 subject alternative names (SANs) extension.
|
GoogleCloudApigeeV1CertInfo |
setValidFrom(Long validFrom)
X.509 `notBefore` validity period in milliseconds since epoch.
|
GoogleCloudApigeeV1CertInfo |
setVersion(Integer version)
X.509 version.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBasicConstraints()
null for nonepublic GoogleCloudApigeeV1CertInfo setBasicConstraints(String basicConstraints)
basicConstraints - basicConstraints or null for nonepublic Long getExpiryDate()
null for nonepublic GoogleCloudApigeeV1CertInfo setExpiryDate(Long expiryDate)
expiryDate - expiryDate or null for nonepublic String getIsValid()
null for nonepublic GoogleCloudApigeeV1CertInfo setIsValid(String isValid)
isValid - isValid or null for nonepublic String getIssuer()
null for nonepublic GoogleCloudApigeeV1CertInfo setIssuer(String issuer)
issuer - issuer or null for nonepublic String getPublicKey()
null for nonepublic GoogleCloudApigeeV1CertInfo setPublicKey(String publicKey)
publicKey - publicKey or null for nonepublic String getSerialNumber()
null for nonepublic GoogleCloudApigeeV1CertInfo setSerialNumber(String serialNumber)
serialNumber - serialNumber or null for nonepublic String getSigAlgName()
null for nonepublic GoogleCloudApigeeV1CertInfo setSigAlgName(String sigAlgName)
sigAlgName - sigAlgName or null for nonepublic String getSubject()
null for nonepublic GoogleCloudApigeeV1CertInfo setSubject(String subject)
subject - subject or null for nonepublic List<String> getSubjectAlternativeNames()
null for nonepublic GoogleCloudApigeeV1CertInfo setSubjectAlternativeNames(List<String> subjectAlternativeNames)
subjectAlternativeNames - subjectAlternativeNames or null for nonepublic Long getValidFrom()
null for nonepublic GoogleCloudApigeeV1CertInfo setValidFrom(Long validFrom)
validFrom - validFrom or null for nonepublic Integer getVersion()
null for nonepublic GoogleCloudApigeeV1CertInfo setVersion(Integer version)
version - version or null for nonepublic GoogleCloudApigeeV1CertInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1CertInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.