Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.MplsProtocolMask
Packages that use MplsProtocolMask
Package
Description
-
Uses of MplsProtocolMask in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return MplsProtocolMaskModifier and TypeMethodDescriptionstatic MplsProtocolMask
MplsProtocolMask.getDefaultInstance
(String defaultValue) LinkstateAttribute.getMplsProtocol()
Return mplsProtocol, ornull
if it is not present.default @NonNull MplsProtocolMask
LinkstateAttribute.requireMplsProtocol()
Return mplsProtocol, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 with parameters of type MplsProtocolMaskModifierConstructorDescriptionMplsProtocolMask
(MplsProtocolMask source) Creates a copy from Source Object. -
Uses of MplsProtocolMask in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return MplsProtocolMaskModifier and TypeMethodDescriptionLinkAttributesBuilder.getMplsProtocol()
Return current value associated with the property corresponding toLinkstateAttribute.getMplsProtocol()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with parameters of type MplsProtocolMaskModifier and TypeMethodDescriptionLinkAttributesBuilder.setMplsProtocol
(MplsProtocolMask value) Set the property corresponding toLinkstateAttribute.getMplsProtocol()
to the specified value.