public class AccessKey extends Object implements IDataTransferModel
Constructor and Description |
---|
AccessKey() |
Modifier and Type | Method and Description |
---|---|
AccountTransfer |
getAccount() |
String |
getClientId() |
long |
getCreationTime() |
long |
getId() |
String |
getSecret() |
String |
getToken() |
void |
setAccount(AccountTransfer account) |
void |
setClientId(String clientId) |
void |
setCreationTime(long creationTime) |
void |
setId(long id) |
void |
setSecret(String secret) |
void |
setToken(String token) |
public long getId()
public void setId(long id)
public String getToken()
public void setToken(String token)
public AccountTransfer getAccount()
public void setAccount(AccountTransfer account)
public String getClientId()
public void setClientId(String clientId)
public String getSecret()
public void setSecret(String secret)
public long getCreationTime()
public void setCreationTime(long creationTime)
Copyright © 2017. All rights reserved.