public class DescribeApplicationTriggerPersonalRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 返回最大数量,默认 20, 最大值 100
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getRepoName()
Get 仓库名称
|
String |
getTriggerName()
Get 触发器名称
|
void |
setLimit(Long Limit)
Set 返回最大数量,默认 20, 最大值 100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setRepoName(String RepoName)
Set 仓库名称
|
void |
setTriggerName(String TriggerName)
Set 触发器名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeApplicationTriggerPersonalRequest()
public DescribeApplicationTriggerPersonalRequest(DescribeApplicationTriggerPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名称public String getTriggerName()
public void setTriggerName(String TriggerName)
TriggerName
- 触发器名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回最大数量,默认 20, 最大值 100Copyright © 2021. All rights reserved.