public class ImmutableApdex extends Object
Constructor and Description |
---|
ImmutableApdex(long satisfiedCount,
long toleratingCount,
long frustratedCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ImmutableApdex |
fromScore(float score) |
int |
getApdexScore() |
long |
getFrustratedCount() |
long |
getSatisfiedCount() |
long |
getToleratingCount() |
int |
hashCode() |
ImmutableApdex |
merge(ImmutableApdex that) |
String |
toString() |
public ImmutableApdex(long satisfiedCount, long toleratingCount, long frustratedCount)
public static ImmutableApdex fromScore(float score)
public long getSatisfiedCount()
public long getToleratingCount()
public long getFrustratedCount()
public int getApdexScore()
public ImmutableApdex merge(ImmutableApdex that)
Copyright © 2002-2024 Atlassian. All Rights Reserved.