Class LicenseEvent
java.lang.Object
com.atlassian.crowd.analytics.events.license.LicenseEvent
- All Implemented Interfaces:
CrowdAnalyticsEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLicenseEvent(boolean isDataCenter, int clusterNodeCount, boolean isStack, int usage, int limit, boolean isForged) -
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseEvent.Builderbuilder()static LicenseEvent.Builderbuilder(LicenseEvent data) booleanintbooleanbooleanbooleanintgetLimit()intgetUsage()inthashCode()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
-