Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.Match
-
-
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 Match Modifier and Type Method Description MatchVlanLogicalMatchTop. getMatch()Return match, ornullif 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 Match Modifier and Type Method Description <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 Match Modifier and Type Method Description @NonNull MatchMatchBuilder. build()A newMatchinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top that return types with arguments of type Match Modifier and Type Method Description default Class<Match>Match. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top with parameters of type Match Modifier and Type Method Description static 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 Match Modifier and Type Method Description MatchBuilderMatchBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Match> augmentation)Add an augmentation to this builder's product.MatchBuilderMatchBuilder. 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 Match Constructor Description MatchBuilder(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 Match Modifier and Type Method Description MatchVlanBuilder. 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 Match Modifier and Type Method Description VlanBuilderVlanBuilder. setMatch(Match value)Set the property corresponding toVlanLogicalMatchTop.getMatch()to the specified value.
-