Uses of Class
com.tencentcloudapi.batch.v20170312.models.EnvVar
-
Packages that use EnvVar Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of EnvVar in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return EnvVar Modifier and Type Method Description EnvVar[]Task. getEnvVars()Get 自定义环境变量Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type EnvVar Modifier and Type Method Description voidTask. setEnvVars(EnvVar[] EnvVars)Set 自定义环境变量Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type EnvVar Constructor Description EnvVar(EnvVar 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.
-