com.cumulocity.rest.representation
Class ErrorMessageRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.ErrorMessageRepresentation

public class ErrorMessageRepresentation
extends Object


Constructor Summary
ErrorMessageRepresentation()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorMessageRepresentation

public ErrorMessageRepresentation()
Method Detail

getError

public String getError()

setError

public void setError(String error)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getInfo

public String getInfo()

setInfo

public void setInfo(String info)

getDetails

@JSONProperty(ignoreIfNull=true)
public ErrorDetails getDetails()

setDetails

public void setDetails(ErrorDetails details)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.