public class Environment extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnvironmentName()
Get 环境名称。
|
Long |
getStatus()
Get 发布状态,1 表示已发布,0 表示未发布。
|
String |
getUrl()
Get 访问路径。
|
String |
getVersionName()
Get 运行版本。
|
void |
setEnvironmentName(String EnvironmentName)
Set 环境名称。
|
void |
setStatus(Long Status)
Set 发布状态,1 表示已发布,0 表示未发布。
|
void |
setUrl(String Url)
Set 访问路径。
|
void |
setVersionName(String VersionName)
Set 运行版本。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Environment()
public Environment(Environment source)
public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName
- 环境名称。public String getUrl()
public void setUrl(String Url)
Url
- 访问路径。public Long getStatus()
public void setStatus(Long Status)
Status
- 发布状态,1 表示已发布,0 表示未发布。public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- 运行版本。Copyright © 2022. All rights reserved.