Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top.Accounting
Packages that use Accounting
Package
Description
-
Uses of Accounting in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return AccountingModifier and TypeMethodDescriptionAaaAccountingTop.getAccounting()Return accounting, ornullif it is not present.@NonNull AccountingAaaAccountingTop.nonnullAccounting()Return accounting, or an empty instance if it is not present. -
Uses of Accounting in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with type parameters of type AccountingModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Accounting>>
E$$AccountingBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top that return AccountingModifier and TypeMethodDescription@NonNull AccountingAccountingBuilder.build()A newAccountinginstance.static @NonNull AccountingAccountingBuilder.empty()Get empty instance of Accounting.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top that return types with arguments of type AccountingMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with parameters of type AccountingModifier and TypeMethodDescriptionstatic booleanAccounting.bindingEquals(@NonNull Accounting thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAccounting.bindingHashCode(@NonNull Accounting obj) Default implementation ofObject.hashCode()contract for this interface.static StringAccounting.bindingToString(@NonNull Accounting obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with type arguments of type AccountingModifier and TypeMethodDescriptionAccountingBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Accounting> augmentation) Add an augmentation to this builder's product.AccountingBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Accounting>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with parameters of type AccountingModifierConstructorDescriptionAccountingBuilder(Accounting base) Construct a builder initialized with state from specifiedAccounting. -
Uses of Accounting in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top that return AccountingModifier and TypeMethodDescriptionAaaBuilder.getAccounting()Return current value associated with the property corresponding toAaaAccountingTop.getAccounting().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top with parameters of type AccountingModifier and TypeMethodDescriptionAaaBuilder.setAccounting(Accounting value) Set the property corresponding toAaaAccountingTop.getAccounting()to the specified value.