Class DescribeApplicationTriggerLogPersonalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeApplicationTriggerLogPersonalRequest
-
public class DescribeApplicationTriggerLogPersonalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeApplicationTriggerLogPersonalRequest()DescribeApplicationTriggerLogPersonalRequest(DescribeApplicationTriggerLogPersonalRequest 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 偏移量,默认为0StringgetOrder()Get 升序或降序StringgetOrderBy()Get 按某列排序StringgetRepoName()Get 仓库名称voidsetLimit(Long Limit)Set 返回最大数量,默认 20, 最大值 100voidsetOffset(Long Offset)Set 偏移量,默认为0voidsetOrder(String Order)Set 升序或降序voidsetOrderBy(String OrderBy)Set 按某列排序voidsetRepoName(String RepoName)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
-
DescribeApplicationTriggerLogPersonalRequest
public DescribeApplicationTriggerLogPersonalRequest()
-
DescribeApplicationTriggerLogPersonalRequest
public DescribeApplicationTriggerLogPersonalRequest(DescribeApplicationTriggerLogPersonalRequest 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- 仓库名称
-
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
-
getOrder
public String getOrder()
Get 升序或降序- Returns:
- Order 升序或降序
-
setOrder
public void setOrder(String Order)
Set 升序或降序- Parameters:
Order- 升序或降序
-
getOrderBy
public String getOrderBy()
Get 按某列排序- Returns:
- OrderBy 按某列排序
-
setOrderBy
public void setOrderBy(String OrderBy)
Set 按某列排序- Parameters:
OrderBy- 按某列排序
-
-