Interface ArpSourcesRemote
- 
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
public interface ArpSourcesRemote extends TypedBaseTable<GenericTableSchema>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,UUID>getLocatorColumn()StringgetSrcMac()Column<GenericTableSchema,String>getSrcMacColumn()voidsetLocator(UUID locator)voidsetSrcMac(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)
 
 - 
 
 -