Uses of Class
com.tencentcloudapi.tcb.v20180608.models.EnvInfo
-
Packages that use EnvInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of EnvInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return EnvInfo Modifier and Type Method Description EnvInfo[]DescribeEnvsResponse. getEnvList()Get 环境信息列表EnvInfo[]DescribeWxCloudBaseRunEnvsResponse. getEnvList()Get env列表Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type EnvInfo Modifier and Type Method Description voidDescribeEnvsResponse. setEnvList(EnvInfo[] EnvList)Set 环境信息列表voidDescribeWxCloudBaseRunEnvsResponse. setEnvList(EnvInfo[] EnvList)Set env列表Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type EnvInfo Constructor Description EnvInfo(EnvInfo 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.
-