public final class ReportWorkItemStatusResponse
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ReportWorkItemStatusResponse() |
Modifier and Type | Method and Description |
---|---|
ReportWorkItemStatusResponse |
clone() |
java.util.List<WorkItemServiceState> |
getWorkItemServiceStates()
A set of messages indicating the service-side state for each WorkItem whose status was
reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest
which resulting in this response.
|
ReportWorkItemStatusResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportWorkItemStatusResponse |
setWorkItemServiceStates(java.util.List<WorkItemServiceState> workItemServiceStates)
A set of messages indicating the service-side state for each WorkItem whose status was
reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest
which resulting in this response.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<WorkItemServiceState> getWorkItemServiceStates()
null
for nonepublic ReportWorkItemStatusResponse setWorkItemServiceStates(java.util.List<WorkItemServiceState> workItemServiceStates)
workItemServiceStates
- workItemServiceStates or null
for nonepublic ReportWorkItemStatusResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ReportWorkItemStatusResponse clone()
clone
in class com.google.api.client.json.GenericJson