public class Config
extends Object
Modifier and Type | Method and Description |
---|---|
String |
getGateway()
Returns the IP address of the gateway.
|
String |
getIPAddress()
Returns the IP address.
|
String |
getMACAddress()
Returns the MAC address.
|
String |
getName()
Returns the name.
|
String |
getNetworkMask()
Returns the network mask.
|
String |
getProxyAddress()
Returns the IP address of the proxy or null if there is none.
|
Integer |
getProxyPort()
Returns the port of the proxy or null if there is none.
|
SoftwareUpdate |
getSoftwareUpdate()
Returns information about a bridge firmware update.
|
String |
getSoftwareVersion()
Returns the version of the software.
|
Date |
getUTCTime()
Returns the time on the bridge.
|
List<User> |
getWhitelist()
Returns the list of whitelisted users.
|
boolean |
isDHCPEnabled()
Returns if the current IP address was obtained with DHCP.
|
boolean |
isLinkButtonPressed()
Returns if the link button has been pressed within the last 30 seconds.
|
public String getName()
public String getSoftwareVersion()
public String getMACAddress()
public boolean isDHCPEnabled()
public String getIPAddress()
public String getNetworkMask()
public String getGateway()
public String getProxyAddress()
public Integer getProxyPort()
public Date getUTCTime()
public boolean isLinkButtonPressed()
public List<User> getWhitelist()
public SoftwareUpdate getSoftwareUpdate()