Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ip.dscp._case.IpDscp
Package
Description
-
Uses of IpDscp in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Modifier and TypeMethodDescriptionIpDscpCase.getIpDscp()
Return ipDscp, ornull
if it is not present.IpDscpCaseBuilder.getIpDscp()
Return current value associated with the property corresponding toIpDscpCase.getIpDscp()
.@NonNull IpDscp
IpDscpCase.nonnullIpDscp()
Return ipDscp, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toIpDscpCase.getIpDscp()
to the specified value. -
Uses of IpDscp in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.ip.dscp._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IpDscp>>
E$$IpDscpBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull IpDscp
IpDscpBuilder.build()
A newIpDscp
instance.static @NonNull IpDscp
IpDscpBuilder.empty()
Get empty instance of IpDscp.Modifier and TypeMethodDescriptionstatic boolean
IpDscp.bindingEquals
(@NonNull IpDscp thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
IpDscp.bindingHashCode
(@NonNull IpDscp obj) Default implementation ofObject.hashCode()
contract for this interface.static String
IpDscp.bindingToString
(@NonNull IpDscp obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpDscpBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<IpDscp> augmentation) Add an augmentation to this builder's product.IpDscpBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpDscp>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionIpDscpBuilder
(IpDscp base) Construct a builder initialized with state from specifiedIpDscp
.