public final class SendDebugCaptureRequest
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 Dataflow 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 |
|---|
SendDebugCaptureRequest() |
| Modifier and Type | Method and Description |
|---|---|
SendDebugCaptureRequest |
clone() |
java.lang.String |
getComponentId()
The internal component id for which debug information is sent.
|
java.lang.String |
getData()
The encoded debug information.
|
java.lang.String |
getLocation()
The location which contains the job specified by job_id.
|
java.lang.String |
getWorkerId()
The worker id, i.e., VM hostname.
|
SendDebugCaptureRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SendDebugCaptureRequest |
setComponentId(java.lang.String componentId)
The internal component id for which debug information is sent.
|
SendDebugCaptureRequest |
setData(java.lang.String data)
The encoded debug information.
|
SendDebugCaptureRequest |
setLocation(java.lang.String location)
The location which contains the job specified by job_id.
|
SendDebugCaptureRequest |
setWorkerId(java.lang.String workerId)
The worker id, i.e., VM hostname.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getComponentId()
null for nonepublic SendDebugCaptureRequest setComponentId(java.lang.String componentId)
componentId - componentId or null for nonepublic java.lang.String getData()
null for nonepublic SendDebugCaptureRequest setData(java.lang.String data)
data - data or null for nonepublic java.lang.String getLocation()
null for nonepublic SendDebugCaptureRequest setLocation(java.lang.String location)
location - location or null for nonepublic java.lang.String getWorkerId()
null for nonepublic SendDebugCaptureRequest setWorkerId(java.lang.String workerId)
workerId - workerId or null for nonepublic SendDebugCaptureRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SendDebugCaptureRequest clone()
clone in class com.google.api.client.json.GenericJson