Package com.docusign.admin.model
Class CloneErrorDetails
- java.lang.Object
-
- com.docusign.admin.model.CloneErrorDetails
-
public class CloneErrorDetails extends Object
CloneErrorDetails.
-
-
Constructor Summary
Constructors Constructor Description CloneErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetError()The error code..StringgetErrorDescription()The error description..inthashCode()Returns the HashCode.BooleanisIsSystemError()Whether the error is caused by the system or user..StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
getError
public String getError()
The error code..- Returns:
- error
-
getErrorDescription
public String getErrorDescription()
The error description..- Returns:
- errorDescription
-
isIsSystemError
public Boolean isIsSystemError()
Whether the error is caused by the system or user..- Returns:
- isSystemError
-
equals
public boolean equals(Object o)
Compares objects.
-
-