Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events.Event
Packages that use Event
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events
-
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 EventModifier and TypeMethodDescriptionEvents.getEvent()Return event, ornullif it is not present.EventsBuilder.getEvent()Return current value associated with the property corresponding toEvents.getEvent().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 EventModifier and TypeMethodDescriptionSet the property corresponding toEvents.getEvent()to the specified value. -
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 EventModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Event>>
E$$EventBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events that return EventMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events that return types with arguments of type EventMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.events with parameters of type EventModifier and TypeMethodDescriptionstatic 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 EventModifier and TypeMethodDescriptionEventBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Event> augmentation) Add an augmentation to this builder's product.EventBuilder.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 EventModifierConstructorDescriptionEventBuilder(Event base) Construct a builder initialized with state from specifiedEvent.