public class DestroyEnvRequest extends AbstractModel
Constructor and Description |
---|
DestroyEnvRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvId()
Get 环境Id
|
Boolean |
getIsForce()
Get 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除
|
void |
setEnvId(String EnvId)
Set 环境Id
|
void |
setIsForce(Boolean IsForce)
Set 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除
|
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 String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境Idpublic Boolean getIsForce()
public void setIsForce(Boolean IsForce)
IsForce
- 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除Copyright © 2020. All rights reserved.