Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAccountingMethodsCommon.AccountingMethod
-
-
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 AaaAccountingMethodsCommon.AccountingMethod Modifier and Type Method Description static AaaAccountingMethodsCommon.AccountingMethodAaaAccountingMethodsCommonAccountingMethodBuilder. getDefaultInstance(String defaultValue)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return types with arguments of type AaaAccountingMethodsCommon.AccountingMethod Modifier and Type Method Description @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.AccountingMethod Constructor Description AccountingMethod(AaaAccountingMethodsCommon.AccountingMethod source)Creates 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.AccountingMethod Modifier and Type Method Description List<AaaAccountingMethodsCommon.AccountingMethod>ConfigBuilder. getAccountingMethod()Return current value associated with the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod().List<AaaAccountingMethodsCommon.AccountingMethod>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.AccountingMethod Modifier and Type Method Description ConfigBuilderConfigBuilder. setAccountingMethod(List<AaaAccountingMethodsCommon.AccountingMethod> values)Set the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod()to the specified value.StateBuilderStateBuilder. setAccountingMethod(List<AaaAccountingMethodsCommon.AccountingMethod> values)Set the property corresponding toAaaAccountingMethodsCommon.getAccountingMethod()to the specified value.
-