Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.DoubleTaggedOuterRange
-
-
Uses of DoubleTaggedOuterRange 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 DoubleTaggedOuterRange Modifier and Type Method Description DoubleTaggedOuterRangeMatch. getDoubleTaggedOuterRange()Return doubleTaggedOuterRange, ornullif it is not present.DoubleTaggedOuterRangeMatchBuilder. getDoubleTaggedOuterRange()Return current value associated with the property corresponding toMatch.getDoubleTaggedOuterRange().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type DoubleTaggedOuterRange Modifier and Type Method Description MatchBuilderMatchBuilder. setDoubleTaggedOuterRange(DoubleTaggedOuterRange value)Set the property corresponding toMatch.getDoubleTaggedOuterRange()to the specified value. -
Uses of DoubleTaggedOuterRange 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 DoubleTaggedOuterRange Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterRange>>
E$$DoubleTaggedOuterRangeBuilder. 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 DoubleTaggedOuterRange Modifier and Type Method Description @NonNull DoubleTaggedOuterRangeDoubleTaggedOuterRangeBuilder. build()A newDoubleTaggedOuterRangeinstance.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 DoubleTaggedOuterRange Modifier and Type Method Description default Class<DoubleTaggedOuterRange>DoubleTaggedOuterRange. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type DoubleTaggedOuterRange Modifier and Type Method Description static booleanDoubleTaggedOuterRange. bindingEquals(@NonNull DoubleTaggedOuterRange thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDoubleTaggedOuterRange. bindingHashCode(@NonNull DoubleTaggedOuterRange obj)Default implementation ofObject.hashCode()contract for this interface.static StringDoubleTaggedOuterRange. bindingToString(@NonNull DoubleTaggedOuterRange 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 DoubleTaggedOuterRange Modifier and Type Method Description DoubleTaggedOuterRangeBuilderDoubleTaggedOuterRangeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterRange> augmentation)Add an augmentation to this builder's product.DoubleTaggedOuterRangeBuilderDoubleTaggedOuterRangeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterRange>> 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 DoubleTaggedOuterRange Constructor Description DoubleTaggedOuterRangeBuilder(DoubleTaggedOuterRange base)Construct a builder initialized with state from specifiedDoubleTaggedOuterRange.
-