com.github.ltsopensource.monitor.access.domain
Class MDataPo

java.lang.Object
  extended by com.github.ltsopensource.monitor.access.domain.MDataPo
Direct Known Subclasses:
JobClientMDataPo, JobTrackerMDataPo, JVMGCDataPo, JVMMemoryDataPo, JVMThreadDataPo, TaskTrackerMDataPo

public abstract class MDataPo
extends Object

Author:
Robert HG (254963746@qq.com) on 9/1/15.

Constructor Summary
MDataPo()
           
 
Method Summary
 Long getGmtCreated()
           
 String getId()
           
 String getIdentity()
           
 String getNodeGroup()
           
 com.github.ltsopensource.core.cluster.NodeType getNodeType()
           
 Long getTimestamp()
           
 void setGmtCreated(Long gmtCreated)
           
 void setId(String id)
           
 void setIdentity(String identity)
           
 void setNodeGroup(String nodeGroup)
           
 void setNodeType(com.github.ltsopensource.core.cluster.NodeType nodeType)
           
 void setTimestamp(Long timestamp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDataPo

public MDataPo()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getGmtCreated

public Long getGmtCreated()

setGmtCreated

public void setGmtCreated(Long gmtCreated)

getTimestamp

public Long getTimestamp()

setTimestamp

public void setTimestamp(Long timestamp)

getNodeType

public com.github.ltsopensource.core.cluster.NodeType getNodeType()

setNodeType

public void setNodeType(com.github.ltsopensource.core.cluster.NodeType nodeType)

getNodeGroup

public String getNodeGroup()

setNodeGroup

public void setNodeGroup(String nodeGroup)

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)


Copyright © 2017. All rights reserved.