Package com.docusign.admin.model
Class OETRErrorDetails
- java.lang.Object
-
- com.docusign.admin.model.OETRErrorDetails
-
public class OETRErrorDetails extends Object
OETRErrorDetails.
-
-
Constructor Summary
Constructors Constructor Description OETRErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.OETRErrorDetailserror(String error)error.OETRErrorDetailserrorDescription(String errorDescription)errorDescription.StringgetError()Get error.StringgetErrorDescription()Get errorDescription.inthashCode()Returns the HashCode.voidsetError(String error)setError.voidsetErrorDescription(String errorDescription)setErrorDescription.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
error
public OETRErrorDetails error(String error)
error.- Returns:
- OETRErrorDetails
-
getError
public String getError()
Get error.- Returns:
- error
-
setError
public void setError(String error)
setError.
-
errorDescription
public OETRErrorDetails errorDescription(String errorDescription)
errorDescription.- Returns:
- OETRErrorDetails
-
getErrorDescription
public String getErrorDescription()
Get errorDescription.- Returns:
- errorDescription
-
setErrorDescription
public void setErrorDescription(String errorDescription)
setErrorDescription.
-
equals
public boolean equals(Object o)
Compares objects.
-
-