public class Vpn extends AndroidOperation implements Serializable
Constructor and Description |
---|
Vpn() |
Modifier and Type | Method and Description |
---|---|
String |
getDnsServer() |
String |
getServerAddress() |
String |
getServerPort() |
String |
getSharedSecret() |
void |
setDnsServer(String dnsServer) |
void |
setServerAddress(String serverAddress) |
void |
setServerPort(String serverPort) |
void |
setSharedSecret(String sharedSecret) |
toJSON
public String getServerAddress()
public void setServerAddress(String serverAddress)
public String getServerPort()
public void setServerPort(String serverPort)
public String getSharedSecret()
public void setSharedSecret(String sharedSecret)
public String getDnsServer()
public void setDnsServer(String dnsServer)
Copyright © 2017 WSO2. All rights reserved.