public class DescribePdnsThreatStatisticRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DescribePdnsThreatStatisticRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePdnsThreatStatisticRequest |
build(Map<String,?> map) |
String |
getEndDate() |
String |
getLang() |
String |
getStartDate() |
String |
getThreatSourceIp() |
DescribePdnsThreatStatisticRequest |
setEndDate(String endDate) |
DescribePdnsThreatStatisticRequest |
setLang(String lang) |
DescribePdnsThreatStatisticRequest |
setStartDate(String startDate) |
DescribePdnsThreatStatisticRequest |
setThreatSourceIp(String threatSourceIp) |
@NameInMap(value="EndDate") public String endDate
@NameInMap(value="Lang") public String lang
@NameInMap(value="StartDate") public String startDate
@NameInMap(value="ThreatSourceIp") public String threatSourceIp
public static DescribePdnsThreatStatisticRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePdnsThreatStatisticRequest setEndDate(String endDate)
public String getEndDate()
public DescribePdnsThreatStatisticRequest setLang(String lang)
public String getLang()
public DescribePdnsThreatStatisticRequest setStartDate(String startDate)
public String getStartDate()
public DescribePdnsThreatStatisticRequest setThreatSourceIp(String threatSourceIp)
public String getThreatSourceIp()
Copyright © 2022. All rights reserved.