Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping.ReplyTime
Packages that use ReplyTime
Package
Description
-
Uses of ReplyTime 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 ReplyTimeModifier and TypeMethodDescriptionReplyTimeGrouping.getReplyTime()
Return replyTime, ornull
if it is not present.@NonNull ReplyTime
ReplyTimeGrouping.nonnullReplyTime()
Return replyTime, or an empty instance if it is not present. -
Uses of ReplyTime 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 that return ReplyTimeModifier and TypeMethodDescriptionMessagesBuilder.getReplyTime()
Return current value associated with the property corresponding toReplyTimeGrouping.getReplyTime()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.pcep.session.state with parameters of type ReplyTimeModifier and TypeMethodDescriptionMessagesBuilder.setReplyTime
(ReplyTime value) Set the property corresponding toReplyTimeGrouping.getReplyTime()
to the specified value. -
Uses of ReplyTime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping with type parameters of type ReplyTimeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReplyTime>>
E$$ReplyTimeBuilder.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.reply.time.grouping that return ReplyTimeModifier and TypeMethodDescription@NonNull ReplyTime
ReplyTimeBuilder.build()
A newReplyTime
instance.static @NonNull ReplyTime
ReplyTimeBuilder.empty()
Get empty instance of ReplyTime.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping that return types with arguments of type ReplyTimeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping with parameters of type ReplyTimeModifier and TypeMethodDescriptionstatic boolean
ReplyTime.bindingEquals
(@NonNull ReplyTime thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReplyTime.bindingHashCode
(@NonNull ReplyTime obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReplyTime.bindingToString
(@NonNull ReplyTime 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.reply.time.grouping with type arguments of type ReplyTimeModifier and TypeMethodDescriptionReplyTimeBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ReplyTime> augmentation) Add an augmentation to this builder's product.ReplyTimeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReplyTime>> 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.reply.time.grouping with parameters of type ReplyTimeModifierConstructorDescriptionReplyTimeBuilder
(ReplyTime base) Construct a builder initialized with state from specifiedReplyTime
.