Interface AutoAttach
-
- All Superinterfaces:
TypedBaseTable<GenericTableSchema>
public interface AutoAttach extends TypedBaseTable<GenericTableSchema>
This class is a typed interface to the AutoAttach Table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Map<Long,Long>>
getMappingsColumn()
Column<GenericTableSchema,String>
getSystemDescriptionColumn()
Column<GenericTableSchema,String>
getSystemNameColumn()
void
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 Detail
-
getSystemNameColumn
Column<GenericTableSchema,String> getSystemNameColumn()
-
setSystemName
void setSystemName(String systemName)
-
getSystemDescriptionColumn
Column<GenericTableSchema,String> getSystemDescriptionColumn()
-
setSystemDescription
void setSystemDescription(String systemDescription)
-
getMappingsColumn
Column<GenericTableSchema,Map<Long,Long>> getMappingsColumn()
-
-