Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries.QosOtherConfigKey
-
-
Uses of QosOtherConfigKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes that return types with arguments of type QosOtherConfigKey Modifier and Type Method Description @Nullable Map<QosOtherConfigKey,QosOtherConfig>
QosEntries. getQosOtherConfig()
Return qosOtherConfig, ornull
if it is not present.Map<QosOtherConfigKey,QosOtherConfig>
QosEntriesBuilder. getQosOtherConfig()
Return current value associated with the property corresponding toQosEntries.getQosOtherConfig()
.default @NonNull Map<QosOtherConfigKey,QosOtherConfig>
QosEntries. nonnullQosOtherConfig()
Return qosOtherConfig, 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.ovsdb.node.attributes with type arguments of type QosOtherConfigKey Modifier and Type Method Description QosEntriesBuilder
QosEntriesBuilder. setQosOtherConfig(Map<QosOtherConfigKey,QosOtherConfig> values)
Set the property corresponding toQosEntries.getQosOtherConfig()
to the specified value. -
Uses of QosOtherConfigKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries that return QosOtherConfigKey Modifier and Type Method Description QosOtherConfigKey
QosOtherConfig. key()
QosOtherConfigKey
QosOtherConfigBuilder. key()
Return current value associated with the property corresponding toQosOtherConfig.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries with parameters of type QosOtherConfigKey Modifier and Type Method Description QosOtherConfigBuilder
QosOtherConfigBuilder. withKey(QosOtherConfigKey key)
Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries with parameters of type QosOtherConfigKey Constructor Description QosOtherConfigKey(QosOtherConfigKey source)
Creates a copy from Source Object.
-