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 EnvelopePublishTransactionErrorRollup
count(String count)
count.boolean
equals(Object o)
Compares objects.EnvelopePublishTransactionErrorRollup
errorType(String errorType)
errorType.String
getCount()
.String
getErrorType()
.int
hashCode()
Returns the HashCode.void
setCount(String count)
setCount.void
setErrorType(String errorType)
setErrorType.String
toString()
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.
-
-