Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAccountingMethodsCommon.AccountingMethod
Packages that use AaaAccountingMethodsCommon.AccountingMethod
Package
Description
-
Uses of AaaAccountingMethodsCommon.AccountingMethod 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 types with arguments of type AaaAccountingMethodsCommon.AccountingMethodModifier and TypeMethodDescription@Nullable List<AaaAccountingMethodsCommon.AccountingMethod>AaaAccountingMethodsCommon.getAccountingMethod()Return accountingMethod, ornullif it is not present.default @NonNull List<AaaAccountingMethodsCommon.AccountingMethod>AaaAccountingMethodsCommon.requireAccountingMethod()Return accountingMethod, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 with parameters of type AaaAccountingMethodsCommon.AccountingMethodModifierConstructorDescriptionCreates a copy from Source Object. -
Uses of AaaAccountingMethodsCommon.AccountingMethod in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top.accounting
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top.accounting that return types with arguments of type AaaAccountingMethodsCommon.AccountingMethodModifier and TypeMethodDescriptionConfigBuilder.getAccountingMethod()Return current value associated with the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod().StateBuilder.getAccountingMethod()Return current value associated with the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top.accounting with type arguments of type AaaAccountingMethodsCommon.AccountingMethodModifier and TypeMethodDescriptionConfigBuilder.setAccountingMethod(List<AaaAccountingMethodsCommon.AccountingMethod> values) Set the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod()to the specified value.StateBuilder.setAccountingMethod(List<AaaAccountingMethodsCommon.AccountingMethod> values) Set the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod()to the specified value.