public class DescribeAttackSourceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAttackSourceRequest() |
DescribeAttackSourceRequest(DescribeAttackSourceRequest 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 |
getUuid()
Get Host UUID
|
void |
setBeginDate(String BeginDate)
Set Start date
|
void |
setEndDate(String EndDate)
Set End date
|
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 DescribeAttackSourceRequest()
public DescribeAttackSourceRequest(DescribeAttackSourceRequest 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 dateCopyright © 2025. All rights reserved.