public class UserQuota extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UserQuota()  | 
UserQuota(UserQuota source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getMaxUser()
Get Maximum number of users. 
 | 
Long | 
getUsedUser()
Get Used number of users. 
 | 
void | 
setMaxUser(Long MaxUser)
Set Maximum number of users. 
 | 
void | 
setUsedUser(Long UsedUser)
Set Used number of users. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UserQuota()
public UserQuota(UserQuota source)
public Long getMaxUser()
public void setMaxUser(Long MaxUser)
MaxUser - Maximum number of users.public Long getUsedUser()
public void setUsedUser(Long UsedUser)
UsedUser - Used number of users.Copyright © 2025. All rights reserved.