public final class ReportWorkItemStatusRequest
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 |
---|
ReportWorkItemStatusRequest() |
Modifier and Type | Method and Description |
---|---|
ReportWorkItemStatusRequest |
clone() |
java.lang.String |
getCurrentWorkerTime() |
java.lang.String |
getWorkerId() |
java.util.List<WorkItemStatus> |
getWorkItemStatuses() |
ReportWorkItemStatusRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportWorkItemStatusRequest |
setCurrentWorkerTime(java.lang.String currentWorkerTime) |
ReportWorkItemStatusRequest |
setWorkerId(java.lang.String workerId) |
ReportWorkItemStatusRequest |
setWorkItemStatuses(java.util.List<WorkItemStatus> workItemStatuses) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getCurrentWorkerTime()
null
for nonepublic ReportWorkItemStatusRequest setCurrentWorkerTime(java.lang.String currentWorkerTime)
currentWorkerTime
- currentWorkerTime or null
for nonepublic java.util.List<WorkItemStatus> getWorkItemStatuses()
null
for nonepublic ReportWorkItemStatusRequest setWorkItemStatuses(java.util.List<WorkItemStatus> workItemStatuses)
workItemStatuses
- workItemStatuses or null
for nonepublic java.lang.String getWorkerId()
null
for nonepublic ReportWorkItemStatusRequest setWorkerId(java.lang.String workerId)
workerId
- workerId or null
for nonepublic ReportWorkItemStatusRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ReportWorkItemStatusRequest clone()
clone
in class com.google.api.client.json.GenericJson