Package com.docusign.admin.model
Class OrganizationImportResponseErrorRollup
- java.lang.Object
-
- com.docusign.admin.model.OrganizationImportResponseErrorRollup
-
public class OrganizationImportResponseErrorRollup extends Object
OrganizationImportResponseErrorRollup.
-
-
Constructor Summary
Constructors Constructor Description OrganizationImportResponseErrorRollup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationImportResponseErrorRollupcount(Integer count)count.booleanequals(Object o)Compares objects.OrganizationImportResponseErrorRolluperrorType(String errorType)errorType.IntegergetCount()Get count.StringgetErrorType()Get errorType.inthashCode()Returns the HashCode.voidsetCount(Integer count)setCount.voidsetErrorType(String errorType)setErrorType.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
errorType
public OrganizationImportResponseErrorRollup errorType(String errorType)
errorType.- Returns:
- OrganizationImportResponseErrorRollup
-
getErrorType
public String getErrorType()
Get errorType.- Returns:
- errorType
-
setErrorType
public void setErrorType(String errorType)
setErrorType.
-
count
public OrganizationImportResponseErrorRollup count(Integer count)
count.- Returns:
- OrganizationImportResponseErrorRollup
-
getCount
public Integer getCount()
Get count.- Returns:
- count
-
setCount
public void setCount(Integer count)
setCount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-