public final class GoogleCloudApigeeV1DebugSession
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 |
|---|
GoogleCloudApigeeV1DebugSession() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DebugSession |
clone() |
Integer |
getCount()
Optional.
|
String |
getCreateTime()
Output only.
|
String |
getFilter()
Optional.
|
String |
getName()
A unique ID for this DebugSession.
|
Long |
getTimeout()
Optional.
|
Integer |
getTracesize()
Optional.
|
Integer |
getValidity()
Optional.
|
GoogleCloudApigeeV1DebugSession |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1DebugSession |
setCount(Integer count)
Optional.
|
GoogleCloudApigeeV1DebugSession |
setCreateTime(String createTime)
Output only.
|
GoogleCloudApigeeV1DebugSession |
setFilter(String filter)
Optional.
|
GoogleCloudApigeeV1DebugSession |
setName(String name)
A unique ID for this DebugSession.
|
GoogleCloudApigeeV1DebugSession |
setTimeout(Long timeout)
Optional.
|
GoogleCloudApigeeV1DebugSession |
setTracesize(Integer tracesize)
Optional.
|
GoogleCloudApigeeV1DebugSession |
setValidity(Integer validity)
Optional.
|
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 Integer getCount()
null for nonepublic GoogleCloudApigeeV1DebugSession setCount(Integer count)
count - count or null for nonepublic String getCreateTime()
null for nonepublic GoogleCloudApigeeV1DebugSession setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getFilter()
null for nonepublic GoogleCloudApigeeV1DebugSession setFilter(String filter)
filter - filter or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1DebugSession setName(String name)
name - name or null for nonepublic Long getTimeout()
null for nonepublic GoogleCloudApigeeV1DebugSession setTimeout(Long timeout)
timeout - timeout or null for nonepublic Integer getTracesize()
null for nonepublic GoogleCloudApigeeV1DebugSession setTracesize(Integer tracesize)
tracesize - tracesize or null for nonepublic Integer getValidity()
null for nonepublic GoogleCloudApigeeV1DebugSession setValidity(Integer validity)
validity - validity or null for nonepublic GoogleCloudApigeeV1DebugSession set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1DebugSession clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.