public final class ListActiveBreakpointsResponse extends 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 Cloud Debugger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListActiveBreakpointsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListActiveBreakpointsResponse |
clone() |
List<Breakpoint> |
getBreakpoints()
List of all active breakpoints.
|
String |
getNextWaitToken()
A token that can be used in the next method call to block until the list of breakpoints
changes.
|
Boolean |
getWaitExpired()
If set to `true`, indicates that there is no change to the list of active breakpoints and the
server-selected timeout has expired.
|
ListActiveBreakpointsResponse |
set(String fieldName,
Object value) |
ListActiveBreakpointsResponse |
setBreakpoints(List<Breakpoint> breakpoints)
List of all active breakpoints.
|
ListActiveBreakpointsResponse |
setNextWaitToken(String nextWaitToken)
A token that can be used in the next method call to block until the list of breakpoints
changes.
|
ListActiveBreakpointsResponse |
setWaitExpired(Boolean waitExpired)
If set to `true`, indicates that there is no change to the list of active breakpoints and the
server-selected timeout has expired.
|
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 List<Breakpoint> getBreakpoints()
null for nonepublic ListActiveBreakpointsResponse setBreakpoints(List<Breakpoint> breakpoints)
breakpoints - breakpoints or null for nonepublic String getNextWaitToken()
null for nonepublic ListActiveBreakpointsResponse setNextWaitToken(String nextWaitToken)
nextWaitToken - nextWaitToken or null for nonepublic Boolean getWaitExpired()
null for nonepublic ListActiveBreakpointsResponse setWaitExpired(Boolean waitExpired)
waitExpired - waitExpired or null for nonepublic ListActiveBreakpointsResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListActiveBreakpointsResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.