public class SetResult extends ServiceResult
| Constructor and Description |
|---|
SetResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailableByteCount()
Gets the current available byte count
|
int |
getTotalKVPairCount()
Gets the current totla KeyValueItem count
|
void |
setAvailableByteCount(long availableByteCount)
Sets the current available byte count
|
void |
setTotalKVPairCount(int totalKVPairCount)
Sets the current totla KeyValueItem count
|
java.lang.String |
toString() |
getException, getStateObject, getStatus, setException, setStateObject, setStatuspublic long getAvailableByteCount()
public void setAvailableByteCount(long availableByteCount)
availableByteCount - the availableByteCount to setpublic int getTotalKVPairCount()
public void setTotalKVPairCount(int totalKVPairCount)
totalKVPairCount - the totalKVPairCount to setpublic java.lang.String toString()
toString in class ServiceResult