Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321.GetStatsInput
Packages that use GetStatsInput
Package
Description
-
Uses of GetStatsInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321 with type parameters of type GetStatsInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<GetStatsInput>>
E$$GetStatsInputBuilder.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.topology.stats.rpc.rev190321 that return GetStatsInputModifier and TypeMethodDescription@NonNull GetStatsInput
GetStatsInputBuilder.build()
A newGetStatsInput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321 that return types with arguments of type GetStatsInputModifier and TypeMethodDescriptiondefault Class
<GetStatsInput> GetStatsInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321 with parameters of type GetStatsInputModifier and TypeMethodDescriptionstatic boolean
GetStatsInput.bindingEquals
(@NonNull GetStatsInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetStatsInput.bindingHashCode
(@NonNull GetStatsInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetStatsInput.bindingToString
(@NonNull GetStatsInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> GetStats.invoke
(GetStatsInput input) Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321 with type arguments of type GetStatsInputModifier and TypeMethodDescriptionGetStatsInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<GetStatsInput> augmentation) Add an augmentation to this builder's product.GetStatsInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<GetStatsInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.topology.stats.rpc.rev190321 with parameters of type GetStatsInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGetStatsInput
.