public class EnvInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EnvInfo() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Creation time.
|
ConfigGroupVersionInfo[] |
getCurrentConfigGroupVersionInfos()
Get For the effective versions of each configuration group in the current environment, there are two possible scenarios based on the value of Status:
When Status is set to version_deploying, the returned value of this field represents the previously effective version.
|
String |
getEnvId()
Get Environment ID.
|
String |
getEnvType()
Get Environment type.
|
String[] |
getScope()
Get Effective scope of the configuration in the current environment.
|
String |
getStatus()
Get Environment status.
|
String |
getUpdateTime()
Get Update time.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setCurrentConfigGroupVersionInfos(ConfigGroupVersionInfo[] CurrentConfigGroupVersionInfos)
Set For the effective versions of each configuration group in the current environment, there are two possible scenarios based on the value of Status:
When Status is set to version_deploying, the returned value of this field represents the previously effective version.
|
void |
setEnvId(String EnvId)
Set Environment ID.
|
void |
setEnvType(String EnvType)
Set Environment type.
|
void |
setScope(String[] Scope)
Set Effective scope of the configuration in the current environment.
|
void |
setStatus(String Status)
Set Environment status.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EnvInfo()
public EnvInfo(EnvInfo source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- Environment ID.public String getEnvType()
public void setEnvType(String EnvType)
EnvType
- Environment type. Valid values:
public String getStatus()
public void setStatus(String Status)
Status
- Environment status. Valid values:
public String[] getScope()
public void setScope(String[] Scope)
Scope
- Effective scope of the configuration in the current environment. Valid values:
public ConfigGroupVersionInfo[] getCurrentConfigGroupVersionInfos()
public void setCurrentConfigGroupVersionInfos(ConfigGroupVersionInfo[] CurrentConfigGroupVersionInfos)
CurrentConfigGroupVersionInfos
- For the effective versions of each configuration group in the current environment, there are two possible scenarios based on the value of Status:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time. The time format follows the ISO 8601 standard and is represented in Coordinated Universal Time (UTC).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time. The time format follows the ISO 8601 standard and is represented in Coordinated Universal Time (UTC).Copyright © 2024. All rights reserved.