Class ParameterDocOutputV1

java.lang.Object
com.seeq.model.ParameterDocOutputV1

public class ParameterDocOutputV1 extends Object
Parameters of the functions in this document
  • Constructor Details

    • ParameterDocOutputV1

      public ParameterDocOutputV1()
  • Method Details

    • defaultValue

      public ParameterDocOutputV1 defaultValue(String defaultValue)
    • getDefaultValue

      public String getDefaultValue()
      The value to be used if not provided to the function
      Returns:
      defaultValue
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • description

      public ParameterDocOutputV1 description(String description)
    • getDescription

      public String getDescription()
      The description of the parameter
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • name

      public ParameterDocOutputV1 name(String name)
    • getName

      public String getName()
      The identifier of the parameter
      Returns:
      name
    • setName

      public void setName(String name)
    • optional

      public ParameterDocOutputV1 optional(Boolean optional)
    • getOptional

      public Boolean getOptional()
      Indicate this parameter is optional for the function call
      Returns:
      optional
    • setOptional

      public void setOptional(Boolean optional)
    • type

      public ParameterDocOutputV1 type(String type)
    • getType

      public String getType()
      The type of the parameter
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object