Package com.docusign.esign.model
Class BulkSendBatchError
- java.lang.Object
-
- com.docusign.esign.model.BulkSendBatchError
-
- All Implemented Interfaces:
Serializable
public class BulkSendBatchError extends Object implements Serializable
BulkSendBatchError.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkSendBatchError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.BulkSendBatchErrorerror(String error)error.BulkSendBatchErrorerrorDetail(String errorDetail)errorDetail.StringgetError().StringgetErrorDetail().inthashCode()Returns the HashCode.voidsetError(String error)setError.voidsetErrorDetail(String errorDetail)setErrorDetail.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
error
public BulkSendBatchError error(String error)
error.- Returns:
- BulkSendBatchError
-
getError
public String getError()
.- Returns:
- error
-
setError
public void setError(String error)
setError.
-
errorDetail
public BulkSendBatchError errorDetail(String errorDetail)
errorDetail.- Returns:
- BulkSendBatchError
-
getErrorDetail
public String getErrorDetail()
.- Returns:
- errorDetail
-
setErrorDetail
public void setErrorDetail(String errorDetail)
setErrorDetail.
-
equals
public boolean equals(Object o)
Compares objects.
-
-