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 SerializableInstanciateProcess400Response- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXCEPTIONstatic StringJSON_PROPERTY_EXPLANATIONSstatic StringJSON_PROPERTY_MESSAGE
-
Constructor Summary
Constructors Constructor Description InstanciateProcess400Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanciateProcess400ResponseaddExplanationsItem(String explanationsItem)booleanequals(Object o)InstanciateProcess400Responseexception(String exception)InstanciateProcess400Responseexplanations(List<String> explanations)StringgetException()The exception typeList<String>getExplanations()Further details on the errorStringgetMessage()The error messageinthashCode()InstanciateProcess400Responsemessage(String message)voidsetException(String exception)voidsetExplanations(List<String> explanations)voidsetMessage(String message)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXCEPTION
public static final String JSON_PROPERTY_EXCEPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EXPLANATIONS
public static final String JSON_PROPERTY_EXPLANATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
message
public InstanciateProcess400Response message(String message)
-
getMessage
@Nullable public String getMessage()
The error message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
exception
public InstanciateProcess400Response exception(String exception)
-
getException
@Nullable public String getException()
The exception type- Returns:
- exception
-
setException
public void setException(String exception)
-
explanations
public InstanciateProcess400Response explanations(List<String> explanations)
-
addExplanationsItem
public InstanciateProcess400Response addExplanationsItem(String explanationsItem)
-
getExplanations
@Nullable public List<String> getExplanations()
Further details on the error- Returns:
- explanations
-
-