@Immutable @PublicApi public final class PlanKey extends Object implements Comparable<PlanKey>, Key
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlanKey planKey) |
boolean |
equals(Object o) |
String |
getKey()
Full plan key (e.g.
|
String |
getPartialKey()
Partial plan key (e.g.
|
int |
hashCode() |
String |
toString() |
@NotNull public String getKey()
@NotNull public String getPartialKey()
public int compareTo(PlanKey planKey)
compareTo
in interface Comparable<PlanKey>
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.