Interface IncMultiEthernetTagRes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
IncMultiEthernetTagResCase
@Generated("mdsal-binding-generator")
public interface IncMultiEthernetTagRes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
grouping inc-multi-ethernet-tag-res {
container inc-multi-ethernet-tag-res {
uses ethernet-tag-id;
uses bgp-t:orig-route-ip-grouping;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn incMultiEthernetTagRes, ornullif it is not present.@NonNull IncMultiEthernetTagResReturn incMultiEthernetTagRes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIncMultiEthernetTagRes
IncMultiEthernetTagRes getIncMultiEthernetTagRes()Return incMultiEthernetTagRes, ornullif it is not present.Inclusive Multicast Ethernet Tag route- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.inc.multi.ethernet.tag.res.IncMultiEthernetTagResincMultiEthernetTagRes, ornullif it is not present.
-
nonnullIncMultiEthernetTagRes
@NonNull IncMultiEthernetTagRes nonnullIncMultiEthernetTagRes()Return incMultiEthernetTagRes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.inc.multi.ethernet.tag.res.IncMultiEthernetTagResincMultiEthernetTagRes, or an empty instance if it is not present.
-