Class AnalyticsEventReport.Event
- java.lang.Object
-
- com.atlassian.confluence.it.analytics.AnalyticsEventReport.Event
-
- Enclosing class:
- AnalyticsEventReport
public static class AnalyticsEventReport.Event extends Object
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()StringgetName()Map<String,String>getProperties()StringgetRequestCorrelationId()StringgetTime()StringgetUser()booleanhasProperty(String name, org.hamcrest.Matcher<? super String> valueMatcher)booleanisRemoved()booleanisUser(User user)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
getName
public String getName()
-
getTime
public String getTime()
-
getUser
public String getUser()
-
getRequestCorrelationId
public String getRequestCorrelationId()
-
isUser
public boolean isUser(User user)
-
isRemoved
public boolean isRemoved()
-
hasProperty
public boolean hasProperty(String name, org.hamcrest.Matcher<? super String> valueMatcher)
-
-