Package org.bonitasoft.web.client.model
Class ContractInput
java.lang.Object
org.bonitasoft.web.client.model.ContractInput
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ContractInput
extends Object
implements Serializable
ContractInput
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInputsItem(ContractInput inputsItem) description(String description) booleaninput descriptionGet inputstrue if input contains multiple valuesgetName()input namegetType()Get typeinthashCode()inputs(List<ContractInput> inputs) voidsetDescription(String description) voidsetInputs(List<ContractInput> inputs) voidsetMultiple(String multiple) voidvoidsetType(ContractInputType type) toString()type(ContractInputType type)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_MULTIPLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_INPUTS
- See Also:
-
-
Constructor Details
-
ContractInput
public ContractInput()
-
-
Method Details
-
description
-
getDescription
input description- Returns:
- description
-
setDescription
-
name
-
getName
input name- Returns:
- name
-
setName
-
multiple
-
getMultiple
true if input contains multiple values- Returns:
- multiple
-
setMultiple
-
type
-
getType
Get type- Returns:
- type
-
setType
-
inputs
-
addInputsItem
-
getInputs
Get inputs- Returns:
- inputs
-
setInputs
-
equals
-
hashCode
public int hashCode() -
toString
-