public class DescribeDDoSNetIpLogRequest extends AbstractModel
Constructor and Description |
---|
DescribeDDoSNetIpLogRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
String |
getEndTime()
Get Attack end time
|
String |
getId()
Get Anti-DDoS instance ID
|
String |
getStartTime()
Get Attack start time
|
void |
setBusiness(String Business)
Set Anti-DDoS service type (`net`: Anti-DDoS Ultimate)
|
void |
setEndTime(String EndTime)
Set Attack end time
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setStartTime(String StartTime)
Set Attack start time
|
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 String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`net`: Anti-DDoS Ultimate)public String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Attack start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Attack end timeCopyright © 2020. All rights reserved.