public class DestroyEnvRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DestroyEnvRequest() | 
| DestroyEnvRequest(DestroyEnvRequest 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 | 
|---|---|
| Boolean | getBypassCheck()Get 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。 | 
| String | getEnvId()Get 环境Id | 
| Boolean | getIsForce()Get 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除 | 
| void | setBypassCheck(Boolean BypassCheck)Set 是否绕过资源检查,资源包等额外资源,默认为false,如果为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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DestroyEnvRequest()
public DestroyEnvRequest(DestroyEnvRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId - 环境Idpublic Boolean getIsForce()
public void setIsForce(Boolean IsForce)
IsForce - 针对预付费 删除隔离中的环境时要传true 正常环境直接跳过隔离期删除public Boolean getBypassCheck()
public void setBypassCheck(Boolean BypassCheck)
BypassCheck - 是否绕过资源检查,资源包等额外资源,默认为false,如果为true,则不检查资源是否有数据,直接删除。Copyright © 2025. All rights reserved.