Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.Messages
Packages that use Messages
Package
Description
-
Uses of Messages in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return MessagesModifier and TypeMethodDescriptionPCEPSessionState.getMessages()The statistics of PCEP received/sent messages from the PCE point of view. -
Uses of Messages in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113 that return MessagesModifier and TypeMethodDescriptionPcepSessionState.getMessages()Return messages, ornullif it is not present.@NonNull MessagesPcepSessionState.nonnullMessages()Return messages, or an empty instance if it is not present. -
Uses of Messages in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with type parameters of type MessagesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Messages>>
E$$MessagesBuilder.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.stats.rev171113.pcep.session.state that return MessagesModifier and TypeMethodDescription@NonNull MessagesMessagesBuilder.build()A newMessagesinstance.static @NonNull MessagesMessagesBuilder.empty()Get empty instance of Messages.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state that return types with arguments of type MessagesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type MessagesModifier and TypeMethodDescriptionstatic booleanMessages.bindingEquals(@NonNull Messages thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMessages.bindingHashCode(@NonNull Messages obj) Default implementation ofObject.hashCode()contract for this interface.static StringMessages.bindingToString(@NonNull Messages obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with type arguments of type MessagesModifier and TypeMethodDescriptionMessagesBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Messages> augmentation) Add an augmentation to this builder's product.MessagesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Messages>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type MessagesModifierConstructorDescriptionMessagesBuilder(Messages base) Construct a builder initialized with state from specifiedMessages. -
Uses of Messages in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping that return MessagesModifier and TypeMethodDescriptionPcepSessionStateBuilder.getMessages()Return current value associated with the property corresponding toPcepSessionState.getMessages().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state.grouping with parameters of type MessagesModifier and TypeMethodDescriptionPcepSessionStateBuilder.setMessages(Messages value) Set the property corresponding toPcepSessionState.getMessages()to the specified value.