public class DDoSBlockData extends AbstractModel
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 The regions blocked.
|
Long |
getEndTime()
Get The end time recorded in UNIX timestamp.
|
Long |
getStartTime()
Get The start time recorded in UNIX timestamp.
|
void |
setBlockArea(String BlockArea)
Set The regions blocked.
|
void |
setEndTime(Long EndTime)
Set The end time recorded in UNIX timestamp.
|
void |
setStartTime(Long StartTime)
Set The start time recorded in UNIX timestamp.
|
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 DDoSBlockData()
public DDoSBlockData(DDoSBlockData source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The start time recorded in UNIX timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The end time recorded in UNIX timestamp. `0` indicates the blocking is ongoing.public String getBlockArea()
public void setBlockArea(String BlockArea)
BlockArea
- The regions blocked.Copyright © 2023. All rights reserved.