public static class TrustedKeysPage.TrustedKeyImpl extends Object implements TrustedKey
Constructor and Description |
---|
TrustedKeyImpl(String host,
String key) |
TrustedKeyImpl(String host,
String key,
long id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost() |
long |
getId() |
String |
getKey() |
int |
hashCode() |
boolean |
isApproved() |
void |
setId(long id) |
String |
toString() |
public String getHost()
getHost
in interface TrustedKey
public String getKey()
getKey
in interface TrustedKey
public boolean isApproved()
isApproved
in interface TrustedKey
public long getId()
getId
in interface BambooIdProvider
public void setId(long id)
setId
in interface BambooObject
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.