Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeOtherConfigsKey
Packages that use BridgeOtherConfigsKey
Package
Description
-
Uses of BridgeOtherConfigsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 that return types with arguments of type BridgeOtherConfigsKeyModifier and TypeMethodDescription@Nullable Map<BridgeOtherConfigsKey,
BridgeOtherConfigs> OvsdbBridgeAttributes.getBridgeOtherConfigs()
Return bridgeOtherConfigs, ornull
if it is not present.OvsdbBridgeAugmentationBuilder.getBridgeOtherConfigs()
Return current value associated with the property corresponding toOvsdbBridgeAttributes.getBridgeOtherConfigs()
.default @NonNull Map<BridgeOtherConfigsKey,
BridgeOtherConfigs> OvsdbBridgeAttributes.nonnullBridgeOtherConfigs()
Return bridgeOtherConfigs, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105 with type arguments of type BridgeOtherConfigsKeyModifier and TypeMethodDescriptionOvsdbBridgeAugmentationBuilder.setBridgeOtherConfigs
(Map<BridgeOtherConfigsKey, BridgeOtherConfigs> values) Set the property corresponding toOvsdbBridgeAttributes.getBridgeOtherConfigs()
to the specified value. -
Uses of BridgeOtherConfigsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes that return BridgeOtherConfigsKeyModifier and TypeMethodDescriptionBridgeOtherConfigs.key()
BridgeOtherConfigsBuilder.key()
Return current value associated with the property corresponding toBridgeOtherConfigs.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeOtherConfigsKeyModifier and TypeMethodDescriptionBridgeOtherConfigsBuilder.withKey
(BridgeOtherConfigsKey key) Set the key value corresponding toBridgeOtherConfigs.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes with parameters of type BridgeOtherConfigsKeyModifierConstructorDescriptionCreates a copy from Source Object.