Serializablepublic class ListAlertFailResponse extends Response
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected List<AlertFail> |
alertFails |
|
protected int |
count |
|
protected int |
total |
| 构造器 | 说明 |
|---|---|
ListAlertFailResponse(Map<String,String> headers,
int count,
int total,
List<AlertFail> alertFails) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
List<AlertFail> |
getAlertFails() |
|
int |
getCount() |
|
int |
getTotal() |
|
void |
setAlertFails(List<AlertFail> alertFails) |
|
void |
setCount(int count) |
|
void |
setTotal(int total) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllHeaders, GetHeader, GetRequestIdCopyright © 2018. All Rights Reserved.