Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAccountingEventsConfig.Record
-
-
Uses of AaaAccountingEventsConfig.Record 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 AaaAccountingEventsConfig.Record Modifier and Type Method Description static AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig.Record. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig. getRecord()Return record, ornullif it is not present.default @NonNull AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig. requireRecord()Return record, guaranteed to be non-null.static AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig.Record. valueOf(String name)Returns the enum constant of this type with the specified name.static AaaAccountingEventsConfig.Record[]AaaAccountingEventsConfig.Record. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return types with arguments of type AaaAccountingEventsConfig.Record Modifier and Type Method Description static Optional<AaaAccountingEventsConfig.Record>AaaAccountingEventsConfig.Record. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of AaaAccountingEventsConfig.Record in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events.event
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events.event that return AaaAccountingEventsConfig.Record Modifier and Type Method Description AaaAccountingEventsConfig.RecordConfigBuilder. getRecord()Return current value associated with the property corresponding toAaaAccountingEventsConfig.getRecord().AaaAccountingEventsConfig.RecordStateBuilder. getRecord()Return current value associated with the property corresponding toAaaAccountingEventsConfig.getRecord().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events.event with parameters of type AaaAccountingEventsConfig.Record Modifier and Type Method Description ConfigBuilderConfigBuilder. setRecord(AaaAccountingEventsConfig.Record value)Set the property corresponding toAaaAccountingEventsConfig.getRecord()to the specified value.StateBuilderStateBuilder. setRecord(AaaAccountingEventsConfig.Record value)Set the property corresponding toAaaAccountingEventsConfig.getRecord()to the specified value.
-