public class DescribeApplicationTriggerPersonalResp extends AbstractModel
| Constructor and Description |
|---|
DescribeApplicationTriggerPersonalResp() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getTotalCount()
Get 返回条目总数
|
TriggerResp[] |
getTriggerInfo()
Get 触发器列表
|
void |
setTotalCount(Long TotalCount)
Set 返回条目总数
|
void |
setTriggerInfo(TriggerResp[] TriggerInfo)
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, toJsonStringpublic DescribeApplicationTriggerPersonalResp()
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 返回条目总数public TriggerResp[] getTriggerInfo()
public void setTriggerInfo(TriggerResp[] TriggerInfo)
TriggerInfo - 触发器列表Copyright © 2020. All rights reserved.