Serializablepublic class ListAlertFailRequest extends Request
| 构造器 | 说明 |
|---|---|
ListAlertFailRequest(String project) |
|
ListAlertFailRequest(String project,
String alertName,
int from,
int to,
int offset,
int size) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
String |
getAlertName() |
|
int |
getFrom() |
|
int |
getOffset() |
|
int |
getSize() |
|
int |
getTo() |
|
void |
setAlertName(String alertName) |
|
void |
setFrom(int from) |
|
void |
setOffset(int offset) |
|
void |
setSize(int size) |
|
void |
setTo(int to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllParams, GetParam, GetProject, SetParampublic ListAlertFailRequest(String project)
public String getAlertName()
public void setAlertName(String alertName)
public int getFrom()
public void setFrom(int from)
public int getTo()
public void setTo(int to)
public int getOffset()
public void setOffset(int offset)
public int getSize()
public void setSize(int size)
Copyright © 2018. All Rights Reserved.