Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open
Packages that use Open
Package
Description
-
Uses of Open in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return Open -
Uses of Open 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 OpenModifier and TypeMethodDescriptionOpenObject.getOpen()Return open, ornullif it is not present.@NonNull OpenOpenObject.nonnullOpen()Return open, or an empty instance if it is not present. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message that return OpenModifier and TypeMethodDescriptionOpenMessageBuilder.getOpen()Return current value associated with the property corresponding toOpenObject.getOpen().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message with parameters of type OpenModifier and TypeMethodDescriptionSet the property corresponding toOpenObject.getOpen()to the specified value. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object with type parameters of type OpenModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Open>>
E$$OpenBuilder.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.open.object that return OpenModifier and TypeMethodDescription@NonNull OpenOpenBuilder.build()A newOpeninstance.static @NonNull OpenOpenBuilder.empty()Get empty instance of Open.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object that return types with arguments of type OpenMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object with parameters of type OpenModifier and TypeMethodDescriptionstatic booleanOpen.bindingEquals(@NonNull Open thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intOpen.bindingHashCode(@NonNull Open obj) Default implementation ofObject.hashCode()contract for this interface.static StringOpen.bindingToString(@NonNull Open 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.open.object with type arguments of type OpenModifier and TypeMethodDescriptionOpenBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Open> augmentation) Add an augmentation to this builder's product.OpenBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Open>> 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.open.object with parameters of type OpenModifierConstructorDescriptionOpenBuilder(Open base) Construct a builder initialized with state from specifiedOpen. -
Uses of Open in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case that return OpenModifier and TypeMethodDescriptionSessionBuilder.getOpen()Return current value associated with the property corresponding toOpenObject.getOpen().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case with parameters of type OpenModifier and TypeMethodDescriptionSet the property corresponding toOpenObject.getOpen()to the specified value.