com.github.ltsopensource.admin.request
public class NodePaginationReq extends PaginationReq
| Constructor and Description |
|---|
NodePaginationReq() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAvailable() |
Date |
getEndDate() |
String |
getIdentity() |
String |
getIp() |
String |
getNodeGroup() |
NodeType |
getNodeType() |
Date |
getStartDate() |
void |
setAvailable(Boolean available) |
void |
setEndDate(Date endDate) |
void |
setIdentity(String identity) |
void |
setIp(String ip) |
void |
setNodeGroup(String nodeGroup) |
void |
setNodeType(NodeType nodeType) |
void |
setStartDate(Date startDate) |
getDirection, getField, getLimit, getStart, setDirection, setField, setLimit, setStartpublic String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public String getIdentity()
public void setIdentity(String identity)
public String getIp()
public void setIp(String ip)
public NodeType getNodeType()
public void setNodeType(NodeType nodeType)
public Boolean getAvailable()
public void setAvailable(Boolean available)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
Copyright © 2016. All rights reserved.