Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.extended.community.RedirectExtendedCommunity
Package
Description
-
Uses of RedirectExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Modifier and TypeMethodDescriptionRedirectExtendedCommunity.getRedirectExtendedCommunity()
Return redirectExtendedCommunity, ornull
if it is not present.@NonNull RedirectExtendedCommunity
RedirectExtendedCommunity.nonnullRedirectExtendedCommunity()
Return redirectExtendedCommunity, or an empty instance if it is not present. -
Uses of RedirectExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.bgp.rib.route.attributes.extended.communities.extended.community
Modifier and TypeMethodDescriptionRedirectExtendedCommunityCaseBuilder.getRedirectExtendedCommunity()
Return current value associated with the property corresponding toRedirectExtendedCommunity.getRedirectExtendedCommunity()
.Modifier and TypeMethodDescriptionRedirectExtendedCommunityCaseBuilder.setRedirectExtendedCommunity
(RedirectExtendedCommunity value) Set the property corresponding toRedirectExtendedCommunity.getRedirectExtendedCommunity()
to the specified value. -
Uses of RedirectExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.extended.community
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RedirectExtendedCommunity>>
E$$RedirectExtendedCommunityBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull RedirectExtendedCommunity
RedirectExtendedCommunityBuilder.build()
A newRedirectExtendedCommunity
instance.static @NonNull RedirectExtendedCommunity
RedirectExtendedCommunityBuilder.empty()
Get empty instance of RedirectExtendedCommunity.Modifier and TypeMethodDescriptiondefault Class
<RedirectExtendedCommunity> RedirectExtendedCommunity.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
RedirectExtendedCommunity.bindingEquals
(@NonNull RedirectExtendedCommunity thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RedirectExtendedCommunity.bindingHashCode
(@NonNull RedirectExtendedCommunity obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RedirectExtendedCommunity.bindingToString
(@NonNull RedirectExtendedCommunity obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRedirectExtendedCommunityBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RedirectExtendedCommunity> augmentation) Add an augmentation to this builder's product.RedirectExtendedCommunityBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RedirectExtendedCommunity>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRedirectExtendedCommunity
. -
Uses of RedirectExtendedCommunity in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.update.attributes.extended.communities.extended.community
Modifier and TypeMethodDescriptionRedirectExtendedCommunityCaseBuilder.getRedirectExtendedCommunity()
Return current value associated with the property corresponding toRedirectExtendedCommunity.getRedirectExtendedCommunity()
.Modifier and TypeMethodDescriptionRedirectExtendedCommunityCaseBuilder.setRedirectExtendedCommunity
(RedirectExtendedCommunity value) Set the property corresponding toRedirectExtendedCommunity.getRedirectExtendedCommunity()
to the specified value.