public final class GoogleCloudApigeeV1Result
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 |
|---|
GoogleCloudApigeeV1Result() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Result |
clone() |
List<GoogleCloudApigeeV1Access> |
getAccessList()
A list of variable access actions agaist the api proxy.
|
String |
getActionResult()
Type of the action result.
|
String |
getContent()
Error message content.
|
List<GoogleCloudApigeeV1Property> |
getHeaders()
A list of HTTP headers.
|
GoogleCloudApigeeV1Properties |
getProperties()
Name value pairs used for DebugInfo ActionResult.
|
String |
getReasonPhrase()
HTTP response phrase
|
String |
getStatusCode()
HTTP response code
|
String |
getTimestamp()
Timestamp of when the result is recorded.
|
String |
getURI()
The relative path of the api proxy.
|
String |
getVerb()
HTTP method verb
|
GoogleCloudApigeeV1Result |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1Result |
setAccessList(List<GoogleCloudApigeeV1Access> accessList)
A list of variable access actions agaist the api proxy.
|
GoogleCloudApigeeV1Result |
setActionResult(String actionResult)
Type of the action result.
|
GoogleCloudApigeeV1Result |
setContent(String content)
Error message content.
|
GoogleCloudApigeeV1Result |
setHeaders(List<GoogleCloudApigeeV1Property> headers)
A list of HTTP headers.
|
GoogleCloudApigeeV1Result |
setProperties(GoogleCloudApigeeV1Properties properties)
Name value pairs used for DebugInfo ActionResult.
|
GoogleCloudApigeeV1Result |
setReasonPhrase(String reasonPhrase)
HTTP response phrase
|
GoogleCloudApigeeV1Result |
setStatusCode(String statusCode)
HTTP response code
|
GoogleCloudApigeeV1Result |
setTimestamp(String timestamp)
Timestamp of when the result is recorded.
|
GoogleCloudApigeeV1Result |
setURI(String uRI)
The relative path of the api proxy.
|
GoogleCloudApigeeV1Result |
setVerb(String verb)
HTTP method verb
|
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 getActionResult()
null for nonepublic GoogleCloudApigeeV1Result setActionResult(String actionResult)
actionResult - actionResult or null for nonepublic List<GoogleCloudApigeeV1Access> getAccessList()
null for nonepublic GoogleCloudApigeeV1Result setAccessList(List<GoogleCloudApigeeV1Access> accessList)
accessList - accessList or null for nonepublic String getContent()
null for nonepublic GoogleCloudApigeeV1Result setContent(String content)
content - content or null for nonepublic List<GoogleCloudApigeeV1Property> getHeaders()
null for nonepublic GoogleCloudApigeeV1Result setHeaders(List<GoogleCloudApigeeV1Property> headers)
headers - headers or null for nonepublic GoogleCloudApigeeV1Properties getProperties()
null for nonepublic GoogleCloudApigeeV1Result setProperties(GoogleCloudApigeeV1Properties properties)
properties - properties or null for nonepublic String getReasonPhrase()
null for nonepublic GoogleCloudApigeeV1Result setReasonPhrase(String reasonPhrase)
reasonPhrase - reasonPhrase or null for nonepublic String getStatusCode()
null for nonepublic GoogleCloudApigeeV1Result setStatusCode(String statusCode)
statusCode - statusCode or null for nonepublic String getTimestamp()
null for nonepublic GoogleCloudApigeeV1Result setTimestamp(String timestamp)
timestamp - timestamp or null for nonepublic String getURI()
null for nonepublic GoogleCloudApigeeV1Result setURI(String uRI)
uRI - uRI or null for nonepublic String getVerb()
null for nonepublic GoogleCloudApigeeV1Result setVerb(String verb)
verb - verb or null for nonepublic GoogleCloudApigeeV1Result set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1Result clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.