public final class GoogleCloudApigeeV1ReportInstanceStatusRequest
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 |
|---|
GoogleCloudApigeeV1ReportInstanceStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ReportInstanceStatusRequest |
clone() |
String |
getInstanceUid()
A unique ID for the instance which is guaranteed to be unique in case the user installs
multiple hybrid runtimes with the same instance ID.
|
String |
getReportTime()
The time the report was generated in the runtime.
|
List<GoogleCloudApigeeV1ResourceStatus> |
getResources()
Status for config resources
|
GoogleCloudApigeeV1ReportInstanceStatusRequest |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1ReportInstanceStatusRequest |
setInstanceUid(String instanceUid)
A unique ID for the instance which is guaranteed to be unique in case the user installs
multiple hybrid runtimes with the same instance ID.
|
GoogleCloudApigeeV1ReportInstanceStatusRequest |
setReportTime(String reportTime)
The time the report was generated in the runtime.
|
GoogleCloudApigeeV1ReportInstanceStatusRequest |
setResources(List<GoogleCloudApigeeV1ResourceStatus> resources)
Status for config resources
|
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 GoogleCloudApigeeV1ReportInstanceStatusRequest()
public String getInstanceUid()
null for nonepublic GoogleCloudApigeeV1ReportInstanceStatusRequest setInstanceUid(String instanceUid)
instanceUid - instanceUid or null for nonepublic String getReportTime()
null for nonepublic GoogleCloudApigeeV1ReportInstanceStatusRequest setReportTime(String reportTime)
reportTime - reportTime or null for nonepublic List<GoogleCloudApigeeV1ResourceStatus> getResources()
null for nonepublic GoogleCloudApigeeV1ReportInstanceStatusRequest setResources(List<GoogleCloudApigeeV1ResourceStatus> resources)
resources - resources or null for nonepublic GoogleCloudApigeeV1ReportInstanceStatusRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1ReportInstanceStatusRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.