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 Start time. | 
| String | getEndDate()Get End time. | 
| void | setBeginDate(String BeginDate)Set Start time. | 
| void | setEndDate(String EndDate)Set End time. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeSecurityTrendsRequest()
public DescribeSecurityTrendsRequest(DescribeSecurityTrendsRequest source)
public String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate - Start time. Example: 2021-07-10public String getEndDate()
public void setEndDate(String EndDate)
EndDate - End time. Example: 2021-07-10Copyright © 2025. All rights reserved.