Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.SingleTaggedRange
-
-
Uses of SingleTaggedRange in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top that return SingleTaggedRange Modifier and Type Method Description SingleTaggedRangeMatch. getSingleTaggedRange()Return singleTaggedRange, ornullif it is not present.SingleTaggedRangeMatchBuilder. getSingleTaggedRange()Return current value associated with the property corresponding toMatch.getSingleTaggedRange().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type SingleTaggedRange Modifier and Type Method Description MatchBuilderMatchBuilder. setSingleTaggedRange(SingleTaggedRange value)Set the property corresponding toMatch.getSingleTaggedRange()to the specified value. -
Uses of SingleTaggedRange in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with type parameters of type SingleTaggedRange Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SingleTaggedRange>>
E$$SingleTaggedRangeBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match that return SingleTaggedRange Modifier and Type Method Description @NonNull SingleTaggedRangeSingleTaggedRangeBuilder. build()A newSingleTaggedRangeinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match that return types with arguments of type SingleTaggedRange Modifier and Type Method Description default Class<SingleTaggedRange>SingleTaggedRange. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type SingleTaggedRange Modifier and Type Method Description static booleanSingleTaggedRange. bindingEquals(@NonNull SingleTaggedRange thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSingleTaggedRange. bindingHashCode(@NonNull SingleTaggedRange obj)Default implementation ofObject.hashCode()contract for this interface.static StringSingleTaggedRange. bindingToString(@NonNull SingleTaggedRange obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with type arguments of type SingleTaggedRange Modifier and Type Method Description SingleTaggedRangeBuilderSingleTaggedRangeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SingleTaggedRange> augmentation)Add an augmentation to this builder's product.SingleTaggedRangeBuilderSingleTaggedRangeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SingleTaggedRange>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type SingleTaggedRange Constructor Description SingleTaggedRangeBuilder(SingleTaggedRange base)Construct a builder initialized with state from specifiedSingleTaggedRange.
-