public class ExtensionConvertorData extends ConvertorData
| Constructor and Description |
|---|
ExtensionConvertorData(short version)
Instantiates a new ExtensionConvertor data.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDatapathId()
Gets datapath id.
|
Long |
getXid()
Gets xid.
|
void |
setDatapathId(BigInteger datapathId)
Sets datapath id.
|
void |
setXid(Long xid)
Sets xid.
|
getVersionpublic ExtensionConvertorData(short version)
version - the versionpublic Long getXid()
public void setXid(Long xid)
xid - the xidpublic BigInteger getDatapathId()
public void setDatapathId(BigInteger datapathId)
datapathId - the datapath idCopyright © 2019 OpenDaylight. All rights reserved.