Package org.bonitasoft.web.client.model
Class InstanciateProcess400Response
java.lang.Object
org.bonitasoft.web.client.model.InstanciateProcess400Response
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class InstanciateProcess400Response
extends Object
implements Serializable
InstanciateProcess400Response
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExplanationsItem(String explanationsItem) booleanexplanations(List<String> explanations) The exception typeFurther details on the errorThe error messageinthashCode()voidsetException(String exception) voidsetExplanations(List<String> explanations) voidsetMessage(String message) toString()
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_EXCEPTION
- See Also:
-
JSON_PROPERTY_EXPLANATIONS
- See Also:
-
-
Constructor Details
-
InstanciateProcess400Response
public InstanciateProcess400Response()
-
-
Method Details
-
message
-
getMessage
The error message- Returns:
- message
-
setMessage
-
exception
-
getException
The exception type- Returns:
- exception
-
setException
-
explanations
-
addExplanationsItem
-
getExplanations
Further details on the error- Returns:
- explanations
-
setExplanations
-
equals
-
hashCode
public int hashCode() -
toString
-