Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top.Accounting
-
-
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 Accounting Modifier and Type Method Description AccountingAaaAccountingTop. getAccounting()Return accounting, ornullif 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 Accounting Modifier and Type Method Description <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 Accounting Modifier and Type Method Description @NonNull AccountingAccountingBuilder. build()A newAccountinginstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top that return types with arguments of type Accounting Modifier and Type Method Description default Class<Accounting>Accounting. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with parameters of type Accounting Modifier and Type Method Description static 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 Accounting Modifier and Type Method Description AccountingBuilderAccountingBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Accounting> augmentation)Add an augmentation to this builder's product.AccountingBuilderAccountingBuilder. 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 Accounting Constructor Description AccountingBuilder(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 Accounting Modifier and Type Method Description AccountingAaaBuilder. 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 Accounting Modifier and Type Method Description AaaBuilderAaaBuilder. setAccounting(Accounting value)Set the property corresponding toAaaAccountingTop.getAccounting()to the specified value.
-