Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.Match
Packages that use Match
Package
Description
-
Uses of Match in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return MatchModifier and TypeMethodDescriptionVlanLogicalMatchTop.getMatch()Return match, ornullif it is not present.@NonNull MatchVlanLogicalMatchTop.nonnullMatch()Return match, or an empty instance if it is not present. -
Uses of Match 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 with type parameters of type MatchModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Match>>
E$$MatchBuilder.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 that return MatchModifier and TypeMethodDescription@NonNull MatchMatchBuilder.build()A newMatchinstance.static @NonNull MatchMatchBuilder.empty()Get empty instance of Match.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top that return types with arguments of type MatchMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type MatchModifier and TypeMethodDescriptionstatic booleanMatch.bindingEquals(@NonNull Match thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMatch.bindingHashCode(@NonNull Match obj) Default implementation ofObject.hashCode()contract for this interface.static StringMatch.bindingToString(@NonNull Match 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 with type arguments of type MatchModifier and TypeMethodDescriptionMatchBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Match> augmentation) Add an augmentation to this builder's product.MatchBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Match>> 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 with parameters of type MatchModifierConstructorDescriptionMatchBuilder(Match base) Construct a builder initialized with state from specifiedMatch. -
Uses of Match in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top that return MatchModifier and TypeMethodDescriptionVlanBuilder.getMatch()Return current value associated with the property corresponding toVlanLogicalMatchTop.getMatch().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top with parameters of type MatchModifier and TypeMethodDescriptionSet the property corresponding toVlanLogicalMatchTop.getMatch()to the specified value.