Package org.bonitasoft.web.client.model
Class ProcessInstantiationResponse
- java.lang.Object
-
- org.bonitasoft.web.client.model.ProcessInstantiationResponse
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessInstantiationResponse extends Object implements Serializable
ProcessInstantiationResponse- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CASE_ID
-
Constructor Summary
Constructors Constructor Description ProcessInstantiationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstantiationResponsecaseId(String caseId)booleanequals(Object o)StringgetCaseId()Get caseIdinthashCode()voidsetCaseId(String caseId)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CASE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
caseId
public ProcessInstantiationResponse caseId(String caseId)
-
setCaseId
public void setCaseId(String caseId)
-
-