Package | Description |
---|---|
org.opennms.netmgt.events.api.model | |
org.opennms.netmgt.xml.event |
This file is part of OpenNMS(R).
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableOperAction
An immutable implementation of '
IOperAction '. |
Modifier and Type | Method and Description |
---|---|
IOperAction[] |
IEvent.getOperaction() |
IOperAction[] |
ImmutableEvent.getOperaction() |
IOperAction |
IEvent.getOperaction(int index) |
IOperAction |
ImmutableEvent.getOperaction(int index) |
static IOperAction |
ImmutableOperAction.immutableCopy(IOperAction operAction) |
Modifier and Type | Method and Description |
---|---|
List<IOperAction> |
IEvent.getOperactionCollection() |
List<IOperAction> |
ImmutableEvent.getOperactionCollection() |
Modifier and Type | Method and Description |
---|---|
static IOperAction |
ImmutableOperAction.immutableCopy(IOperAction operAction) |
static ImmutableOperAction.Builder |
ImmutableOperAction.newBuilderFrom(IOperAction operAction) |
Modifier and Type | Method and Description |
---|---|
ImmutableEvent.Builder |
ImmutableEvent.Builder.setOperActionList(List<IOperAction> operActionList) |
Constructor and Description |
---|
Builder(IOperAction operAction) |
Modifier and Type | Method and Description |
---|---|
static Operaction |
Operaction.copyFrom(IOperAction source) |
Copyright © 2021. All rights reserved.