Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case.DestinationLinkstate
Packages that use DestinationLinkstate
Package
Description
-
Uses of DestinationLinkstate in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type that return DestinationLinkstateModifier and TypeMethodDescriptionDestinationLinkstateCase.getDestinationLinkstate()
Return destinationLinkstate, ornull
if it is not present.DestinationLinkstateCaseBuilder.getDestinationLinkstate()
Return current value associated with the property corresponding toDestinationLinkstateCase.getDestinationLinkstate()
.@NonNull DestinationLinkstate
DestinationLinkstateCase.nonnullDestinationLinkstate()
Return destinationLinkstate, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type with parameters of type DestinationLinkstateModifier and TypeMethodDescriptionDestinationLinkstateCaseBuilder.setDestinationLinkstate
(DestinationLinkstate value) Set the property corresponding toDestinationLinkstateCase.getDestinationLinkstate()
to the specified value. -
Uses of DestinationLinkstate in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case with type parameters of type DestinationLinkstateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationLinkstate>>
E$$DestinationLinkstateBuilder.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.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case that return DestinationLinkstateModifier and TypeMethodDescription@NonNull DestinationLinkstate
DestinationLinkstateBuilder.build()
A newDestinationLinkstate
instance.static @NonNull DestinationLinkstate
DestinationLinkstateBuilder.empty()
Get empty instance of DestinationLinkstate.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case that return types with arguments of type DestinationLinkstateModifier and TypeMethodDescriptiondefault Class<DestinationLinkstate>
DestinationLinkstate.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case with parameters of type DestinationLinkstateModifier and TypeMethodDescriptionstatic boolean
DestinationLinkstate.bindingEquals
(@NonNull DestinationLinkstate thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DestinationLinkstate.bindingHashCode
(@NonNull DestinationLinkstate obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DestinationLinkstate.bindingToString
(@NonNull DestinationLinkstate obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case with type arguments of type DestinationLinkstateModifier and TypeMethodDescriptionDestinationLinkstateBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<DestinationLinkstate> augmentation) Add an augmentation to this builder's product.DestinationLinkstateBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DestinationLinkstate>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case with parameters of type DestinationLinkstateModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDestinationLinkstate
.