public class DocCounts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
failed |
protected java.lang.Long |
pending |
protected java.lang.Long |
successful |
protected java.lang.Long |
total |
| 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.
|
protected java.lang.Long total
protected java.lang.Long pending
protected java.lang.Long successful
protected java.lang.Long failed
public java.lang.Long getTotal()
public java.lang.Long getPending()
public java.lang.Long getSuccessful()
public java.lang.Long getFailed()