Internal network information. More...
Public Member Functions | |
| InternalNetworkInfo () | |
Public Member Functions inherited from fm.liveswitch.NetworkInfo | |
| String[] | getIPAddresses () |
| Gets the IP addresses. More... | |
| int[] | getPorts () |
| Gets the ports. More... | |
| NetworkInfo () | |
| void | setIPAddresses (String[] value) |
| Sets the IP addresses. More... | |
| void | setPorts (int[] value) |
| Sets the ports. More... | |
| String | toJson () |
| Serializes this instance to Json. More... | |
Static Public Member Functions | |
| static fm.liveswitch.InternalNetworkInfo | fromJson (String networkInfoJson) |
| Deserializes Json to a InternalNetworkInfo. More... | |
| static String | toJson (fm.liveswitch.InternalNetworkInfo networkInfo) |
| Serializes an instance to Json. More... | |
Static Public Member Functions inherited from fm.liveswitch.NetworkInfo | |
| static String | toJson (fm.liveswitch.NetworkInfo networkInfo) |
| Serializes an instance to Json. More... | |
Protected Member Functions | |
| void | deserializeProperties (String key, String valueJson) |
| Deserializes the properties. More... | |
| void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
| Serializes the properties. More... | |
Internal network information.
| fm.liveswitch.InternalNetworkInfo.InternalNetworkInfo | ( | ) |
|
protected |
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.NetworkInfo.
|
static |
Deserializes Json to a InternalNetworkInfo.
| networkInfoJson | The serialized Json. |
Reimplemented from fm.liveswitch.NetworkInfo.
|
protected |
Serializes the properties.
| jsonObject | The JSON object. |
Reimplemented from fm.liveswitch.NetworkInfo.
|
static |