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.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, ornullif 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 RepliesRepliesBuilder.build()A newRepliesinstance.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 booleanReplies.bindingEquals(@NonNull Replies thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReplies.bindingHashCode(@NonNull Replies obj) Default implementation ofObject.hashCode()contract for this interface.static StringReplies.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.