Class LimitsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.LimitsInfo
-
public class LimitsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceLimit[]getNamespace()Get 命名空间限制信息LonggetNamespacesCount()Get 命名空间个数限制voidsetNamespace(NamespaceLimit[] Namespace)Set 命名空间限制信息voidsetNamespacesCount(Long NamespacesCount)Set 命名空间个数限制voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LimitsInfo
public LimitsInfo()
-
LimitsInfo
public 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.
-
-
Method Detail
-
getNamespacesCount
public Long getNamespacesCount()
Get 命名空间个数限制- Returns:
- NamespacesCount 命名空间个数限制
-
setNamespacesCount
public void setNamespacesCount(Long NamespacesCount)
Set 命名空间个数限制- Parameters:
NamespacesCount- 命名空间个数限制
-
getNamespace
public NamespaceLimit[] getNamespace()
Get 命名空间限制信息- Returns:
- Namespace 命名空间限制信息
-
setNamespace
public void setNamespace(NamespaceLimit[] Namespace)
Set 命名空间限制信息- Parameters:
Namespace- 命名空间限制信息
-
-