Class LicenseEvent
java.lang.Object
com.atlassian.crowd.analytics.events.license.LicenseEvent
- All Implemented Interfaces:
CrowdAnalyticsEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LicenseEvent
(boolean isDataCenter, int clusterNodeCount, boolean isStack, int usage, int limit, boolean isForged) -
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseEvent.Builder
builder()
static LicenseEvent.Builder
builder
(LicenseEvent data) boolean
int
boolean
boolean
boolean
int
getLimit()
int
getUsage()
int
hashCode()
toString()
-
Constructor Details
-
LicenseEvent
protected LicenseEvent(boolean isDataCenter, int clusterNodeCount, boolean isStack, int usage, int limit, boolean isForged)
-
-
Method Details
-
getIsDataCenter
public boolean getIsDataCenter() -
getClusterNodeCount
public int getClusterNodeCount() -
getIsStack
public boolean getIsStack() -
getUsage
public int getUsage() -
getLimit
public int getLimit() -
getIsForged
public boolean getIsForged() -
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-