Class DescribeEdgeUnitNodeUnitTemplatesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeUnitNodeUnitTemplatesRequest
-
public class DescribeEdgeUnitNodeUnitTemplatesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEdgeUnitNodeUnitTemplatesRequest()
DescribeEdgeUnitNodeUnitTemplatesRequest(DescribeEdgeUnitNodeUnitTemplatesRequest 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 Long
getEdgeUnitId()
Get IECP边缘单元IDLong
getLimit()
Get 分页查询limit,默认为20String
getNameFilter()
Get 模糊匹配,精确匹配时失效String
getNameMatched()
Get 精确匹配String
getNamespace()
Get 命名空间,默认为defaultLong
getOffset()
Get 分页查询offset,默认为0String
getOrder()
Get 按时间排序顺序,默认为DESCvoid
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元IDvoid
setLimit(Long Limit)
Set 分页查询limit,默认为20void
setNameFilter(String NameFilter)
Set 模糊匹配,精确匹配时失效void
setNameMatched(String NameMatched)
Set 精确匹配void
setNamespace(String Namespace)
Set 命名空间,默认为defaultvoid
setOffset(Long Offset)
Set 分页查询offset,默认为0void
setOrder(String Order)
Set 按时间排序顺序,默认为DESCvoid
toMap(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
-
DescribeEdgeUnitNodeUnitTemplatesRequest
public DescribeEdgeUnitNodeUnitTemplatesRequest()
-
DescribeEdgeUnitNodeUnitTemplatesRequest
public DescribeEdgeUnitNodeUnitTemplatesRequest(DescribeEdgeUnitNodeUnitTemplatesRequest 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 IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId
- IECP边缘单元ID
-
getNamespace
public String getNamespace()
Get 命名空间,默认为default- Returns:
- Namespace 命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认为default- Parameters:
Namespace
- 命名空间,默认为default
-
getOffset
public Long getOffset()
Get 分页查询offset,默认为0- Returns:
- Offset 分页查询offset,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 分页查询offset,默认为0- Parameters:
Offset
- 分页查询offset,默认为0
-
getLimit
public Long getLimit()
Get 分页查询limit,默认为20- Returns:
- Limit 分页查询limit,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 分页查询limit,默认为20- Parameters:
Limit
- 分页查询limit,默认为20
-
getNameFilter
public String getNameFilter()
Get 模糊匹配,精确匹配时失效- Returns:
- NameFilter 模糊匹配,精确匹配时失效
-
setNameFilter
public void setNameFilter(String NameFilter)
Set 模糊匹配,精确匹配时失效- Parameters:
NameFilter
- 模糊匹配,精确匹配时失效
-
getNameMatched
public String getNameMatched()
Get 精确匹配- Returns:
- NameMatched 精确匹配
-
setNameMatched
public void setNameMatched(String NameMatched)
Set 精确匹配- Parameters:
NameMatched
- 精确匹配
-
getOrder
public String getOrder()
Get 按时间排序顺序,默认为DESC- Returns:
- Order 按时间排序顺序,默认为DESC
-
setOrder
public void setOrder(String Order)
Set 按时间排序顺序,默认为DESC- Parameters:
Order
- 按时间排序顺序,默认为DESC
-
-