Interface ArpSourcesLocal
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface ArpSourcesLocal extends TypedBaseTable<GenericTableSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,UUID>
getLocatorColumn()
String
getSrcMac()
Column<GenericTableSchema,String>
getSrcMacColumn()
void
setLocator(UUID locator)
void
setSrcMac(String srcMac)
-
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
-
-
-
Method Detail
-
getSrcMacColumn
Column<GenericTableSchema,String> getSrcMacColumn()
-
getSrcMac
String getSrcMac()
-
setSrcMac
void setSrcMac(String srcMac)
-
getLocatorColumn
Column<GenericTableSchema,UUID> getLocatorColumn()
-
setLocator
void setLocator(UUID locator)
-
-