public class DescribeSecurityTrendsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityTrendsRequest() |
DescribeSecurityTrendsRequest(DescribeSecurityTrendsRequest 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 |
getBeginDate()
Get 开始时间,如:2021-07-10
|
String |
getEndDate()
Get 结束时间,如:2021-07-10
|
void |
setBeginDate(String BeginDate)
Set 开始时间,如:2021-07-10
|
void |
setEndDate(String EndDate)
Set 结束时间,如:2021-07-10
|
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, toJsonString
public DescribeSecurityTrendsRequest()
public DescribeSecurityTrendsRequest(DescribeSecurityTrendsRequest source)
public String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate
- 开始时间,如:2021-07-10public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 结束时间,如:2021-07-10Copyright © 2024. All rights reserved.