public final class GoogleCloudApigeeV1Export
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 |
|---|
GoogleCloudApigeeV1Export() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Export |
clone() |
String |
getCreated()
Output only.
|
String |
getDatastoreName()
Name of the datastore that is the destination of the export job [datastore]
|
String |
getDescription()
Description of the export job.
|
String |
getError()
Output only.
|
String |
getExecutionTime()
Output only.
|
String |
getName()
Display name of the export job.
|
String |
getSelf()
Output only.
|
String |
getState()
Output only.
|
String |
getUpdated()
Output only.
|
GoogleCloudApigeeV1Export |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1Export |
setCreated(String created)
Output only.
|
GoogleCloudApigeeV1Export |
setDatastoreName(String datastoreName)
Name of the datastore that is the destination of the export job [datastore]
|
GoogleCloudApigeeV1Export |
setDescription(String description)
Description of the export job.
|
GoogleCloudApigeeV1Export |
setError(String error)
Output only.
|
GoogleCloudApigeeV1Export |
setExecutionTime(String executionTime)
Output only.
|
GoogleCloudApigeeV1Export |
setName(String name)
Display name of the export job.
|
GoogleCloudApigeeV1Export |
setSelf(String self)
Output only.
|
GoogleCloudApigeeV1Export |
setState(String state)
Output only.
|
GoogleCloudApigeeV1Export |
setUpdated(String updated)
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 getCreated()
null for nonepublic GoogleCloudApigeeV1Export setCreated(String created)
created - created or null for nonepublic String getDatastoreName()
null for nonepublic GoogleCloudApigeeV1Export setDatastoreName(String datastoreName)
datastoreName - datastoreName or null for nonepublic String getDescription()
null for nonepublic GoogleCloudApigeeV1Export setDescription(String description)
description - description or null for nonepublic String getError()
null for nonepublic GoogleCloudApigeeV1Export setError(String error)
error - error or null for nonepublic String getExecutionTime()
null for nonepublic GoogleCloudApigeeV1Export setExecutionTime(String executionTime)
executionTime - executionTime or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1Export setName(String name)
name - name or null for nonepublic String getSelf()
null for nonepublic GoogleCloudApigeeV1Export setSelf(String self)
self - self or null for nonepublic String getState()
null for nonepublic GoogleCloudApigeeV1Export setState(String state)
state - state or null for nonepublic String getUpdated()
null for nonepublic GoogleCloudApigeeV1Export setUpdated(String updated)
updated - updated or null for nonepublic GoogleCloudApigeeV1Export set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1Export clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.