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 命名空间限制信息
|
Long |
getNamespacesCount()
Get 命名空间个数限制
|
void |
setNamespace(NamespaceLimit[] Namespace)
Set 命名空间限制信息
|
void |
setNamespacesCount(Long NamespacesCount)
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 LimitsInfo()
public LimitsInfo(LimitsInfo source)
public Long getNamespacesCount()
public void setNamespacesCount(Long NamespacesCount)
NamespacesCount
- 命名空间个数限制public NamespaceLimit[] getNamespace()
public void setNamespace(NamespaceLimit[] Namespace)
Namespace
- 命名空间限制信息Copyright © 2024. All rights reserved.