Class RevertDeployApplicationRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.RevertDeployApplicationRequest
-
public class RevertDeployApplicationRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RevertDeployApplicationRequest()RevertDeployApplicationRequest(RevertDeployApplicationRequest 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 StringgetApplicationId()Get 需要回滚的服务idStringgetEnvironmentId()Get 需要回滚的服务所在环境idvoidsetApplicationId(String ApplicationId)Set 需要回滚的服务idvoidsetEnvironmentId(String EnvironmentId)Set 需要回滚的服务所在环境idvoidtoMap(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
-
RevertDeployApplicationRequest
public RevertDeployApplicationRequest()
-
RevertDeployApplicationRequest
public RevertDeployApplicationRequest(RevertDeployApplicationRequest 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
-
getApplicationId
public String getApplicationId()
Get 需要回滚的服务id- Returns:
- ApplicationId 需要回滚的服务id
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 需要回滚的服务id- Parameters:
ApplicationId- 需要回滚的服务id
-
getEnvironmentId
public String getEnvironmentId()
Get 需要回滚的服务所在环境id- Returns:
- EnvironmentId 需要回滚的服务所在环境id
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 需要回滚的服务所在环境id- Parameters:
EnvironmentId- 需要回滚的服务所在环境id
-
-