Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAccountingEventsConfig.Record
Packages that use AaaAccountingEventsConfig.Record
Package
Description
-
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.RecordModifier and TypeMethodDescriptionstatic @Nullable AaaAccountingEventsConfig.RecordReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig.Record.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.AaaAccountingEventsConfig.getRecord()Return record, ornullif it is not present.static @NonNull AaaAccountingEventsConfig.RecordReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig.Record.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull AaaAccountingEventsConfig.RecordAaaAccountingEventsConfig.requireRecord()Return record, guaranteed to be non-null.Returns the enum constant of this class with the specified name.static AaaAccountingEventsConfig.Record[]AaaAccountingEventsConfig.Record.values()Returns an array containing the constants of this enum class, in the order they are declared. -
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.RecordModifier and TypeMethodDescriptionConfigBuilder.getRecord()Return current value associated with the property corresponding toAaaAccountingEventsConfig.getRecord().StateBuilder.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.RecordModifier and TypeMethodDescriptionConfigBuilder.setRecord(AaaAccountingEventsConfig.Record value) Set the property corresponding toAaaAccountingEventsConfig.getRecord()to the specified value.StateBuilder.setRecord(AaaAccountingEventsConfig.Record value) Set the property corresponding toAaaAccountingEventsConfig.getRecord()to the specified value.