public final class ListActiveBreakpointsResponse
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 Google Cloud Debugger 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.Flags| Constructor and Description |
|---|
ListActiveBreakpointsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListActiveBreakpointsResponse |
clone() |
java.util.List<Breakpoint> |
getBreakpoints()
List of all active breakpoints.
|
java.lang.String |
getNextWaitToken()
A wait token that can be used in the next method call to block until the list of breakpoints
changes.
|
java.lang.Boolean |
getWaitExpired()
The `wait_expired` field is set to true by the server when the request times out and the field
`success_on_timeout` is set to true.
|
ListActiveBreakpointsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListActiveBreakpointsResponse |
setBreakpoints(java.util.List<Breakpoint> breakpoints)
List of all active breakpoints.
|
ListActiveBreakpointsResponse |
setNextWaitToken(java.lang.String nextWaitToken)
A wait token that can be used in the next method call to block until the list of breakpoints
changes.
|
ListActiveBreakpointsResponse |
setWaitExpired(java.lang.Boolean waitExpired)
The `wait_expired` field is set to true by the server when the request times out and the field
`success_on_timeout` is set to true.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<Breakpoint> getBreakpoints()
null for nonepublic ListActiveBreakpointsResponse setBreakpoints(java.util.List<Breakpoint> breakpoints)
breakpoints - breakpoints or null for nonepublic java.lang.String getNextWaitToken()
null for nonepublic ListActiveBreakpointsResponse setNextWaitToken(java.lang.String nextWaitToken)
nextWaitToken - nextWaitToken or null for nonepublic java.lang.Boolean getWaitExpired()
null for nonepublic ListActiveBreakpointsResponse setWaitExpired(java.lang.Boolean waitExpired)
waitExpired - waitExpired or null for nonepublic ListActiveBreakpointsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListActiveBreakpointsResponse clone()
clone in class com.google.api.client.json.GenericJson