Uses of Class
com.tencentcloudapi.batch.v20170312.models.Activity
-
Packages that use Activity Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Activity in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Activity Modifier and Type Method Description Activity[]DescribeComputeEnvActivitiesResponse. getActivitySet()Get 计算环境中的活动列表Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Activity Modifier and Type Method Description voidDescribeComputeEnvActivitiesResponse. setActivitySet(Activity[] ActivitySet)Set 计算环境中的活动列表Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type Activity Constructor Description Activity(Activity 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.
-