com.github.ltsopensource.admin.request
public class MDataPaginationReq extends PaginationReq
| Constructor and Description |
|---|
MDataPaginationReq() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndTime() |
String |
getId() |
String |
getIdentity() |
JVMType |
getJvmType() |
String |
getNodeGroup() |
NodeType |
getNodeType() |
Long |
getStartTime() |
void |
setEndTime(Long endTime) |
void |
setId(String id) |
void |
setIdentity(String identity) |
void |
setJvmType(JVMType jvmType) |
void |
setNodeGroup(String nodeGroup) |
void |
setNodeType(NodeType nodeType) |
void |
setStartTime(Long startTime) |
getDirection, getField, getLimit, getStart, setDirection, setField, setLimit, setStartpublic String getId()
public void setId(String id)
public String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public String getIdentity()
public void setIdentity(String identity)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public NodeType getNodeType()
public void setNodeType(NodeType nodeType)
public JVMType getJvmType()
public void setJvmType(JVMType jvmType)
Copyright © 2016. All rights reserved.