Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination.Ipv6DestinationCase
Packages that use Ipv6DestinationCase
Package
Description
-
Uses of Ipv6DestinationCase in org.opendaylight.protocol.pcep.parser.object.unreach
Methods in org.opendaylight.protocol.pcep.parser.object.unreach with parameters of type Ipv6DestinationCaseModifier and TypeMethodDescriptionstatic void
PCEPIpv6UnreachDestinationParser.serializeObject
(Boolean processing, Boolean ignore, Ipv6DestinationCase ipv6Case, io.netty.buffer.ByteBuf buffer) -
Uses of Ipv6DestinationCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination with type parameters of type Ipv6DestinationCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6DestinationCase>>
E$$Ipv6DestinationCaseBuilder.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.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination that return Ipv6DestinationCaseModifier and TypeMethodDescription@NonNull Ipv6DestinationCase
Ipv6DestinationCaseBuilder.build()
A newIpv6DestinationCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination that return types with arguments of type Ipv6DestinationCaseModifier and TypeMethodDescriptiondefault Class
<Ipv6DestinationCase> Ipv6DestinationCase.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination with parameters of type Ipv6DestinationCaseModifier and TypeMethodDescriptionstatic boolean
Ipv6DestinationCase.bindingEquals
(@NonNull Ipv6DestinationCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6DestinationCase.bindingHashCode
(@NonNull Ipv6DestinationCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6DestinationCase.bindingToString
(@NonNull Ipv6DestinationCase obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination with type arguments of type Ipv6DestinationCaseModifier and TypeMethodDescriptionIpv6DestinationCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6DestinationCase> augmentation) Add an augmentation to this builder's product.Ipv6DestinationCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6DestinationCase>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.unreach.destination.obj.destination with parameters of type Ipv6DestinationCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6DestinationCase
.