Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.ClientAttributePrepend
Packages that use ClientAttributePrepend
Package
Description
-
Uses of ClientAttributePrepend in org.opendaylight.protocol.bgp.route.targetcontrain.impl.route.policy
Methods in org.opendaylight.protocol.bgp.route.targetcontrain.impl.route.policy with parameters of type ClientAttributePrependModifier and TypeMethodDescriptionClientAttributePrependHandler.applyExportAction
(RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters exportParameters, Attributes attributes, ClientAttributePrepend actions) ClientAttributePrependHandler.applyImportAction
(RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeBaseParameters, Attributes attributes, ClientAttributePrepend actions) -
Uses of ClientAttributePrepend in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618 that return ClientAttributePrependModifier and TypeMethodDescription@NonNull ClientAttributePrepend
ClientAttributePrependBuilder.build()
A newClientAttributePrepend
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618 that return types with arguments of type ClientAttributePrependModifier and TypeMethodDescriptiondefault Class<ClientAttributePrepend>
ClientAttributePrepend.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618 with parameters of type ClientAttributePrependModifier and TypeMethodDescriptionstatic boolean
ClientAttributePrepend.bindingEquals
(@NonNull ClientAttributePrepend thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ClientAttributePrepend.bindingHashCode
(@NonNull ClientAttributePrepend obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ClientAttributePrepend.bindingToString
(@NonNull ClientAttributePrepend obj) Default implementation ofObject.toString()
contract for this interface.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618 with parameters of type ClientAttributePrependModifierConstructorDescriptionConstruct a builder initialized with state from specifiedClientAttributePrepend
.