public class NiciraActionSerializerKey extends Object
Constructor and Description |
---|
NiciraActionSerializerKey(short version,
Class<? extends ActionChoice> subtype)
Contructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<? extends ActionChoice> |
getSubtype() |
short |
getVersion() |
int |
hashCode() |
String |
toString() |
public NiciraActionSerializerKey(short version, Class<? extends ActionChoice> subtype)
version
- protocol wire versionsubtype
- nx_action_subtypepublic short getVersion()
public Class<? extends ActionChoice> getSubtype()
Copyright © 2020 OpenDaylight. All rights reserved.