Class Parameter
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.dataintegration.model.TypedObject
-
- com.oracle.bmc.dataintegration.model.Parameter
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class Parameter extends TypedObject
Parameters are created and assigned values that can be configured for each integration task.
Note: Objects should always be created or deserialized using theParameter.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 theParameter.Builder
, which maintain a set of all explicitly set fields calledParameter.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 Summary
Nested Classes Modifier and Type Class Description static class
Parameter.Builder
static class
Parameter.OutputAggregationType
The output aggregation type.-
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.TypedObject
TypedObject.ModelType
-
-
Constructor Summary
Constructors Constructor Description Parameter(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object type, Object defaultValue, Object rootObjectDefaultValue, Boolean isInput, Boolean isOutput, Parameter.OutputAggregationType outputAggregationType, String typeName, String usedFor)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parameter.Builder
builder()
Create a new builder.boolean
equals(Object o)
Object
getDefaultValue()
The default value of the parameter.Boolean
getIsInput()
Specifies whether the parameter is input value.Boolean
getIsOutput()
Specifies whether the parameter is output value.Parameter.OutputAggregationType
getOutputAggregationType()
The output aggregation type.Object
getRootObjectDefaultValue()
The default value of the parameter which can be an object in DIS, such as a data entity.Object
getType()
This can either be a string value referencing the type or a BaseType object.String
getTypeName()
The type of value the parameter was created for.String
getUsedFor()
The param name for which parameter is created for for eg.int
hashCode()
Parameter.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.dataintegration.model.TypedObject
getConfigValues, getDescription, getKey, getModelVersion, getName, getObjectStatus, getParentRef
-
-
-
-
Constructor Detail
-
Parameter
@Deprecated public Parameter(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object type, Object defaultValue, Object rootObjectDefaultValue, Boolean isInput, Boolean isOutput, Parameter.OutputAggregationType outputAggregationType, String typeName, String usedFor)
Deprecated.
-
-
Method Detail
-
builder
public static Parameter.Builder builder()
Create a new builder.
-
toBuilder
public Parameter.Builder toBuilder()
-
getType
public Object getType()
This can either be a string value referencing the type or a BaseType object.- Returns:
- the value
-
getDefaultValue
public Object getDefaultValue()
The default value of the parameter.- Returns:
- the value
-
getRootObjectDefaultValue
public Object getRootObjectDefaultValue()
The default value of the parameter which can be an object in DIS, such as a data entity.- Returns:
- the value
-
getIsInput
public Boolean getIsInput()
Specifies whether the parameter is input value.- Returns:
- the value
-
getIsOutput
public Boolean getIsOutput()
Specifies whether the parameter is output value.- Returns:
- the value
-
getOutputAggregationType
public Parameter.OutputAggregationType getOutputAggregationType()
The output aggregation type.- Returns:
- the value
-
getTypeName
public String getTypeName()
The type of value the parameter was created for.- Returns:
- the value
-
getUsedFor
public String getUsedFor()
The param name for which parameter is created for for eg.driver Shape, Operation etc.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classTypedObject
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classTypedObject
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTypedObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTypedObject
-
-