Uses of Class
com.tencentcloudapi.batch.v20170312.models.EventVar
-
Packages that use EventVar Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of EventVar in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return EventVar Modifier and Type Method Description EventVar[]EventConfig. getEventVars()Get 自定义键值对Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type EventVar Modifier and Type Method Description voidEventConfig. setEventVars(EventVar[] EventVars)Set 自定义键值对Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type EventVar Constructor Description EventVar(EventVar 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.
-