Interface AutoAttach
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
This class is a typed interface to the AutoAttach Table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMappings
(Map<Long, Long> mappings) void
setSystemDescription
(String systemDescription) void
setSystemName
(String systemName) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
-
Method Details
-
getSystemNameColumn
Column<GenericTableSchema,String> getSystemNameColumn() -
setSystemName
-
getSystemDescriptionColumn
Column<GenericTableSchema,String> getSystemDescriptionColumn() -
setSystemDescription
-
getMappingsColumn
Column<GenericTableSchema,Map<Long, getMappingsColumn()Long>> -
setMappings
-