Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match.DoubleTaggedOuterList
-
-
Uses of DoubleTaggedOuterList 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 DoubleTaggedOuterList Modifier and Type Method Description DoubleTaggedOuterListMatch. getDoubleTaggedOuterList()Return doubleTaggedOuterList, ornullif it is not present.DoubleTaggedOuterListMatchBuilder. getDoubleTaggedOuterList()Return current value associated with the property corresponding toMatch.getDoubleTaggedOuterList().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type DoubleTaggedOuterList Modifier and Type Method Description MatchBuilderMatchBuilder. setDoubleTaggedOuterList(DoubleTaggedOuterList value)Set the property corresponding toMatch.getDoubleTaggedOuterList()to the specified value. -
Uses of DoubleTaggedOuterList 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 DoubleTaggedOuterList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterList>>
E$$DoubleTaggedOuterListBuilder. 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 DoubleTaggedOuterList Modifier and Type Method Description @NonNull DoubleTaggedOuterListDoubleTaggedOuterListBuilder. build()A newDoubleTaggedOuterListinstance.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 DoubleTaggedOuterList Modifier and Type Method Description default Class<DoubleTaggedOuterList>DoubleTaggedOuterList. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.match with parameters of type DoubleTaggedOuterList Modifier and Type Method Description static booleanDoubleTaggedOuterList. bindingEquals(@NonNull DoubleTaggedOuterList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intDoubleTaggedOuterList. bindingHashCode(@NonNull DoubleTaggedOuterList obj)Default implementation ofObject.hashCode()contract for this interface.static StringDoubleTaggedOuterList. bindingToString(@NonNull DoubleTaggedOuterList 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 DoubleTaggedOuterList Modifier and Type Method Description DoubleTaggedOuterListBuilderDoubleTaggedOuterListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterList> augmentation)Add an augmentation to this builder's product.DoubleTaggedOuterListBuilderDoubleTaggedOuterListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DoubleTaggedOuterList>> 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 DoubleTaggedOuterList Constructor Description DoubleTaggedOuterListBuilder(DoubleTaggedOuterList base)Construct a builder initialized with state from specifiedDoubleTaggedOuterList.
-