Uses of Class
com.tencentcloudapi.tcr.v20190924.models.TriggerResp
-
Packages that use TriggerResp Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of TriggerResp in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return TriggerResp Modifier and Type Method Description TriggerResp[]DescribeApplicationTriggerPersonalResp. getTriggerInfo()Get 触发器列表Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type TriggerResp Modifier and Type Method Description voidDescribeApplicationTriggerPersonalResp. setTriggerInfo(TriggerResp[] TriggerInfo)Set 触发器列表Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type TriggerResp Constructor Description TriggerResp(TriggerResp 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.
-