Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.DoubleTaggedInnerRange
-
-
Uses of DoubleTaggedInnerRange 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 DoubleTaggedInnerRange Modifier and Type Method Description DoubleTaggedInnerRangeMatch. getDoubleTaggedInnerRange()Return doubleTaggedInnerRange, ornullif it is not present.DoubleTaggedInnerRangeMatchBuilder. getDoubleTaggedInnerRange()Return current value associated with the property corresponding toMatch.getDoubleTaggedInnerRange().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type DoubleTaggedInnerRange Modifier and Type Method Description MatchBuilderMatchBuilder. setDoubleTaggedInnerRange(DoubleTaggedInnerRange value)Set the property corresponding toMatch.getDoubleTaggedInnerRange()to the specified value. -
Uses of DoubleTaggedInnerRange 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 DoubleTaggedInnerRange Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedInnerRange>>
E$$DoubleTaggedInnerRangeBuilder. 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 DoubleTaggedInnerRange Modifier and Type Method Description @NonNull DoubleTaggedInnerRangeDoubleTaggedInnerRangeBuilder. build()A newDoubleTaggedInnerRangeinstance.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 DoubleTaggedInnerRange Modifier and Type Method Description default Class<DoubleTaggedInnerRange>DoubleTaggedInnerRange. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type DoubleTaggedInnerRange Modifier and Type Method Description static booleanDoubleTaggedInnerRange. bindingEquals(@NonNull DoubleTaggedInnerRange thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDoubleTaggedInnerRange. bindingHashCode(@NonNull DoubleTaggedInnerRange obj)Default implementation ofObject.hashCode()contract for this interface.static StringDoubleTaggedInnerRange. bindingToString(@NonNull DoubleTaggedInnerRange 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 DoubleTaggedInnerRange Modifier and Type Method Description DoubleTaggedInnerRangeBuilderDoubleTaggedInnerRangeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedInnerRange> augmentation)Add an augmentation to this builder's product.DoubleTaggedInnerRangeBuilderDoubleTaggedInnerRangeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedInnerRange>> 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 DoubleTaggedInnerRange Constructor Description DoubleTaggedInnerRangeBuilder(DoubleTaggedInnerRange base)Construct a builder initialized with state from specifiedDoubleTaggedInnerRange.
-