public final class KeyData
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 Identity and Access Management (IAM) 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 |
|---|
KeyData() |
| Modifier and Type | Method and Description |
|---|---|
KeyData |
clone() |
String |
getFormat()
Output only.
|
String |
getKey()
Output only.
|
String |
getKeySpec()
Required.
|
String |
getNotAfterTime()
Output only.
|
String |
getNotBeforeTime()
Output only.
|
KeyData |
set(String fieldName,
Object value) |
KeyData |
setFormat(String format)
Output only.
|
KeyData |
setKey(String key)
Output only.
|
KeyData |
setKeySpec(String keySpec)
Required.
|
KeyData |
setNotAfterTime(String notAfterTime)
Output only.
|
KeyData |
setNotBeforeTime(String notBeforeTime)
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 getFormat()
null for nonepublic KeyData setFormat(String format)
format - format or null for nonepublic String getKey()
null for nonepublic KeyData setKey(String key)
key - key or null for nonepublic String getKeySpec()
null for nonepublic KeyData setKeySpec(String keySpec)
keySpec - keySpec or null for nonepublic String getNotAfterTime()
null for nonepublic KeyData setNotAfterTime(String notAfterTime)
notAfterTime - notAfterTime or null for nonepublic String getNotBeforeTime()
null for nonepublic KeyData setNotBeforeTime(String notBeforeTime)
notBeforeTime - notBeforeTime or null for nonepublic KeyData set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic KeyData clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.