public final class ListBreakpointsResponse 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 |
|---|
ListBreakpointsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListBreakpointsResponse |
clone() |
List<Breakpoint> |
getBreakpoints()
List of breakpoints matching the request.
|
String |
getNextWaitToken()
A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to
block until the list of breakpoints has changes.
|
ListBreakpointsResponse |
set(String fieldName,
Object value) |
ListBreakpointsResponse |
setBreakpoints(List<Breakpoint> breakpoints)
List of breakpoints matching the request.
|
ListBreakpointsResponse |
setNextWaitToken(String nextWaitToken)
A wait token that can be used in the next call to `list` (REST) or `ListBreakpoints` (RPC) to
block until the list of breakpoints has changes.
|
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 ListBreakpointsResponse setBreakpoints(List<Breakpoint> breakpoints)
breakpoints - breakpoints or null for nonepublic String getNextWaitToken()
null for nonepublic ListBreakpointsResponse setNextWaitToken(String nextWaitToken)
nextWaitToken - nextWaitToken or null for nonepublic ListBreakpointsResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListBreakpointsResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.