public static class NetworkMapService.Update
Constructor and Description |
---|
Update(WireNodeRegistration wireReg,
int mapVersion,
MessageRecipients replyTo) |
Modifier and Type | Method and Description |
---|---|
WireNodeRegistration |
component1() |
int |
component2() |
MessageRecipients |
component3() |
NetworkMapService.Update |
copy(WireNodeRegistration wireReg,
int mapVersion,
MessageRecipients replyTo) |
boolean |
equals(java.lang.Object p) |
int |
getMapVersion() |
MessageRecipients |
getReplyTo() |
WireNodeRegistration |
getWireReg() |
int |
hashCode() |
java.lang.String |
toString() |
public Update(WireNodeRegistration wireReg, int mapVersion, MessageRecipients replyTo)
public WireNodeRegistration getWireReg()
public int getMapVersion()
public MessageRecipients getReplyTo()
public WireNodeRegistration component1()
public int component2()
public MessageRecipients component3()
public NetworkMapService.Update copy(WireNodeRegistration wireReg, int mapVersion, MessageRecipients replyTo)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)