public class Limit extends AbstractModel
Constructor and Description |
---|
Limit() |
Limit(Limit 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 |
---|---|
String |
getType()
Get 配额的类型
|
String |
getUsername()
Get 用户名
|
Long |
getValue()
Get 配置的值
|
void |
setType(String Type)
Set 配额的类型
|
void |
setUsername(String Username)
Set 用户名
|
void |
setValue(Long Value)
Set 配置的值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Limit()
public Limit(Limit source)
public String getUsername()
public void setUsername(String Username)
Username
- 用户名public String getType()
public void setType(String Type)
Type
- 配额的类型public Long getValue()
public void setValue(Long Value)
Value
- 配置的值Copyright © 2022. All rights reserved.