public final class StageSummary 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 Dataflow 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 |
|---|
StageSummary() |
| Modifier and Type | Method and Description |
|---|---|
StageSummary |
clone() |
String |
getEndTime()
End time of this stage.
|
List<MetricUpdate> |
getMetrics()
Metrics for this stage.
|
ProgressTimeseries |
getProgress()
Progress for this stage.
|
String |
getStageId()
ID of this stage
|
String |
getStartTime()
Start time of this stage.
|
String |
getState()
State of this stage.
|
StageSummary |
set(String fieldName,
Object value) |
StageSummary |
setEndTime(String endTime)
End time of this stage.
|
StageSummary |
setMetrics(List<MetricUpdate> metrics)
Metrics for this stage.
|
StageSummary |
setProgress(ProgressTimeseries progress)
Progress for this stage.
|
StageSummary |
setStageId(String stageId)
ID of this stage
|
StageSummary |
setStartTime(String startTime)
Start time of this stage.
|
StageSummary |
setState(String state)
State of this stage.
|
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 String getEndTime()
null for nonepublic StageSummary setEndTime(String endTime)
endTime - endTime or null for nonepublic List<MetricUpdate> getMetrics()
null for nonepublic StageSummary setMetrics(List<MetricUpdate> metrics)
metrics - metrics or null for nonepublic ProgressTimeseries getProgress()
null for nonepublic StageSummary setProgress(ProgressTimeseries progress)
progress - progress or null for nonepublic String getStageId()
null for nonepublic StageSummary setStageId(String stageId)
stageId - stageId or null for nonepublic String getStartTime()
null for nonepublic StageSummary setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic StageSummary setState(String state)
state - state or null for nonepublic StageSummary set(String fieldName, Object value)
set in class GenericJsonpublic StageSummary clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.