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 最大用户数
|
Long |
getUsedUser()
Get 已用用户数
|
void |
setMaxUser(Long MaxUser)
Set 最大用户数
|
void |
setUsedUser(Long UsedUser)
Set 已用用户数
|
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, toJsonString
public UserQuota()
public UserQuota(UserQuota source)
public Long getMaxUser()
public void setMaxUser(Long MaxUser)
MaxUser
- 最大用户数public Long getUsedUser()
public void setUsedUser(Long UsedUser)
UsedUser
- 已用用户数Copyright © 2025. All rights reserved.