public class DescribeWebhookTriggerLogRequest extends AbstractModel
Constructor and Description |
---|
DescribeWebhookTriggerLogRequest() |
DescribeWebhookTriggerLogRequest(DescribeWebhookTriggerLogRequest 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 |
getId()
Get 触发器 Id
|
Long |
getLimit()
Get 分页单页数量
|
String |
getNamespace()
Get 命名空间
|
Long |
getOffset()
Get 分页偏移量
|
String |
getRegistryId()
Get 实例 Id
|
void |
setId(Long Id)
Set 触发器 Id
|
void |
setLimit(Long Limit)
Set 分页单页数量
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setOffset(Long Offset)
Set 分页偏移量
|
void |
setRegistryId(String RegistryId)
Set 实例 Id
|
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 DescribeWebhookTriggerLogRequest()
public DescribeWebhookTriggerLogRequest(DescribeWebhookTriggerLogRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例 Idpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间public Long getId()
public void setId(Long Id)
Id
- 触发器 Idpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页单页数量public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量Copyright © 2021. All rights reserved.