Package com.seeq.model
Class ParameterDocOutputV1
java.lang.Object
com.seeq.model.ParameterDocOutputV1
Parameters of the functions in this document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) description
(String description) boolean
The value to be used if not provided to the functionThe description of the parametergetName()
The identifier of the parameterIndicate this parameter is optional for the function callgetType()
The type of the parameterint
hashCode()
void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
void
setOptional
(Boolean optional) void
toString()
-
Constructor Details
-
ParameterDocOutputV1
public ParameterDocOutputV1()
-
-
Method Details
-
defaultValue
-
getDefaultValue
The value to be used if not provided to the function- Returns:
- defaultValue
-
setDefaultValue
-
description
-
getDescription
The description of the parameter- Returns:
- description
-
setDescription
-
name
-
getName
The identifier of the parameter- Returns:
- name
-
setName
-
optional
-
getOptional
Indicate this parameter is optional for the function call- Returns:
- optional
-
setOptional
-
type
-
getType
The type of the parameter- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-