public class DescribeApplicationTriggerPersonalResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeApplicationTriggerPersonalResp() | 
| DescribeApplicationTriggerPersonalResp(DescribeApplicationTriggerPersonalResp 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeApplicationTriggerPersonalResp()
public DescribeApplicationTriggerPersonalResp(DescribeApplicationTriggerPersonalResp source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 返回条目总数public TriggerResp[] getTriggerInfo()
public void setTriggerInfo(TriggerResp[] TriggerInfo)
TriggerInfo - 触发器列表Copyright © 2025. All rights reserved.