Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object.UnreachDestinationObj
Packages that use UnreachDestinationObj
Package
Description
-
Uses of UnreachDestinationObj in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return UnreachDestinationObjModifier and TypeMethodDescriptionUnreachDestinationObject.getUnreachDestinationObj()Return unreachDestinationObj, ornullif it is not present.@NonNull UnreachDestinationObjUnreachDestinationObject.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object with type parameters of type UnreachDestinationObjModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object that return UnreachDestinationObjModifier and TypeMethodDescription@NonNull UnreachDestinationObjUnreachDestinationObjBuilder.build()A newUnreachDestinationObjinstance.static @NonNull UnreachDestinationObjUnreachDestinationObjBuilder.empty()Get empty instance of UnreachDestinationObj.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object that return types with arguments of type UnreachDestinationObjModifier and TypeMethodDescriptiondefault Class<UnreachDestinationObj> UnreachDestinationObj.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object with parameters of type UnreachDestinationObjModifier and TypeMethodDescriptionstatic booleanUnreachDestinationObj.bindingEquals(@NonNull UnreachDestinationObj thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intUnreachDestinationObj.bindingHashCode(@NonNull UnreachDestinationObj obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnreachDestinationObj.bindingToString(@NonNull UnreachDestinationObj 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 with type arguments of type UnreachDestinationObjModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.unreach.destination.object with parameters of type UnreachDestinationObjModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnreachDestinationObj.