Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case.VlanVid
Packages that use VlanVid
Package
Description
-
Uses of VlanVid in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return VlanVidModifier and TypeMethodDescriptionVlanVidCase.getVlanVid()
Return vlanVid, ornull
if it is not present.VlanVidCaseBuilder.getVlanVid()
Return current value associated with the property corresponding toVlanVidCase.getVlanVid()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type VlanVidModifier and TypeMethodDescriptionVlanVidCaseBuilder.setVlanVid
(VlanVid value) Set the property corresponding toVlanVidCase.getVlanVid()
to the specified value. -
Uses of VlanVid in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case with type parameters of type VlanVidModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<VlanVid>>
E$$VlanVidBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case that return VlanVidModifier and TypeMethodDescription@NonNull VlanVid
VlanVidBuilder.build()
A newVlanVid
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case that return types with arguments of type VlanVidMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case with parameters of type VlanVidModifier and TypeMethodDescriptionstatic boolean
VlanVid.bindingEquals
(@NonNull VlanVid thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
VlanVid.bindingHashCode
(@NonNull VlanVid obj) Default implementation ofObject.hashCode()
contract for this interface.static String
VlanVid.bindingToString
(@NonNull VlanVid obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case with type arguments of type VlanVidModifier and TypeMethodDescriptionVlanVidBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<VlanVid> augmentation) Add an augmentation to this builder's product.VlanVidBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<VlanVid>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case with parameters of type VlanVidModifierConstructorDescriptionVlanVidBuilder
(VlanVid base) Construct a builder initialized with state from specifiedVlanVid
.