Package com.docusign.admin.model
Class ErrorDetail
- java.lang.Object
-
- com.docusign.admin.model.ErrorDetail
-
- All Implemented Interfaces:
Serializable
public class ErrorDetail extends Object implements Serializable
ErrorDetail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ErrorDetailerrorMessage(String errorMessage)errorMessage.StringgetErrorMessage()Get errorMessage.StringgetReferenceId()Get referenceId.inthashCode()Returns the HashCode.ErrorDetailreferenceId(String referenceId)referenceId.voidsetErrorMessage(String errorMessage)setErrorMessage.voidsetReferenceId(String referenceId)setReferenceId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
errorMessage
public ErrorDetail errorMessage(String errorMessage)
errorMessage.- Returns:
- ErrorDetail
-
getErrorMessage
public String getErrorMessage()
Get errorMessage.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
setErrorMessage.
-
referenceId
public ErrorDetail referenceId(String referenceId)
referenceId.- Returns:
- ErrorDetail
-
getReferenceId
public String getReferenceId()
Get referenceId.- Returns:
- referenceId
-
setReferenceId
public void setReferenceId(String referenceId)
setReferenceId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-