Package com.docusign.click.model
Class ErrorDetails
- java.lang.Object
-
- com.docusign.click.model.ErrorDetails
-
public class ErrorDetails extends Object
Error details..
-
-
Constructor Summary
Constructors Constructor Description ErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ErrorDetailserrorCode(String errorCode)errorCode.StringgetErrorCode()The error code..StringgetMessage()The error message..inthashCode()Returns the HashCode.ErrorDetailsmessage(String message)message.voidsetErrorCode(String errorCode)setErrorCode.voidsetMessage(String message)setMessage.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
errorCode
public ErrorDetails errorCode(String errorCode)
errorCode.- Returns:
- ErrorDetails
-
getErrorCode
public String getErrorCode()
The error code..- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(String errorCode)
setErrorCode.
-
message
public ErrorDetails message(String message)
message.- Returns:
- ErrorDetails
-
getMessage
public String getMessage()
The error message..- Returns:
- message
-
setMessage
public void setMessage(String message)
setMessage.
-
equals
public boolean equals(Object o)
Compares objects.
-
-