public class DocCounts extends GenericModel
| Constructor and Description | 
|---|
DocCounts()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getFailed()
Gets the failed. 
 | 
java.lang.Long | 
getPending()
Gets the pending. 
 | 
java.lang.Long | 
getSuccessful()
Gets the successful. 
 | 
java.lang.Long | 
getTotal()
Gets the total. 
 | 
equals, hashCode, toStringpublic java.lang.Long getTotal()
public java.lang.Long getPending()
public java.lang.Long getSuccessful()
public java.lang.Long getFailed()