Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.GetStatsOutput
Package
Description
-
Uses of GetStatsOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetStatsOutput>>
E$$GetStatsOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull GetStatsOutput
GetStatsOutputBuilder.build()
A newGetStatsOutput
instance.Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>>
PcepTopologyStatsRpcService.getStats
(GetStatsInput input) Invokeget-stats
RPC.default Class<GetStatsOutput>
GetStatsOutput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
GetStatsOutput.bindingEquals
(@NonNull GetStatsOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetStatsOutput.bindingHashCode
(@NonNull GetStatsOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetStatsOutput.bindingToString
(@NonNull GetStatsOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionGetStatsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetStatsOutput> augmentation) Add an augmentation to this builder's product.GetStatsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetStatsOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetStatsOutput
.