Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community.RedirectAs4
Packages that use RedirectAs4
Package
Description
-
Uses of RedirectAs4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120 that return RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4ExtendedCommunity.getRedirectAs4()
Return redirectAs4, ornull
if it is not present.@NonNull RedirectAs4
RedirectAs4ExtendedCommunity.nonnullRedirectAs4()
Return redirectAs4, or an empty instance if it is not present. -
Uses of RedirectAs4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.community
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.community that return RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4ExtendedCommunityCaseBuilder.getRedirectAs4()
Return current value associated with the property corresponding toRedirectAs4ExtendedCommunity.getRedirectAs4()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.community with parameters of type RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4ExtendedCommunityCaseBuilder.setRedirectAs4
(RedirectAs4 value) Set the property corresponding toRedirectAs4ExtendedCommunity.getRedirectAs4()
to the specified value. -
Uses of RedirectAs4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community with type parameters of type RedirectAs4Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RedirectAs4>>
E$$RedirectAs4Builder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community that return RedirectAs4Modifier and TypeMethodDescription@NonNull RedirectAs4
RedirectAs4Builder.build()
A newRedirectAs4
instance.static @NonNull RedirectAs4
RedirectAs4Builder.empty()
Get empty instance of RedirectAs4.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community that return types with arguments of type RedirectAs4Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community with parameters of type RedirectAs4Modifier and TypeMethodDescriptionstatic boolean
RedirectAs4.bindingEquals
(@NonNull RedirectAs4 thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RedirectAs4.bindingHashCode
(@NonNull RedirectAs4 obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RedirectAs4.bindingToString
(@NonNull RedirectAs4 obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community with type arguments of type RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RedirectAs4> augmentation) Add an augmentation to this builder's product.RedirectAs4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RedirectAs4>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.as4.extended.community with parameters of type RedirectAs4ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRedirectAs4
. -
Uses of RedirectAs4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.community
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.community that return RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4ExtendedCommunityCaseBuilder.getRedirectAs4()
Return current value associated with the property corresponding toRedirectAs4ExtendedCommunity.getRedirectAs4()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.community with parameters of type RedirectAs4Modifier and TypeMethodDescriptionRedirectAs4ExtendedCommunityCaseBuilder.setRedirectAs4
(RedirectAs4 value) Set the property corresponding toRedirectAs4ExtendedCommunity.getRedirectAs4()
to the specified value.