Package com.docusign.click.model
Class ErrorDetails
- java.lang.Object
-
- com.docusign.click.model.ErrorDetails
-
public class ErrorDetails extends Object
ErrorDetails.
-
-
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().StringgetMessage().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()
.- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(String errorCode)
setErrorCode.
-
message
public ErrorDetails message(String message)
message.- Returns:
- ErrorDetails
-
getMessage
public String getMessage()
.- Returns:
- message
-
setMessage
public void setMessage(String message)
setMessage.
-
equals
public boolean equals(Object o)
Compares objects.
-
-