Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.UnreachDestinationObj
Package
Description
-
Uses of UnreachDestinationObj in org.opendaylight.protocol.pcep.parser.object.unreach
Modifier and TypeMethodDescriptionPCEPIpv4UnreachDestinationParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) PCEPIpv6UnreachDestinationParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of UnreachDestinationObj in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionUnreachDestinationObject.getUnreachDestinationObj()
Return unreachDestinationObj, ornull
if it is not present.@NonNull UnreachDestinationObj
UnreachDestinationObject.nonnullUnreachDestinationObj()
Return unreachDestinationObj, or an empty instance if it is not present. -
Uses of UnreachDestinationObj in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<UnreachDestinationObj>>
E$$UnreachDestinationObjBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull UnreachDestinationObj
UnreachDestinationObjBuilder.build()
A newUnreachDestinationObj
instance.static @NonNull UnreachDestinationObj
UnreachDestinationObjBuilder.empty()
Get empty instance of UnreachDestinationObj.Modifier and TypeMethodDescriptiondefault Class
<UnreachDestinationObj> UnreachDestinationObj.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
UnreachDestinationObj.bindingEquals
(@NonNull UnreachDestinationObj thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
UnreachDestinationObj.bindingHashCode
(@NonNull UnreachDestinationObj obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UnreachDestinationObj.bindingToString
(@NonNull UnreachDestinationObj obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionUnreachDestinationObjBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UnreachDestinationObj> augmentation) Add an augmentation to this builder's product.UnreachDestinationObjBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<UnreachDestinationObj>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnreachDestinationObj
.