Class StateChangeInformationJson
- java.lang.Object
-
- com.atlassian.confluence.plugins.denormalisedpermissions.state.StateChangeInformationJson
-
public class StateChangeInformationJson extends Object
-
-
Constructor Summary
Constructors Constructor Description StateChangeInformationJson(long id, String message, StateChangeInformation.MessageLevel level, long eventTimestampMilli)
StateChangeInformationJson(StateChangeInformation stateChangeInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEventTimestampMilli()
long
getId()
StateChangeInformation.MessageLevel
getLevel()
String
getMessage()
-
-
-
Constructor Detail
-
StateChangeInformationJson
public StateChangeInformationJson(long id, String message, StateChangeInformation.MessageLevel level, long eventTimestampMilli)
-
StateChangeInformationJson
public StateChangeInformationJson(StateChangeInformation stateChangeInformation)
-
-
Method Detail
-
getId
public long getId()
-
getMessage
public String getMessage()
-
getEventTimestampMilli
public long getEventTimestampMilli()
-
getLevel
public StateChangeInformation.MessageLevel getLevel()
-
-