Package org.bonitasoft.web.client.model
Class MessageMessageContent
- java.lang.Object
-
- org.bonitasoft.web.client.model.MessageMessageContent
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class MessageMessageContent extends Object implements Serializable
MessageMessageContent- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageMessageContent.TypeEnumDate types must be in the ISO-8601 format.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_TYPEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description MessageMessageContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)MessageMessageContent.TypeEnumgetType()Date types must be in the ISO-8601 format.StringgetValue()Get valueinthashCode()voidsetType(MessageMessageContent.TypeEnum type)voidsetValue(String value)StringtoString()MessageMessageContenttype(MessageMessageContent.TypeEnum type)MessageMessageContentvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public MessageMessageContent value(String value)
-
setValue
public void setValue(String value)
-
type
public MessageMessageContent type(MessageMessageContent.TypeEnum type)
-
getType
@Nullable public MessageMessageContent.TypeEnum getType()
Date types must be in the ISO-8601 format. When not set, the type is guessed using the value. Be careful as it can lead to type inconsistency in the target process (eg: a java.lang.Long is expected and the guessed type is a java.lang.Integer)- Returns:
- type
-
setType
public void setType(MessageMessageContent.TypeEnum type)
-
-