public class Connection extends Object
| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
connectionID(Integer connectionID) |
Connection |
endpointURL(String endpointURL) |
boolean |
equals(Object o) |
Connection |
fundingAccount(String fundingAccount) |
Integer |
getConnectionID()
Get connectionID
|
String |
getEndpointURL()
Get endpointURL
|
String |
getFundingAccount()
Get fundingAccount
|
Integer |
getLedgerID()
Get ledgerID
|
int |
hashCode() |
Connection |
ledgerID(Integer ledgerID) |
void |
setConnectionID(Integer connectionID) |
void |
setEndpointURL(String endpointURL) |
void |
setFundingAccount(String fundingAccount) |
void |
setLedgerID(Integer ledgerID) |
String |
toString() |
public Connection connectionID(Integer connectionID)
public Integer getConnectionID()
public void setConnectionID(Integer connectionID)
public Connection ledgerID(Integer ledgerID)
public Integer getLedgerID()
public void setLedgerID(Integer ledgerID)
public Connection endpointURL(String endpointURL)
public String getEndpointURL()
public void setEndpointURL(String endpointURL)
public Connection fundingAccount(String fundingAccount)
public String getFundingAccount()
public void setFundingAccount(String fundingAccount)
Copyright © 2018. All rights reserved.