Class DescribeConfigMapsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeConfigMapsRequest
-
public class DescribeConfigMapsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigMapsRequest()DescribeConfigMapsRequest(DescribeConfigMapsRequest 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 StringgetConfigMapNamespace()Get 命名空间LonggetEdgeUnitID()Get 单元IDLonggetLimit()Get 每页大小(最大100)StringgetNamePattern()Get 模糊匹配的名称LonggetOffset()Get 翻页偏移量FieldSortgetSort()Get Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASCvoidsetConfigMapNamespace(String ConfigMapNamespace)Set 命名空间voidsetEdgeUnitID(Long EdgeUnitID)Set 单元IDvoidsetLimit(Long Limit)Set 每页大小(最大100)voidsetNamePattern(String NamePattern)Set 模糊匹配的名称voidsetOffset(Long Offset)Set 翻页偏移量voidsetSort(FieldSort Sort)Set Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASCvoidtoMap(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
-
DescribeConfigMapsRequest
public DescribeConfigMapsRequest()
-
DescribeConfigMapsRequest
public DescribeConfigMapsRequest(DescribeConfigMapsRequest 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
-
getEdgeUnitID
public Long getEdgeUnitID()
Get 单元ID- Returns:
- EdgeUnitID 单元ID
-
setEdgeUnitID
public void setEdgeUnitID(Long EdgeUnitID)
Set 单元ID- Parameters:
EdgeUnitID- 单元ID
-
getOffset
public Long getOffset()
Get 翻页偏移量- Returns:
- Offset 翻页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 翻页偏移量- Parameters:
Offset- 翻页偏移量
-
getLimit
public Long getLimit()
Get 每页大小(最大100)- Returns:
- Limit 每页大小(最大100)
-
setLimit
public void setLimit(Long Limit)
Set 每页大小(最大100)- Parameters:
Limit- 每页大小(最大100)
-
getConfigMapNamespace
public String getConfigMapNamespace()
Get 命名空间- Returns:
- ConfigMapNamespace 命名空间
-
setConfigMapNamespace
public void setConfigMapNamespace(String ConfigMapNamespace)
Set 命名空间- Parameters:
ConfigMapNamespace- 命名空间
-
getNamePattern
public String getNamePattern()
Get 模糊匹配的名称- Returns:
- NamePattern 模糊匹配的名称
-
setNamePattern
public void setNamePattern(String NamePattern)
Set 模糊匹配的名称- Parameters:
NamePattern- 模糊匹配的名称
-
getSort
public FieldSort getSort()
Get Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASC- Returns:
- Sort Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASC
-
setSort
public void setSort(FieldSort Sort)
Set Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASC- Parameters:
Sort- Sort.Fileld填写CreateTime Sort.Order(ASC|DESC) 默认ASC
-
-