Proxy credentials.
More...
◆ ProxyCredentials()
fm.liveswitch.ProxyCredentials.ProxyCredentials |
( |
String |
username, |
|
|
String |
password |
|
) |
| |
◆ fromJson()
Deserializes an instance from JSON.
- Parameters
-
instanceJson | The serialized JSON. |
- Returns
- The instance.
◆ getPassword()
String fm.liveswitch.ProxyCredentials.getPassword |
( |
| ) |
|
◆ getUsername()
String fm.liveswitch.ProxyCredentials.getUsername |
( |
| ) |
|
◆ setPassword()
void fm.liveswitch.ProxyCredentials.setPassword |
( |
String |
value | ) |
|
◆ setUsername()
void fm.liveswitch.ProxyCredentials.setUsername |
( |
String |
value | ) |
|
◆ toJson() [1/2]
String fm.liveswitch.ProxyCredentials.toJson |
( |
| ) |
|
Serializes this instance to JSON.
- Returns
- The serialized JSON.
◆ toJson() [2/2]
Serializes an instance to JSON.
- Parameters
-
- Returns
- The serialized JSON.