public class SshKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected String |
label |
protected String |
text |
| Constructor and Description |
|---|
SshKey(String text,
String label,
long id) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getLabel() |
String |
getText() |
String |
toString() |
protected com.google.common.base.MoreObjects.ToStringHelper |
toStringHelper() |
protected final long id
protected final String text
protected final String label
Copyright © 2020 Atlassian. All rights reserved.