com.github.ltsopensource.jobtracker.domain
Class JobClientNode
java.lang.Object
com.github.ltsopensource.jobtracker.domain.JobClientNode
public class JobClientNode
- extends Object
- Author:
- Robert HG (254963746@qq.com) on 8/17/14.
客户端节点
nodeGroup
public String nodeGroup
identity
public String identity
channel
public ChannelWrapper channel
JobClientNode
public JobClientNode(String nodeGroup,
String identity,
ChannelWrapper channel)
JobClientNode
public JobClientNode(String identity)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getNodeGroup
public String getNodeGroup()
setNodeGroup
public void setNodeGroup(String nodeGroup)
getIdentity
public String getIdentity()
setIdentity
public void setIdentity(String identity)
getChannel
public ChannelWrapper getChannel()
setChannel
public void setChannel(ChannelWrapper channel)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017. All rights reserved.