public class ExportSecurityTrendsRequest extends AbstractModel
Constructor and Description |
---|
ExportSecurityTrendsRequest() |
ExportSecurityTrendsRequest(ExportSecurityTrendsRequest 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 开始时间。
|
String |
getEndDate()
Get 结束时间。
|
void |
setBeginDate(String BeginDate)
Set 开始时间。
|
void |
setEndDate(String EndDate)
Set 结束时间。
|
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 ExportSecurityTrendsRequest()
public ExportSecurityTrendsRequest(ExportSecurityTrendsRequest source)
public String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate
- 开始时间。public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 结束时间。Copyright © 2021. All rights reserved.