Class ImmutableLogMsg
- java.lang.Object
-
- org.opennms.netmgt.events.api.model.ImmutableLogMsg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImmutableLogMsg.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
String
getDest()
Boolean
getNotify()
int
hashCode()
boolean
hasNotify()
static ILogMsg
immutableCopy(ILogMsg logMsg)
static ImmutableLogMsg.Builder
newBuilder()
static ImmutableLogMsg.Builder
newBuilderFrom(ILogMsg logMsg)
String
toString()
-
-
-
Method Detail
-
newBuilder
public static ImmutableLogMsg.Builder newBuilder()
-
newBuilderFrom
public static ImmutableLogMsg.Builder newBuilderFrom(ILogMsg logMsg)
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceILogMsg
-
-