Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case.Session
Packages that use Session
Package
Description
-
Uses of Session in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type that return SessionModifier and TypeMethodDescriptionSessionCase.getSession()Return session, ornullif it is not present.SessionCaseBuilder.getSession()Return current value associated with the property corresponding toSessionCase.getSession().@NonNull SessionSessionCase.nonnullSession()Return session, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type with parameters of type SessionModifier and TypeMethodDescriptionSessionCaseBuilder.setSession(Session value) Set the property corresponding toSessionCase.getSession()to the specified value. -
Uses of Session 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 with type parameters of type SessionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Session>>
E$$SessionBuilder.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.pcerr.message.pcerr.message.error.type.session._case that return SessionModifier and TypeMethodDescription@NonNull SessionSessionBuilder.build()A newSessioninstance.static @NonNull SessionSessionBuilder.empty()Get empty instance of Session.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 types with arguments of type SessionMethods 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 SessionModifier and TypeMethodDescriptionstatic booleanSession.bindingEquals(@NonNull Session thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSession.bindingHashCode(@NonNull Session obj) Default implementation ofObject.hashCode()contract for this interface.static StringSession.bindingToString(@NonNull Session 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.pcerr.message.pcerr.message.error.type.session._case with type arguments of type SessionModifier and TypeMethodDescriptionSessionBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Session> augmentation) Add an augmentation to this builder's product.SessionBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Session>> 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.pcerr.message.pcerr.message.error.type.session._case with parameters of type SessionModifierConstructorDescriptionSessionBuilder(Session base) Construct a builder initialized with state from specifiedSession.