Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.Replies
Packages that use Replies
Package
Description
-
Uses of Replies in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message that return RepliesModifier and TypeMethodDescriptionprotected Replies
PCEPReplyMessageParser.getValidReply
(Queue<Object> objects, List<Message> errors) Methods in org.opendaylight.protocol.pcep.parser.message with parameters of type RepliesModifier and TypeMethodDescriptionprotected void
PCEPReplyMessageParser.serializeReply
(Replies reply, io.netty.buffer.ByteBuf buffer) -
Uses of Replies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message that return types with arguments of type RepliesModifier and TypeMethodDescriptionPcrepMessage.getReplies()
Return replies, ornull
if it is not present.PcrepMessageBuilder.getReplies()
Return current value associated with the property corresponding toPcrepMessage.getReplies()
.PcrepMessage.nonnullReplies()
Return replies, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message with type arguments of type RepliesModifier and TypeMethodDescriptionPcrepMessageBuilder.setReplies
(List<Replies> values) Set the property corresponding toPcrepMessage.getReplies()
to the specified value. -
Uses of Replies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message with type parameters of type RepliesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Replies>>
E$$RepliesBuilder.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.pcrep.message.pcrep.message that return RepliesModifier and TypeMethodDescription@NonNull Replies
RepliesBuilder.build()
A newReplies
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message that return types with arguments of type RepliesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message with parameters of type RepliesModifier and TypeMethodDescriptionstatic boolean
Replies.bindingEquals
(@NonNull Replies thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Replies.bindingHashCode
(@NonNull Replies obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Replies.bindingToString
(@NonNull Replies 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.pcrep.message.pcrep.message with type arguments of type RepliesModifier and TypeMethodDescriptionRepliesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Replies> augmentation) Add an augmentation to this builder's product.RepliesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Replies>> 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.pcrep.message.pcrep.message with parameters of type RepliesModifierConstructorDescriptionRepliesBuilder
(Replies base) Construct a builder initialized with state from specifiedReplies
.