Interface AaaAccountingEventsConfig
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface AaaAccountingEventsConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data for AAA accounting events
This class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-accounting-events-config {
leaf event-type {
type identityref {
base AAA_ACCOUNTING_EVENT_TYPE;
}
}
leaf record {
type enumeration {
enum START_STOP {
}
enum STOP {
}
}
}
}
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThis class represents the following YANG schema fragment defined in module openconfig-aaa -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn eventType, ornullif it is not present.Return record, ornullif it is not present.Class<? extends AaaAccountingEventsConfig>default @NonNull AAAACCOUNTINGEVENTTYPEReturn eventType, guaranteed to be non-null.default @NonNull AaaAccountingEventsConfig.RecordReturn record, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends AaaAccountingEventsConfig> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getEventType
AAAACCOUNTINGEVENTTYPE getEventType()Return eventType, ornullif it is not present.The type of activity to record at the AAA accounting server- Returns:
AAAACCOUNTINGEVENTTYPEeventType, ornullif it is not present.
-
requireEventType
Return eventType, guaranteed to be non-null.The type of activity to record at the AAA accounting server- Returns:
AAAACCOUNTINGEVENTTYPEeventType, guaranteed to be non-null.- Throws:
NoSuchElementException- if eventType is not present
-
getRecord
AaaAccountingEventsConfig.Record getRecord()Return record, ornullif it is not present.Type of record to send to the accounting server for this activity type- Returns:
Recordrecord, ornullif it is not present.
-
requireRecord
Return record, guaranteed to be non-null.Type of record to send to the accounting server for this activity type- Returns:
Recordrecord, guaranteed to be non-null.- Throws:
NoSuchElementException- if record is not present
-