Uses of Class
com.tencentcloudapi.tem.v20201221.models.Pair
-
Packages that use Pair Package Description com.tencentcloudapi.tem.v20201221.models -
-
Uses of Pair in com.tencentcloudapi.tem.v20201221.models
Methods in com.tencentcloudapi.tem.v20201221.models that return Pair Modifier and Type Method Description Pair[]MountedSettingConf. getData()Get 配置内容Pair[]DeployServiceV2Request. getEnvConf()Get 环境变量配置Methods in com.tencentcloudapi.tem.v20201221.models with parameters of type Pair Modifier and Type Method Description voidMountedSettingConf. setData(Pair[] Data)Set 配置内容voidDeployServiceV2Request. setEnvConf(Pair[] EnvConf)Set 环境变量配置Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type Pair Constructor Description Pair(Pair 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.
-