Class ImmutableAutoAction
- java.lang.Object
-
- org.opennms.netmgt.events.api.model.ImmutableAutoAction
-
- All Implemented Interfaces:
IAutoAction
public final class ImmutableAutoAction extends Object implements IAutoAction
An immutable implementation of 'IAutoAction
'.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImmutableAutoAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
String
getState()
int
hashCode()
static IAutoAction
immutableCopy(IAutoAction autoAction)
static ImmutableAutoAction.Builder
newBuilder()
static ImmutableAutoAction.Builder
newBuilderFrom(IAutoAction autoAction)
String
toString()
-
-
-
Method Detail
-
newBuilder
public static ImmutableAutoAction.Builder newBuilder()
-
newBuilderFrom
public static ImmutableAutoAction.Builder newBuilderFrom(IAutoAction autoAction)
-
immutableCopy
public static IAutoAction immutableCopy(IAutoAction autoAction)
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceIAutoAction
-
getState
public String getState()
- Specified by:
getState
in interfaceIAutoAction
-
-