Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events.Event
-
-
Uses of Event in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top that return types with arguments of type Event Modifier and Type Method Description @Nullable Map<EventKey,Event>Events. getEvent()Return event, ornullif it is not present.Map<EventKey,Event>EventsBuilder. getEvent()default @NonNull Map<EventKey,Event>Events. nonnullEvent()Return event, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top with type arguments of type Event Modifier and Type Method Description EventsBuilderEventsBuilder. setEvent(Map<EventKey,Event> values) -
Uses of Event in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events with type parameters of type Event Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Event>>
E$$EventBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events that return Event Modifier and Type Method Description EventEventBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events that return types with arguments of type Event Modifier and Type Method Description default Class<Event>Event. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events with parameters of type Event Modifier and Type Method Description static booleanEvent. bindingEquals(@NonNull Event thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intEvent. bindingHashCode(@NonNull Event obj)Default implementation ofObject.hashCode()contract for this interface.static StringEvent. bindingToString(@NonNull Event obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events with type arguments of type Event Modifier and Type Method Description EventBuilderEventBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Event> augmentation)Add an augmentation to this builder's product.EventBuilderEventBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Event>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events with parameters of type Event Constructor Description EventBuilder(Event base)
-