Package org.bonitasoft.web.client.model
Class Contract
- java.lang.Object
-
- org.bonitasoft.web.client.model.Contract
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Contract extends Object implements Serializable
Contract- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONSTRAINTSstatic StringJSON_PROPERTY_INPUTS
-
Constructor Summary
Constructors Constructor Description Contract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractaddConstraintsItem(ContractConstraints constraintsItem)ContractaddInputsItem(ContractInput inputsItem)Contractconstraints(List<ContractConstraints> constraints)booleanequals(Object o)List<ContractConstraints>getConstraints()Get constraintsList<ContractInput>getInputs()Get inputsinthashCode()Contractinputs(List<ContractInput> inputs)voidsetConstraints(List<ContractConstraints> constraints)voidsetInputs(List<ContractInput> inputs)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONSTRAINTS
public static final String JSON_PROPERTY_CONSTRAINTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INPUTS
public static final String JSON_PROPERTY_INPUTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
constraints
public Contract constraints(List<ContractConstraints> constraints)
-
addConstraintsItem
public Contract addConstraintsItem(ContractConstraints constraintsItem)
-
getConstraints
@Nullable public List<ContractConstraints> getConstraints()
Get constraints- Returns:
- constraints
-
setConstraints
public void setConstraints(List<ContractConstraints> constraints)
-
inputs
public Contract inputs(List<ContractInput> inputs)
-
addInputsItem
public Contract addInputsItem(ContractInput inputsItem)
-
getInputs
@Nullable public List<ContractInput> getInputs()
Get inputs- Returns:
- inputs
-
setInputs
public void setInputs(List<ContractInput> inputs)
-
-