Package com.seeq.model
Class FunctionVariantOutputV1
java.lang.Object
com.seeq.model.FunctionVariantOutputV1
Functions in this document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParametersItem
(FunctionParameterOutputV1 parametersItem) description
(String description) boolean
The description of the functionTrue if this function is written in the fluent stylegetName()
The name of the functionThe parameters of the functionThe type of the functionint
hashCode()
parameters
(List<FunctionParameterOutputV1> parameters) returnType
(String returnType) void
setDescription
(String description) void
void
void
setParameters
(List<FunctionParameterOutputV1> parameters) void
setReturnType
(String returnType) toString()
-
Constructor Details
-
FunctionVariantOutputV1
public FunctionVariantOutputV1()
-
-
Method Details
-
description
-
getDescription
The description of the function- Returns:
- description
-
setDescription
-
fluent
-
getFluent
True if this function is written in the fluent style- Returns:
- fluent
-
setFluent
-
name
-
getName
The name of the function- Returns:
- name
-
setName
-
parameters
-
addParametersItem
-
getParameters
The parameters of the function- Returns:
- parameters
-
setParameters
-
returnType
-
getReturnType
The type of the function- Returns:
- returnType
-
setReturnType
-
equals
-
hashCode
public int hashCode() -
toString
-