Class RuntimeOperator
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.dataintegration.model.RuntimeOperator
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class RuntimeOperator extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelRuntime operator model which holds the runtime metadata of the task operator executed.
 Note: Objects should always be created or deserialized using theRuntimeOperator.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theRuntimeOperator.Builder, which maintain a set of all explicitly set fields calledRuntimeOperator.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRuntimeOperator.Builderstatic classRuntimeOperator.ExecutionStatestatusstatic classRuntimeOperator.OperatorTypeThe type of Runtime Operatorstatic classRuntimeOperator.StatusStatus of RuntimeOperator.static classRuntimeOperator.TaskTypeThe type of task run.
 - 
Constructor SummaryConstructors Constructor Description RuntimeOperator(String key, String taskRunKey, Long startTimeInMillis, Long endTimeInMillis, RuntimeOperator.Status status, String modelType, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, String identifier, RuntimeOperator.ExecutionState executionState, List<Parameter> parameters, Integer objectStatus, ObjectMetadata metadata, Operator operator, Map<String,ParameterValue> inputs, Map<String,ParameterValue> outputs, RuntimeOperator.TaskType taskType, ConfigProvider configProvider, RuntimeOperator.OperatorType operatorType, Map<String,Float> metrics)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeOperator.Builderbuilder()Create a new builder.booleanequals(Object o)ConfigProvidergetConfigProvider()LonggetEndTimeInMillis()The runtime operator end time.RuntimeOperator.ExecutionStategetExecutionState()statusStringgetIdentifier()Value can only contain upper case letters, underscore and numbers.Map<String,ParameterValue>getInputs()The configuration provider bindings.StringgetKey()The RuntimeOperator key.ObjectMetadatagetMetadata()Map<String,Float>getMetrics()A map metrics for the task run.StringgetModelType()The type of the object.StringgetModelVersion()The model version of an object.StringgetName()Free form text without any restriction on permitted characters.IntegergetObjectStatus()The status of an object that can be set to value 1 for shallow references across objects, other values reserved.IntegergetObjectVersion()The version of the object that is used to track changes in the object instance.OperatorgetOperator()RuntimeOperator.OperatorTypegetOperatorType()The type of Runtime OperatorMap<String,ParameterValue>getOutputs()The configuration provider bindings.List<Parameter>getParameters()A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.ParentReferencegetParentRef()LonggetStartTimeInMillis()The runtime operator start time.RuntimeOperator.StatusgetStatus()Status of RuntimeOperator.StringgetTaskRunKey()The TaskRun key.RuntimeOperator.TaskTypegetTaskType()The type of task run.inthashCode()RuntimeOperator.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
RuntimeOperator@Deprecated @ConstructorProperties({"key","taskRunKey","startTimeInMillis","endTimeInMillis","status","modelType","modelVersion","parentRef","name","objectVersion","identifier","executionState","parameters","objectStatus","metadata","operator","inputs","outputs","taskType","configProvider","operatorType","metrics"}) public RuntimeOperator(String key, String taskRunKey, Long startTimeInMillis, Long endTimeInMillis, RuntimeOperator.Status status, String modelType, String modelVersion, ParentReference parentRef, String name, Integer objectVersion, String identifier, RuntimeOperator.ExecutionState executionState, List<Parameter> parameters, Integer objectStatus, ObjectMetadata metadata, Operator operator, Map<String,ParameterValue> inputs, Map<String,ParameterValue> outputs, RuntimeOperator.TaskType taskType, ConfigProvider configProvider, RuntimeOperator.OperatorType operatorType, Map<String,Float> metrics) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RuntimeOperator.Builder builder() Create a new builder.
 - 
toBuilderpublic RuntimeOperator.Builder toBuilder() 
 - 
getKeypublic String getKey() The RuntimeOperator key.- Returns:
- the value
 
 - 
getTaskRunKeypublic String getTaskRunKey() The TaskRun key.- Returns:
- the value
 
 - 
getStartTimeInMillispublic Long getStartTimeInMillis() The runtime operator start time.- Returns:
- the value
 
 - 
getEndTimeInMillispublic Long getEndTimeInMillis() The runtime operator end time.- Returns:
- the value
 
 - 
getStatuspublic RuntimeOperator.Status getStatus() Status of RuntimeOperator.This field is deprecated, use RuntimeOperator’s executionState field instead. - Returns:
- the value
 
 - 
getModelTypepublic String getModelType() The type of the object.- Returns:
- the value
 
 - 
getModelVersionpublic String getModelVersion() The model version of an object.- Returns:
- the value
 
 - 
getParentRefpublic ParentReference getParentRef() 
 - 
getNamepublic String getName() Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Returns:
- the value
 
 - 
getObjectVersionpublic Integer getObjectVersion() The version of the object that is used to track changes in the object instance.- Returns:
- the value
 
 - 
getIdentifierpublic String getIdentifier() Value can only contain upper case letters, underscore and numbers.It should begin with upper case letter or underscore. The value can be modified. - Returns:
- the value
 
 - 
getExecutionStatepublic RuntimeOperator.ExecutionState getExecutionState() status- Returns:
- the value
 
 - 
getParameterspublic List<Parameter> getParameters() A list of parameters for the pipeline, this allows certain aspects of the pipeline to be configured when the pipeline is executed.- Returns:
- the value
 
 - 
getObjectStatuspublic Integer getObjectStatus() The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Returns:
- the value
 
 - 
getMetadatapublic ObjectMetadata getMetadata() 
 - 
getOperatorpublic Operator getOperator() 
 - 
getInputspublic Map<String,ParameterValue> getInputs() The configuration provider bindings.- Returns:
- the value
 
 - 
getOutputspublic Map<String,ParameterValue> getOutputs() The configuration provider bindings.- Returns:
- the value
 
 - 
getTaskTypepublic RuntimeOperator.TaskType getTaskType() The type of task run.- Returns:
- the value
 
 - 
getConfigProviderpublic ConfigProvider getConfigProvider() 
 - 
getOperatorTypepublic RuntimeOperator.OperatorType getOperatorType() The type of Runtime Operator- Returns:
- the value
 
 - 
getMetricspublic Map<String,Float> getMetrics() A map metrics for the task run.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-