public class ErrorMessageRepresentation extends Object
Constructor and Description |
---|
ErrorMessageRepresentation() |
Modifier and Type | Method and Description |
---|---|
ErrorDetails |
getDetails() |
String |
getError() |
String |
getInfo() |
String |
getMessage() |
void |
setDetails(ErrorDetails details) |
void |
setError(String error) |
void |
setInfo(String info) |
void |
setMessage(String message) |
String |
toString() |
@JSONProperty(ignoreIfNull=true) public String getError()
public void setError(String error)
@JSONProperty(ignoreIfNull=true) public String getMessage()
public void setMessage(String message)
@JSONProperty(ignoreIfNull=true) public String getInfo()
public void setInfo(String info)
@JSONProperty(ignoreIfNull=true) public ErrorDetails getDetails()
public void setDetails(ErrorDetails details)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.