Class DescribeApplicationTriggerPersonalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeApplicationTriggerPersonalRequest
-
public class DescribeApplicationTriggerPersonalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeApplicationTriggerPersonalRequest()DescribeApplicationTriggerPersonalRequest(DescribeApplicationTriggerPersonalRequest 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 返回最大数量,默认 20, 最大值 100LonggetOffset()Get 偏移量,默认为0StringgetRepoName()Get 仓库名称StringgetTriggerName()Get 触发器名称voidsetLimit(Long Limit)Set 返回最大数量,默认 20, 最大值 100voidsetOffset(Long Offset)Set 偏移量,默认为0voidsetRepoName(String RepoName)Set 仓库名称voidsetTriggerName(String TriggerName)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
-
DescribeApplicationTriggerPersonalRequest
public DescribeApplicationTriggerPersonalRequest()
-
DescribeApplicationTriggerPersonalRequest
public DescribeApplicationTriggerPersonalRequest(DescribeApplicationTriggerPersonalRequest 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
-
getRepoName
public String getRepoName()
Get 仓库名称- Returns:
- RepoName 仓库名称
-
setRepoName
public void setRepoName(String RepoName)
Set 仓库名称- Parameters:
RepoName- 仓库名称
-
getTriggerName
public String getTriggerName()
Get 触发器名称- Returns:
- TriggerName 触发器名称
-
setTriggerName
public void setTriggerName(String TriggerName)
Set 触发器名称- Parameters:
TriggerName- 触发器名称
-
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, 最大值 100- Returns:
- Limit 返回最大数量,默认 20, 最大值 100
-
setLimit
public void setLimit(Long Limit)
Set 返回最大数量,默认 20, 最大值 100- Parameters:
Limit- 返回最大数量,默认 20, 最大值 100
-
-