public class UserQos extends GenericResult
限定符和类型 | 方法和说明 |
---|---|
int |
getStorageCapacity()
Gets the bucket capacity in GB.
|
boolean |
hasStorageCapacity()
Checks if the storage capacity is set.
|
void |
setStorageCapacity(int storageCapacity)
Sets the bucket capacity in GB. -1 means unlimited capacity.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public int getStorageCapacity()
public void setStorageCapacity(int storageCapacity)
storageCapacity
- Storage capacity in GB.public boolean hasStorageCapacity()
Copyright © 2019. All Rights Reserved.