Class ParameterObject

    • Constructor Detail

      • ParameterObject

        public ParameterObject()
    • Method Detail

      • setId

        public void setId​(String id)

        The ID of the parameter object.

        Parameters:
        id - The ID of the parameter object.
      • getId

        public String getId()

        The ID of the parameter object.

        Returns:
        The ID of the parameter object.
      • withId

        public ParameterObject withId​(String id)

        The ID of the parameter object.

        Parameters:
        id - The ID of the parameter object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAttributes

        public List<ParameterAttribute> getAttributes()

        The attributes of the parameter object.

        Returns:
        The attributes of the parameter object.
      • setAttributes

        public void setAttributes​(Collection<ParameterAttribute> attributes)

        The attributes of the parameter object.

        Parameters:
        attributes - The attributes of the parameter object.
      • withAttributes

        public ParameterObject withAttributes​(Collection<ParameterAttribute> attributes)

        The attributes of the parameter object.

        Parameters:
        attributes - The attributes of the parameter object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object