@Internal public class ServerFingerprint extends Object implements Serializable
Constructor and Description |
---|
ServerFingerprint(String serverFingerprint,
long instanceFingerprint) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getInstanceFingerprint()
Get server startup fingerprint.
|
String |
getServerFingerprint()
Get server fingerprint.
|
int |
hashCode() |
boolean |
matchesInstanceFingerprint(ServerFingerprint other) |
boolean |
matchesServerFingerprint(ServerFingerprint other) |
String |
toString() |
public ServerFingerprint(@NotNull String serverFingerprint, long instanceFingerprint)
@NotNull public String getServerFingerprint()
public long getInstanceFingerprint()
public boolean matchesServerFingerprint(@NotNull ServerFingerprint other)
public boolean matchesInstanceFingerprint(@NotNull ServerFingerprint other)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.