Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.Ero
Packages that use Ero
Package
Description
-
Uses of Ero 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 EroModifier and TypeMethodDescriptionExplicitRouteObject.getEro()Return ero, ornullif it is not present.@NonNull EroExplicitRouteObject.nonnullEro()Return ero, or an empty instance if it is not present. -
Uses of Ero in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object with type parameters of type EroModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ero>>
E$$EroBuilder.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.explicit.route.object that return EroModifier and TypeMethodDescription@NonNull EroEroBuilder.build()A newEroinstance.static @NonNull EroEroBuilder.empty()Get empty instance of Ero.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object that return types with arguments of type EroMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object with parameters of type EroModifier and TypeMethodDescriptionstatic booleanEro.bindingEquals(@NonNull Ero thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intEro.bindingHashCode(@NonNull Ero obj) Default implementation ofObject.hashCode()contract for this interface.static StringEro.bindingToString(@NonNull Ero 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.explicit.route.object with type arguments of type EroModifier and TypeMethodDescriptionEroBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Ero> augmentation) Add an augmentation to this builder's product.EroBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ero>> 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.explicit.route.object with parameters of type EroModifierConstructorDescriptionEroBuilder(Ero base) Construct a builder initialized with state from specifiedEro. -
Uses of Ero in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success that return EroModifier and TypeMethodDescriptionPathsBuilder.getEro()Return current value associated with the property corresponding toExplicitRouteObject.getEro().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with parameters of type EroModifier and TypeMethodDescriptionSet the property corresponding toExplicitRouteObject.getEro()to the specified value.