Class 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 the Parameter.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 the Parameter.Builder, which maintain a set of all explicitly set fields called Parameter.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Method Detail

      • 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
      • 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​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class TypedObject
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation