public class DDoSBlockData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DDoSBlockData() | 
| DDoSBlockData(DDoSBlockData 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 | getBlockArea()Get 封禁受影响区域。 | 
| Long | getEndTime()Get 结束时间,采用unix时间戳, 为0表示还处于封禁中。 | 
| Long | getStartTime()Get 开始时间,采用unix时间戳。 | 
| void | setBlockArea(String BlockArea)Set 封禁受影响区域。 | 
| void | setEndTime(Long EndTime)Set 结束时间,采用unix时间戳, 为0表示还处于封禁中。 | 
| void | setStartTime(Long StartTime)Set 开始时间,采用unix时间戳。 | 
| 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 DDoSBlockData()
public DDoSBlockData(DDoSBlockData source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间,采用unix时间戳。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间,采用unix时间戳, 为0表示还处于封禁中。public String getBlockArea()
public void setBlockArea(String BlockArea)
BlockArea - 封禁受影响区域。Copyright © 2025. All rights reserved.