Class DescribeConfigReleaseLogsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeConfigReleaseLogsRequest
-
public class DescribeConfigReleaseLogsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigReleaseLogsRequest()DescribeConfigReleaseLogsRequest(DescribeConfigReleaseLogsRequest 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 StringgetApplicationId()Get 应用ID,不传入时查询全量StringgetClusterId()Get 集群ID,不传入时查询全量StringgetGroupId()Get 部署组ID,不传入时查询全量LonggetLimit()Get 每页条数,默认为20StringgetNamespaceId()Get 命名空间ID,不传入时查询全量LonggetOffset()Get 偏移量,默认为0voidsetApplicationId(String ApplicationId)Set 应用ID,不传入时查询全量voidsetClusterId(String ClusterId)Set 集群ID,不传入时查询全量voidsetGroupId(String GroupId)Set 部署组ID,不传入时查询全量voidsetLimit(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
-
DescribeConfigReleaseLogsRequest
public DescribeConfigReleaseLogsRequest()
-
DescribeConfigReleaseLogsRequest
public DescribeConfigReleaseLogsRequest(DescribeConfigReleaseLogsRequest 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
-
getGroupId
public String getGroupId()
Get 部署组ID,不传入时查询全量- Returns:
- GroupId 部署组ID,不传入时查询全量
-
setGroupId
public void setGroupId(String GroupId)
Set 部署组ID,不传入时查询全量- Parameters:
GroupId- 部署组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
-
getNamespaceId
public String getNamespaceId()
Get 命名空间ID,不传入时查询全量- Returns:
- NamespaceId 命名空间ID,不传入时查询全量
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间ID,不传入时查询全量- Parameters:
NamespaceId- 命名空间ID,不传入时查询全量
-
getClusterId
public String getClusterId()
Get 集群ID,不传入时查询全量- Returns:
- ClusterId 集群ID,不传入时查询全量
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID,不传入时查询全量- Parameters:
ClusterId- 集群ID,不传入时查询全量
-
getApplicationId
public String getApplicationId()
Get 应用ID,不传入时查询全量- Returns:
- ApplicationId 应用ID,不传入时查询全量
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID,不传入时查询全量- Parameters:
ApplicationId- 应用ID,不传入时查询全量
-
-