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 | 
|---|---|
| Long | getEndTime()Get The start time recorded in UNIX timestamp. | 
| Long | getStartTime()Get The start time recorded in UNIX timestamp. | 
| void | setEndTime(Long EndTime)Set The start 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, toJsonStringpublic 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 start time recorded in UNIX timestamp.Copyright © 2022. All rights reserved.