Package org.bonitasoft.web.client.model
Class Contract
java.lang.Object
org.bonitasoft.web.client.model.Contract
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class Contract
extends Object
implements Serializable
Contract
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConstraintsItem(ContractConstraint constraintsItem) addInputsItem(ContractInput inputsItem) constraints(List<ContractConstraint> constraints) booleanGet constraintsGet inputsinthashCode()inputs(List<ContractInput> inputs) voidsetConstraints(List<ContractConstraint> constraints) voidsetInputs(List<ContractInput> inputs) toString()
-
Field Details
-
JSON_PROPERTY_CONSTRAINTS
- See Also:
-
JSON_PROPERTY_INPUTS
- See Also:
-
-
Constructor Details
-
Contract
public Contract()
-
-
Method Details
-
constraints
-
addConstraintsItem
-
getConstraints
Get constraints- Returns:
- constraints
-
setConstraints
-
inputs
-
addInputsItem
-
getInputs
Get inputs- Returns:
- inputs
-
setInputs
-
equals
-
hashCode
public int hashCode() -
toString
-