public class DescribeAccidentEventListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAccidentEventListRequest() |
DescribeAccidentEventListRequest(DescribeAccidentEventListRequest 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 |
---|---|
Long[] |
getAccidentEvent()
Get Filter by event.
|
String[] |
getAccidentRegion()
Get Filter by region where the event occurs.
|
Long[] |
getAccidentStatus()
Get Filter by event status.
|
Long[] |
getAccidentType()
Get Filter by event type.
|
String |
getAffectResource()
Get Filter by affected resource, such as ins-19a06bka.
|
Long |
getEndTime()
Get End time, which is the current timestamp by default.
|
Long |
getLimit()
Get Number of parameters that can be returned on each page.
|
String |
getModule()
Get API component name.
|
String |
getOccurTimeOrder()
Get Sorting rule by OccurTime.
|
Long |
getOffset()
Get Parameter offset on each page.
|
Long |
getStartTime()
Get Start time, which is the timestamp one day prior by default.
|
String |
getUpdateTimeOrder()
Get Sorting rule by UpdateTime.
|
void |
setAccidentEvent(Long[] AccidentEvent)
Set Filter by event.
|
void |
setAccidentRegion(String[] AccidentRegion)
Set Filter by region where the event occurs.
|
void |
setAccidentStatus(Long[] AccidentStatus)
Set Filter by event status.
|
void |
setAccidentType(Long[] AccidentType)
Set Filter by event type.
|
void |
setAffectResource(String AffectResource)
Set Filter by affected resource, such as ins-19a06bka.
|
void |
setEndTime(Long EndTime)
Set End time, which is the current timestamp by default.
|
void |
setLimit(Long Limit)
Set Number of parameters that can be returned on each page.
|
void |
setModule(String Module)
Set API component name.
|
void |
setOccurTimeOrder(String OccurTimeOrder)
Set Sorting rule by OccurTime.
|
void |
setOffset(Long Offset)
Set Parameter offset on each page.
|
void |
setStartTime(Long StartTime)
Set Start time, which is the timestamp one day prior by default.
|
void |
setUpdateTimeOrder(String UpdateTimeOrder)
Set Sorting rule by UpdateTime.
|
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 DescribeAccidentEventListRequest()
public DescribeAccidentEventListRequest(DescribeAccidentEventListRequest source)
public String getModule()
public void setModule(String Module)
Module
- API component name. The value for the current API is monitor.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time, which is the timestamp one day prior by default.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time, which is the current timestamp by default.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of parameters that can be returned on each page. Value range: 1 - 100. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Parameter offset on each page. The value starts from 0 and the default value is 0.public String getUpdateTimeOrder()
public void setUpdateTimeOrder(String UpdateTimeOrder)
UpdateTimeOrder
- Sorting rule by UpdateTime. Valid values: asc and desc.public String getOccurTimeOrder()
public void setOccurTimeOrder(String OccurTimeOrder)
OccurTimeOrder
- Sorting rule by OccurTime. Valid values: asc or desc. Sorting by UpdateTimeOrder takes priority.public Long[] getAccidentType()
public void setAccidentType(Long[] AccidentType)
AccidentType
- Filter by event type. The value 1 indicates service issues. The value 2 indicates other subscriptions.public Long[] getAccidentEvent()
public void setAccidentEvent(Long[] AccidentEvent)
AccidentEvent
- Filter by event. The value 1 indicates CVM storage issues. The value 2 indicates CVM network connection issues. The value 3 indicates that the CVM has an exception. The value 202 indicates that an ISP network jitter occurs.public Long[] getAccidentStatus()
public void setAccidentStatus(Long[] AccidentStatus)
AccidentStatus
- Filter by event status. The value 0 indicates that the event has been recovered. The value 1 indicates that the event has not been recovered.public String[] getAccidentRegion()
public void setAccidentRegion(String[] AccidentRegion)
AccidentRegion
- Filter by region where the event occurs. The value gz indicates Guangzhou. The value sh indicates Shanghai.public String getAffectResource()
public void setAffectResource(String AffectResource)
AffectResource
- Filter by affected resource, such as ins-19a06bka.Copyright © 2023. All rights reserved.