public final class CseKeyPair
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 Gmail 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 |
|---|
CseKeyPair() |
| Modifier and Type | Method and Description |
|---|---|
CseKeyPair |
clone() |
String |
getDisableTime()
Output only.
|
String |
getEnablementState()
Output only.
|
String |
getKeyPairId()
Output only.
|
String |
getPem()
Output only.
|
String |
getPkcs7()
Input only.
|
List<CsePrivateKeyMetadata> |
getPrivateKeyMetadata()
Metadata for instances of this key pair's private key.
|
List<String> |
getSubjectEmailAddresses()
Output only.
|
CseKeyPair |
set(String fieldName,
Object value) |
CseKeyPair |
setDisableTime(String disableTime)
Output only.
|
CseKeyPair |
setEnablementState(String enablementState)
Output only.
|
CseKeyPair |
setKeyPairId(String keyPairId)
Output only.
|
CseKeyPair |
setPem(String pem)
Output only.
|
CseKeyPair |
setPkcs7(String pkcs7)
Input only.
|
CseKeyPair |
setPrivateKeyMetadata(List<CsePrivateKeyMetadata> privateKeyMetadata)
Metadata for instances of this key pair's private key.
|
CseKeyPair |
setSubjectEmailAddresses(List<String> subjectEmailAddresses)
Output only.
|
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 getDisableTime()
null for nonepublic CseKeyPair setDisableTime(String disableTime)
disableTime - disableTime or null for nonepublic String getEnablementState()
null for nonepublic CseKeyPair setEnablementState(String enablementState)
enablementState - enablementState or null for nonepublic String getKeyPairId()
null for nonepublic CseKeyPair setKeyPairId(String keyPairId)
keyPairId - keyPairId or null for nonepublic String getPem()
null for nonepublic CseKeyPair setPem(String pem)
pem - pem or null for nonepublic String getPkcs7()
null for nonepublic CseKeyPair setPkcs7(String pkcs7)
pkcs7 - pkcs7 or null for nonepublic List<CsePrivateKeyMetadata> getPrivateKeyMetadata()
null for nonepublic CseKeyPair setPrivateKeyMetadata(List<CsePrivateKeyMetadata> privateKeyMetadata)
privateKeyMetadata - privateKeyMetadata or null for nonepublic List<String> getSubjectEmailAddresses()
null for nonepublic CseKeyPair setSubjectEmailAddresses(List<String> subjectEmailAddresses)
subjectEmailAddresses - subjectEmailAddresses or null for nonepublic CseKeyPair set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CseKeyPair clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.