public final class WorkflowMetadata 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 Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
WorkflowMetadata() |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getClusterName()
null
for nonepublic WorkflowMetadata setClusterName(String clusterName)
clusterName
- clusterName or null
for nonepublic String getClusterUuid()
null
for nonepublic WorkflowMetadata setClusterUuid(String clusterUuid)
clusterUuid
- clusterUuid or null
for nonepublic ClusterOperation getCreateCluster()
null
for nonepublic WorkflowMetadata setCreateCluster(ClusterOperation createCluster)
createCluster
- createCluster or null
for nonepublic String getDagEndTime()
null
for nonepublic WorkflowMetadata setDagEndTime(String dagEndTime)
dagEndTime
- dagEndTime or null
for nonepublic String getDagStartTime()
null
for nonepublic WorkflowMetadata setDagStartTime(String dagStartTime)
dagStartTime
- dagStartTime or null
for nonepublic String getDagTimeout()
null
for nonepublic WorkflowMetadata setDagTimeout(String dagTimeout)
dagTimeout
- dagTimeout or null
for nonepublic ClusterOperation getDeleteCluster()
null
for nonepublic WorkflowMetadata setDeleteCluster(ClusterOperation deleteCluster)
deleteCluster
- deleteCluster or null
for nonepublic String getEndTime()
null
for nonepublic WorkflowMetadata setEndTime(String endTime)
endTime
- endTime or null
for nonepublic WorkflowGraph getGraph()
null
for nonepublic WorkflowMetadata setGraph(WorkflowGraph graph)
graph
- graph or null
for nonepublic Map<String,String> getParameters()
null
for nonepublic WorkflowMetadata setParameters(Map<String,String> parameters)
parameters
- parameters or null
for nonepublic String getStartTime()
null
for nonepublic WorkflowMetadata setStartTime(String startTime)
startTime
- startTime or null
for nonepublic String getState()
null
for nonepublic WorkflowMetadata setState(String state)
state
- state or null
for nonepublic String getTemplate()
null
for nonepublic WorkflowMetadata setTemplate(String template)
template
- template or null
for nonepublic Integer getVersion()
null
for nonepublic WorkflowMetadata setVersion(Integer version)
version
- version or null
for nonepublic WorkflowMetadata set(String fieldName, Object value)
set
in class GenericJson
public WorkflowMetadata clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.