public class SecuritySshKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecuritySshKey.Builder |
Modifier | Constructor and Description |
---|---|
protected |
SecuritySshKey(int id,
String key,
String label,
String fingerprint,
String notes,
String createDate,
String modifyDate) |
Modifier and Type | Method and Description |
---|---|
static SecuritySshKey.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCreateDate() |
String |
getFingerprint() |
int |
getId() |
String |
getKey() |
String |
getLabel() |
String |
getModifyDate() |
String |
getNotes() |
int |
hashCode() |
SecuritySshKey.Builder |
toBuilder() |
String |
toString() |
public static SecuritySshKey.Builder builder()
public SecuritySshKey.Builder toBuilder()
public int getId()
public String getKey()
public String getLabel()
public String getFingerprint()
public String getNotes()
public String getCreateDate()
public String getModifyDate()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.