public final class ObjectCustomContextPayload
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 Cloud Storage JSON 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 |
|---|
ObjectCustomContextPayload() |
| Modifier and Type | Method and Description |
|---|---|
ObjectCustomContextPayload |
clone() |
com.google.api.client.util.DateTime |
getCreateTime()
The time at which the object context was created in RFC 3339 format.
|
com.google.api.client.util.DateTime |
getUpdateTime()
The time at which the object context was last updated in RFC 3339 format.
|
String |
getValue()
The value of the object context.
|
ObjectCustomContextPayload |
set(String fieldName,
Object value) |
ObjectCustomContextPayload |
setCreateTime(com.google.api.client.util.DateTime createTime)
The time at which the object context was created in RFC 3339 format.
|
ObjectCustomContextPayload |
setUpdateTime(com.google.api.client.util.DateTime updateTime)
The time at which the object context was last updated in RFC 3339 format.
|
ObjectCustomContextPayload |
setValue(String value)
The value of the object context.
|
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 com.google.api.client.util.DateTime getCreateTime()
null for nonepublic ObjectCustomContextPayload setCreateTime(com.google.api.client.util.DateTime createTime)
createTime - createTime or null for nonepublic com.google.api.client.util.DateTime getUpdateTime()
null for nonepublic ObjectCustomContextPayload setUpdateTime(com.google.api.client.util.DateTime updateTime)
updateTime - updateTime or null for nonepublic String getValue()
null for nonepublic ObjectCustomContextPayload setValue(String value)
value - value or null for nonepublic ObjectCustomContextPayload set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ObjectCustomContextPayload clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.