public class DescribeDDoSDefendStatusResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDDoSDefendStatusResponse() | 
| DescribeDDoSDefendStatusResponse(DescribeDDoSDefendStatusResponse 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 | 
|---|---|
| Long | getDefendStatus()Get Protection status. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getShowFlag()Get Console feature display field. | 
| String | getUndefendExpire()Get Expiration time of temporary protection disablement. | 
| void | setDefendStatus(Long DefendStatus)Set Protection status. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setShowFlag(Long ShowFlag)Set Console feature display field. | 
| void | setUndefendExpire(String UndefendExpire)Set Expiration time of temporary protection disablement. | 
| 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, toJsonStringpublic DescribeDDoSDefendStatusResponse()
public DescribeDDoSDefendStatusResponse(DescribeDDoSDefendStatusResponse source)
public Long getDefendStatus()
public void setDefendStatus(Long DefendStatus)
DefendStatus - Protection status. 0: disabled, 1: enabled
Note: this field may return null, indicating that no valid values can be obtained.public String getUndefendExpire()
public void setUndefendExpire(String UndefendExpire)
UndefendExpire - Expiration time of temporary protection disablement. This field is empty if the protection is in enabled status;
Note: this field may return null, indicating that no valid values can be obtained.public Long getShowFlag()
public void setShowFlag(Long ShowFlag)
ShowFlag - Console feature display field. 1: displays console features, 0: hides console features
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.