Class ErrorMessageRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.ErrorMessageRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
getInfo()
void
setDetails
(ErrorDetails details) void
void
void
setMessage
(String message) toString()
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
Constructor Details
-
ErrorMessageRepresentation
public ErrorMessageRepresentation()
-
-
Method Details
-
getError
-
setError
-
getMessage
-
setMessage
-
getInfo
-
setInfo
-
getDetails
-
setDetails
-
toString
- Overrides:
toString
in classBaseResourceRepresentation
-