Package org.bonitasoft.web.client.model
Class MessageMessageContentValue
java.lang.Object
org.bonitasoft.web.client.model.MessageMessageContentValue
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class MessageMessageContentValue
extends Object
implements Serializable
MessageMessageContentValue
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDate types must be in the ISO-8601 format. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
MessageMessageContentValue
public MessageMessageContentValue()
-
-
Method Details
-
value
-
getValue
- Returns:
- value
-
setValue
-
type
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-