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)count.booleanequals(Object o)Compares objects.EnvelopePublishTransactionErrorRolluperrorType(String errorType)errorType.StringgetCount().StringgetErrorType().inthashCode()Returns the HashCode.voidsetCount(String count)setCount.voidsetErrorType(String errorType)setErrorType.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
count
public EnvelopePublishTransactionErrorRollup count(String count)
count.- Returns:
- EnvelopePublishTransactionErrorRollup
-
getCount
public String getCount()
.- Returns:
- count
-
setCount
public void setCount(String count)
setCount.
-
errorType
public EnvelopePublishTransactionErrorRollup errorType(String errorType)
errorType.- Returns:
- EnvelopePublishTransactionErrorRollup
-
getErrorType
public String getErrorType()
.- Returns:
- errorType
-
setErrorType
public void setErrorType(String errorType)
setErrorType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-