Uses of Class
com.tencentcloudapi.tat.v20201028.models.InvokerRecord
-
Packages that use InvokerRecord Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of InvokerRecord in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return InvokerRecord Modifier and Type Method Description InvokerRecord[]DescribeInvokerRecordsResponse. getInvokerRecordSet()Get 执行器执行历史记录。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type InvokerRecord Modifier and Type Method Description voidDescribeInvokerRecordsResponse. setInvokerRecordSet(InvokerRecord[] InvokerRecordSet)Set 执行器执行历史记录。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type InvokerRecord Constructor Description InvokerRecord(InvokerRecord 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.
-