Package com.docusign.esign.model
Class EnvelopePublishTransactionErrorRollup
- java.lang.Object
-
- com.docusign.esign.model.EnvelopePublishTransactionErrorRollup
-
public class EnvelopePublishTransactionErrorRollup extends Object
EnvelopePublishTransactionErrorRollup
-
-
Constructor Summary
Constructors Constructor Description EnvelopePublishTransactionErrorRollup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvelopePublishTransactionErrorRollupcount(String count)booleanequals(Object o)EnvelopePublishTransactionErrorRolluperrorType(String errorType)StringgetCount()StringgetErrorType()inthashCode()voidsetCount(String count)voidsetErrorType(String errorType)StringtoString()
-
-
-
Method Detail
-
count
public EnvelopePublishTransactionErrorRollup count(String count)
-
getCount
public String getCount()
- Returns:
- count
-
setCount
public void setCount(String count)
-
errorType
public EnvelopePublishTransactionErrorRollup errorType(String errorType)
-
getErrorType
public String getErrorType()
- Returns:
- errorType
-
setErrorType
public void setErrorType(String errorType)
-
-