| Constructor and Description |
|---|
MessageData(DataValue<?> value,
String mediaType,
boolean valid)
Creates a new MessageData instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMediaType()
Returns the data media type.
|
DataValue<?> |
getValue()
Returns the data value.
|
boolean |
isValid()
Returns if this is a valid data value.
|
String |
toString() |
Copyright © 2020 The Cornutum Project. All rights reserved.