Class Environment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.Environment
-
public class Environment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Environment()Environment(Environment 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvironmentName()Get 环境名称。LonggetStatus()Get 发布状态,1 表示已发布,0 表示未发布。StringgetUrl()Get 访问路径。StringgetVersionName()Get 运行版本。voidsetEnvironmentName(String EnvironmentName)Set 环境名称。voidsetStatus(Long Status)Set 发布状态,1 表示已发布,0 表示未发布。voidsetUrl(String Url)Set 访问路径。voidsetVersionName(String VersionName)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
-
Environment
public Environment()
-
Environment
public Environment(Environment 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
-
getEnvironmentName
public String getEnvironmentName()
Get 环境名称。- Returns:
- EnvironmentName 环境名称。
-
setEnvironmentName
public void setEnvironmentName(String EnvironmentName)
Set 环境名称。- Parameters:
EnvironmentName- 环境名称。
-
getUrl
public String getUrl()
Get 访问路径。- Returns:
- Url 访问路径。
-
setUrl
public void setUrl(String Url)
Set 访问路径。- Parameters:
Url- 访问路径。
-
getStatus
public Long getStatus()
Get 发布状态,1 表示已发布,0 表示未发布。- Returns:
- Status 发布状态,1 表示已发布,0 表示未发布。
-
setStatus
public void setStatus(Long Status)
Set 发布状态,1 表示已发布,0 表示未发布。- Parameters:
Status- 发布状态,1 表示已发布,0 表示未发布。
-
getVersionName
public String getVersionName()
Get 运行版本。- Returns:
- VersionName 运行版本。
-
setVersionName
public void setVersionName(String VersionName)
Set 运行版本。- Parameters:
VersionName- 运行版本。
-
-