public class MessageCodeActionExperimenterKey extends MessageCodeExperimenterKey
| Constructor and Description |
|---|
MessageCodeActionExperimenterKey(short version,
int value,
Class<?> clazz,
ActionPath actionPath,
Long experimenterId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ActionPath |
getActionPath() |
int |
hashCode() |
String |
toString() |
getExperimenterIdgetClazz, getMsgTypepublic MessageCodeActionExperimenterKey(short version,
int value,
Class<?> clazz,
ActionPath actionPath,
Long experimenterId)
version - wire protocol versionvalue - used as distinguisher (read from binary data / buffer)clazz - class of object that is going to be deserializedexperimenterId - experimenter idpublic ActionPath getActionPath()
public int hashCode()
hashCode in class MessageCodeExperimenterKeypublic boolean equals(Object obj)
equals in class MessageCodeExperimenterKeypublic String toString()
toString in class MessageCodeExperimenterKeyCopyright © 2019 OpenDaylight. All rights reserved.