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 TypedObjectParameters 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 SummaryNested Classes Modifier and Type Class Description static classParameter.Builderstatic classParameter.OutputAggregationTypeThe output aggregation type.- 
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.TypedObjectTypedObject.ModelType
 
- 
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parameter.Builderbuilder()Create a new builder.booleanequals(Object o)ObjectgetDefaultValue()The default value of the parameter.BooleangetIsInput()Specifies whether the parameter is input value.BooleangetIsOutput()Specifies whether the parameter is output value.Parameter.OutputAggregationTypegetOutputAggregationType()The output aggregation type.ObjectgetRootObjectDefaultValue()The default value of the parameter which can be an object in DIS, such as a data entity.ObjectgetType()This can either be a string value referencing the type or a BaseType object.StringgetTypeName()The type of value the parameter was created for.StringgetUsedFor()The param name for which parameter is created for for eg.inthashCode()Parameter.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.dataintegration.model.TypedObjectgetConfigValues, 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- 
builderpublic static Parameter.Builder builder() Create a new builder.
 - 
toBuilderpublic Parameter.Builder toBuilder() 
 - 
getTypepublic Object getType() This can either be a string value referencing the type or a BaseType object.- Returns:
- the value
 
 - 
getDefaultValuepublic Object getDefaultValue() The default value of the parameter.- Returns:
- the value
 
 - 
getRootObjectDefaultValuepublic Object getRootObjectDefaultValue() The default value of the parameter which can be an object in DIS, such as a data entity.- Returns:
- the value
 
 - 
getIsInputpublic Boolean getIsInput() Specifies whether the parameter is input value.- Returns:
- the value
 
 - 
getIsOutputpublic Boolean getIsOutput() Specifies whether the parameter is output value.- Returns:
- the value
 
 - 
getOutputAggregationTypepublic Parameter.OutputAggregationType getOutputAggregationType() The output aggregation type.- Returns:
- the value
 
 - 
getTypeNamepublic String getTypeName() The type of value the parameter was created for.- Returns:
- the value
 
 - 
getUsedForpublic String getUsedFor() The param name for which parameter is created for for eg.driver Shape, Operation etc. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- TypedObject
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- TypedObject
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TypedObject
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TypedObject
 
 
- 
 
-