Class DescribePublicConfigReleaseLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribePublicConfigReleaseLogsRequest
-
public class DescribePublicConfigReleaseLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePublicConfigReleaseLogsRequest()DescribePublicConfigReleaseLogsRequest(DescribePublicConfigReleaseLogsRequest 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 LonggetLimit()Get 每页条数,默认为20StringgetNamespaceId()Get 命名空间ID,不传入时查询全量LonggetOffset()Get 偏移量,默认为0voidsetLimit(Long Limit)Set 每页条数,默认为20voidsetNamespaceId(String NamespaceId)Set 命名空间ID,不传入时查询全量voidsetOffset(Long Offset)Set 偏移量,默认为0voidtoMap(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
-
DescribePublicConfigReleaseLogsRequest
public DescribePublicConfigReleaseLogsRequest()
-
DescribePublicConfigReleaseLogsRequest
public DescribePublicConfigReleaseLogsRequest(DescribePublicConfigReleaseLogsRequest 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
-
getNamespaceId
public String getNamespaceId()
Get 命名空间ID,不传入时查询全量- Returns:
- NamespaceId 命名空间ID,不传入时查询全量
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间ID,不传入时查询全量- Parameters:
NamespaceId- 命名空间ID,不传入时查询全量
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 每页条数,默认为20- Returns:
- Limit 每页条数,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 每页条数,默认为20- Parameters:
Limit- 每页条数,默认为20
-
-