public final class GoogleCloudApigeeV1PodStatus
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 |
|---|
GoogleCloudApigeeV1PodStatus() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1PodStatus |
clone() |
String |
getAppVersion()
Version of the application running in the pod.
|
String |
getDeploymentStatus()
Status of the deployment.
|
Long |
getDeploymentStatusTime()
Time the deployment status was reported in milliseconds since epoch.
|
Long |
getDeploymentTime()
Time the proxy was deployed in milliseconds since epoch.
|
String |
getPodName()
Name of the pod which is reporting the status.
|
String |
getPodStatus()
Overall status of the pod (not this specific deployment).
|
Long |
getPodStatusTime()
Time the pod status was reported in milliseconds since epoch.
|
String |
getStatusCode()
Code associated with the deployment status.
|
String |
getStatusCodeDetails()
Human-readable message associated with the status code.
|
GoogleCloudApigeeV1PodStatus |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1PodStatus |
setAppVersion(String appVersion)
Version of the application running in the pod.
|
GoogleCloudApigeeV1PodStatus |
setDeploymentStatus(String deploymentStatus)
Status of the deployment.
|
GoogleCloudApigeeV1PodStatus |
setDeploymentStatusTime(Long deploymentStatusTime)
Time the deployment status was reported in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
setDeploymentTime(Long deploymentTime)
Time the proxy was deployed in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
setPodName(String podName)
Name of the pod which is reporting the status.
|
GoogleCloudApigeeV1PodStatus |
setPodStatus(String podStatus)
Overall status of the pod (not this specific deployment).
|
GoogleCloudApigeeV1PodStatus |
setPodStatusTime(Long podStatusTime)
Time the pod status was reported in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
setStatusCode(String statusCode)
Code associated with the deployment status.
|
GoogleCloudApigeeV1PodStatus |
setStatusCodeDetails(String statusCodeDetails)
Human-readable message associated with the status code.
|
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 getAppVersion()
null for nonepublic GoogleCloudApigeeV1PodStatus setAppVersion(String appVersion)
appVersion - appVersion or null for nonepublic String getDeploymentStatus()
null for nonepublic GoogleCloudApigeeV1PodStatus setDeploymentStatus(String deploymentStatus)
deploymentStatus - deploymentStatus or null for nonepublic Long getDeploymentStatusTime()
null for nonepublic GoogleCloudApigeeV1PodStatus setDeploymentStatusTime(Long deploymentStatusTime)
deploymentStatusTime - deploymentStatusTime or null for nonepublic Long getDeploymentTime()
null for nonepublic GoogleCloudApigeeV1PodStatus setDeploymentTime(Long deploymentTime)
deploymentTime - deploymentTime or null for nonepublic String getPodName()
null for nonepublic GoogleCloudApigeeV1PodStatus setPodName(String podName)
podName - podName or null for nonepublic String getPodStatus()
null for nonepublic GoogleCloudApigeeV1PodStatus setPodStatus(String podStatus)
podStatus - podStatus or null for nonepublic Long getPodStatusTime()
null for nonepublic GoogleCloudApigeeV1PodStatus setPodStatusTime(Long podStatusTime)
podStatusTime - podStatusTime or null for nonepublic String getStatusCode()
null for nonepublic GoogleCloudApigeeV1PodStatus setStatusCode(String statusCode)
statusCode - statusCode or null for nonepublic String getStatusCodeDetails()
null for nonepublic GoogleCloudApigeeV1PodStatus setStatusCodeDetails(String statusCodeDetails)
statusCodeDetails - statusCodeDetails or null for nonepublic GoogleCloudApigeeV1PodStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1PodStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.