public class LicenseEvent extends Object implements CrowdAnalyticsEvent
Modifier and Type | Class and Description |
---|---|
static class |
LicenseEvent.Builder |
Modifier | Constructor and Description |
---|---|
protected |
LicenseEvent(boolean isDataCenter,
int clusterNodeCount,
boolean isStack,
int usage,
int limit,
boolean isForged) |
Modifier and Type | Method and Description |
---|---|
static LicenseEvent.Builder |
builder() |
static LicenseEvent.Builder |
builder(LicenseEvent data) |
boolean |
equals(Object o) |
int |
getClusterNodeCount() |
boolean |
getIsDataCenter() |
boolean |
getIsForged() |
boolean |
getIsStack() |
int |
getLimit() |
int |
getUsage() |
int |
hashCode() |
String |
toString() |
protected LicenseEvent(boolean isDataCenter, int clusterNodeCount, boolean isStack, int usage, int limit, boolean isForged)
public boolean getIsDataCenter()
public int getClusterNodeCount()
public boolean getIsStack()
public int getUsage()
public int getLimit()
public boolean getIsForged()
public static LicenseEvent.Builder builder()
public static LicenseEvent.Builder builder(LicenseEvent data)
Copyright © 2021 Atlassian. All rights reserved.