Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.Stats
Package
Description
-
Uses of Stats in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers
Modifier and TypeMethodDescriptionPeer.getStats()
Return stats, ornull
if it is not present.PeerBuilder.getStats()
Return current value associated with the property corresponding toPeer.getStats()
.@NonNull Stats
Peer.nonnullStats()
Return stats, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toPeer.getStats()
to the specified value. -
Uses of Stats in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Stats>>
E$$StatsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Stats
StatsBuilder.build()
A newStats
instance.static @NonNull Stats
StatsBuilder.empty()
Get empty instance of Stats.Modifier and TypeMethodDescriptionstatic boolean
Stats.bindingEquals
(@NonNull Stats thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Stats.bindingHashCode
(@NonNull Stats obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Stats.bindingToString
(@NonNull Stats obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionStatsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Stats> augmentation) Add an augmentation to this builder's product.StatsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Stats>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionStatsBuilder
(Stats base) Construct a builder initialized with state from specifiedStats
.