Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.vlan.vid._case.VlanVid
-
-
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 VlanVid Modifier and Type Method Description VlanVid
VlanVidCase. getVlanVid()
Return vlanVid, ornull
if it is not present.VlanVid
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 VlanVid Modifier and Type Method Description VlanVidCaseBuilder
VlanVidCaseBuilder. 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 VlanVid Modifier and Type Method Description <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 VlanVid Modifier and Type Method Description @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 VlanVid Modifier and Type Method Description default Class<VlanVid>
VlanVid. implementedInterface()
Methods 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 VlanVid Modifier and Type Method Description static 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 VlanVid Modifier and Type Method Description VlanVidBuilder
VlanVidBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<VlanVid> augmentation)
Add an augmentation to this builder's product.VlanVidBuilder
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 VlanVid Constructor Description VlanVidBuilder(VlanVid base)
Construct a builder initialized with state from specifiedVlanVid
.
-