Class EnvVar
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.EnvVar
-
public class EnvVar extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 环境变量名称StringgetValue()Get 环境变量取值voidsetName(String Name)Set 环境变量名称voidsetValue(String Value)Set 环境变量取值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EnvVar
public EnvVar()
-
EnvVar
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 环境变量名称- Returns:
- Name 环境变量名称
-
setName
public void setName(String Name)
Set 环境变量名称- Parameters:
Name- 环境变量名称
-
getValue
public String getValue()
Get 环境变量取值- Returns:
- Value 环境变量取值
-
setValue
public void setValue(String Value)
Set 环境变量取值- Parameters:
Value- 环境变量取值
-
-