public final class ExperimenterActionSerializerKey extends ActionSerializerKey<ExperimenterIdCase>
Constructor and Description |
---|
ExperimenterActionSerializerKey(short msgVersion,
Long experimenterId,
Class<? extends ExperimenterActionSubType> actionSubType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
toString
public ExperimenterActionSerializerKey(short msgVersion, Long experimenterId, Class<? extends ExperimenterActionSubType> actionSubType)
msgVersion
- protocol wire versionexperimenterId
- experimenter / vendor IDactionSubType
- vendor defined subtypepublic int hashCode()
hashCode
in class ActionSerializerKey<ExperimenterIdCase>
public boolean equals(Object obj)
equals
in class ActionSerializerKey<ExperimenterIdCase>
Copyright © 2020 OpenDaylight. All rights reserved.