Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state.Counters
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state
-
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Modifier and TypeMethodDescriptionInterfaceCountersState.getCounters()
Return counters, ornull
if it is not present.@NonNull Counters
InterfaceCountersState.nonnullCounters()
Return counters, or an empty instance if it is not present. -
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412._interface.counters.state
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Counters>>
E$$CountersBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Counters
CountersBuilder.build()
A newCounters
instance.static @NonNull Counters
CountersBuilder.empty()
Get empty instance of Counters.Modifier and TypeMethodDescriptionstatic boolean
Counters.bindingEquals
(@NonNull Counters thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Counters.bindingHashCode
(@NonNull Counters obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Counters.bindingToString
(@NonNull Counters obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionCountersBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Counters> augmentation) Add an augmentation to this builder's product.CountersBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Counters>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionCountersBuilder
(Counters base) Construct a builder initialized with state from specifiedCounters
. -
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces._interface
Modifier and TypeMethodDescriptionStateBuilder.getCounters()
Return current value associated with the property corresponding toInterfaceCountersState.getCounters()
.Modifier and TypeMethodDescriptionStateBuilder.setCounters
(Counters value) Set the property corresponding toInterfaceCountersState.getCounters()
to the specified value. -
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces.subinterface
Modifier and TypeMethodDescriptionStateBuilder.getCounters()
Return current value associated with the property corresponding toInterfaceCountersState.getCounters()
.Modifier and TypeMethodDescriptionStateBuilder.setCounters
(Counters value) Set the property corresponding toInterfaceCountersState.getCounters()
to the specified value.