public class DescribeAttackSourceEventsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAttackSourceEventsRequest() |
DescribeAttackSourceEventsRequest(DescribeAttackSourceEventsRequest 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 结束日期
|
String |
getEventInfoParam()
Get 接口DescribeAttackSource 返回的EventInfoParam
|
Long |
getLimit()
Get 限制分页条数默认10
|
Long |
getOffset()
Get 起始步长默认0
|
String |
getUuid()
Get 主机uuid
|
void |
setBeginDate(String BeginDate)
Set 开始日期
|
void |
setEndDate(String EndDate)
Set 结束日期
|
void |
setEventInfoParam(String EventInfoParam)
Set 接口DescribeAttackSource 返回的EventInfoParam
|
void |
setLimit(Long Limit)
Set 限制分页条数默认10
|
void |
setOffset(Long Offset)
Set 起始步长默认0
|
void |
setUuid(String Uuid)
Set 主机uuid
|
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 DescribeAttackSourceEventsRequest()
public DescribeAttackSourceEventsRequest(DescribeAttackSourceEventsRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid
- 主机uuidpublic String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate
- 开始日期public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 结束日期public String getEventInfoParam()
public void setEventInfoParam(String EventInfoParam)
EventInfoParam
- 接口DescribeAttackSource 返回的EventInfoParampublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制分页条数默认10public Long getOffset()
public void setOffset(Long Offset)
Offset
- 起始步长默认0Copyright © 2024. All rights reserved.