Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping.ReplyTime
-
-
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 ReplyTime Modifier and Type Method Description ReplyTime
ReplyTimeGrouping. getReplyTime()
Return replyTime, ornull
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 ReplyTime Modifier and Type Method Description ReplyTime
MessagesBuilder. 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 ReplyTime Modifier and Type Method Description MessagesBuilder
MessagesBuilder. 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 ReplyTime Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.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 ReplyTime Modifier and Type Method Description @NonNull ReplyTime
ReplyTimeBuilder. build()
A newReplyTime
instance.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 ReplyTime Modifier and Type Method Description default Class<ReplyTime>
ReplyTime. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.stats.rev171113.reply.time.grouping with parameters of type ReplyTime Modifier and Type Method Description static 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 ReplyTime Modifier and Type Method Description ReplyTimeBuilder
ReplyTimeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ReplyTime> augmentation)
Add an augmentation to this builder's product.ReplyTimeBuilder
ReplyTimeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 ReplyTime Constructor Description ReplyTimeBuilder(ReplyTime base)
Construct a builder initialized with state from specifiedReplyTime
.
-