Uses of Class
com.tencentcloudapi.tat.v20201028.models.Invocation
-
Packages that use Invocation Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of Invocation in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return Invocation Modifier and Type Method Description Invocation[]
DescribeInvocationsResponse. getInvocationSet()
Get 执行活动列表。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type Invocation Modifier and Type Method Description void
DescribeInvocationsResponse. setInvocationSet(Invocation[] InvocationSet)
Set 执行活动列表。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type Invocation Constructor Description Invocation(Invocation 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.
-