Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top.Events
Packages that use Events
Package
Description
-
Uses of Events 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 EventsModifier and TypeMethodDescriptionAaaAccountingEventsTop.getEvents()Return events, ornullif it is not present.@NonNull EventsAaaAccountingEventsTop.nonnullEvents()Return events, or an empty instance if it is not present. -
Uses of Events 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 with type parameters of type EventsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Events>>
E$$EventsBuilder.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 that return EventsModifier and TypeMethodDescription@NonNull EventsEventsBuilder.build()A newEventsinstance.static @NonNull EventsEventsBuilder.empty()Get empty instance of Events.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top that return types with arguments of type EventsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.events.top with parameters of type EventsModifier and TypeMethodDescriptionstatic booleanEvents.bindingEquals(@NonNull Events thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intEvents.bindingHashCode(@NonNull Events obj) Default implementation ofObject.hashCode()contract for this interface.static StringEvents.bindingToString(@NonNull Events 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 with type arguments of type EventsModifier and TypeMethodDescriptionEventsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Events> augmentation) Add an augmentation to this builder's product.EventsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Events>> 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 with parameters of type EventsModifierConstructorDescriptionEventsBuilder(Events base) Construct a builder initialized with state from specifiedEvents. -
Uses of Events in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top that return EventsModifier and TypeMethodDescriptionAccountingBuilder.getEvents()Return current value associated with the property corresponding toAaaAccountingEventsTop.getEvents().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.accounting.top with parameters of type EventsModifier and TypeMethodDescriptionSet the property corresponding toAaaAccountingEventsTop.getEvents()to the specified value.