Uses of Class
com.tencentcloudapi.tcr.v20190924.models.TriggerLogResp
-
Packages that use TriggerLogResp Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of TriggerLogResp in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return TriggerLogResp Modifier and Type Method Description TriggerLogResp[]DescribeApplicationTriggerLogPersonalResp. getLogInfo()Get 触发日志列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type TriggerLogResp Modifier and Type Method Description voidDescribeApplicationTriggerLogPersonalResp. setLogInfo(TriggerLogResp[] LogInfo)Set 触发日志列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type TriggerLogResp Constructor Description TriggerLogResp(TriggerLogResp 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.
-