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 Start date
|
String |
getEndDate()
Get End date
|
String |
getEventInfoParam()
Get EventInfoParam returned by DescribeAttackSource API
|
Long |
getLimit()
Get Maximum number of paginations, which is 10 by default.
|
Long |
getOffset()
Get Starting step size, which is 0 by default.
|
String |
getUuid()
Get Host UUID
|
void |
setBeginDate(String BeginDate)
Set Start date
|
void |
setEndDate(String EndDate)
Set End date
|
void |
setEventInfoParam(String EventInfoParam)
Set EventInfoParam returned by DescribeAttackSource API
|
void |
setLimit(Long Limit)
Set Maximum number of paginations, which is 10 by default.
|
void |
setOffset(Long Offset)
Set Starting step size, which is 0 by default.
|
void |
setUuid(String Uuid)
Set Host UUID
|
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, toJsonString
public DescribeAttackSourceEventsRequest()
public DescribeAttackSourceEventsRequest(DescribeAttackSourceEventsRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUIDpublic String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate
- Start datepublic String getEndDate()
public void setEndDate(String EndDate)
EndDate
- End datepublic String getEventInfoParam()
public void setEventInfoParam(String EventInfoParam)
EventInfoParam
- EventInfoParam returned by DescribeAttackSource APIpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of paginations, which is 10 by default.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting step size, which is 0 by default.Copyright © 2024. All rights reserved.