public class DDosMajorAttackEventData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DDosMajorAttackEventData() |
DDosMajorAttackEventData(DDosMajorAttackEventData 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 |
---|---|
DDosMajorAttackEvent[] |
getList()
Get `DDosMajorAttackEvent` DDoS attack event
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPageNo()
Get Current page
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPages()
Get Total number of pages
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPageSize()
Get Number of items per page
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTotalSize()
Get Total number of items
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setList(DDosMajorAttackEvent[] List)
Set `DDosMajorAttackEvent` DDoS attack event
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPageNo(Long PageNo)
Set Current page
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPages(Long Pages)
Set Total number of pages
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPageSize(Long PageSize)
Set Number of items per page
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalSize(Long TotalSize)
Set Total number of items
Note: This field may return null, indicating that no valid values can be obtained.
|
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 DDosMajorAttackEventData()
public DDosMajorAttackEventData(DDosMajorAttackEventData source)
public DDosMajorAttackEvent[] getList()
public void setList(DDosMajorAttackEvent[] List)
List
- `DDosMajorAttackEvent` DDoS attack event
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- Current page
Note: This field may return null, indicating that no valid values can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of items per page
Note: This field may return null, indicating that no valid values can be obtained.public Long getPages()
public void setPages(Long Pages)
Pages
- Total number of pages
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize
- Total number of items
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.