public class LimitsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LimitsInfo() |
LimitsInfo(LimitsInfo 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 |
---|---|
NamespaceLimit[] |
getNamespace()
Get Namespace limit information
|
Long |
getNamespacesCount()
Get Limit of namespace quantity
|
void |
setNamespace(NamespaceLimit[] Namespace)
Set Namespace limit information
|
void |
setNamespacesCount(Long NamespacesCount)
Set Limit of namespace quantity
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LimitsInfo()
public LimitsInfo(LimitsInfo source)
public Long getNamespacesCount()
public void setNamespacesCount(Long NamespacesCount)
NamespacesCount
- Limit of namespace quantitypublic NamespaceLimit[] getNamespace()
public void setNamespace(NamespaceLimit[] Namespace)
Namespace
- Namespace limit informationCopyright © 2024. All rights reserved.