public class StaticIp extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StaticIp.Error |
Modifier and Type | Field and Description |
---|---|
String |
dns1 |
String |
dns2 |
String |
gateway |
String |
ipAddress |
String |
netmask |
boolean |
useStaticIp |
Constructor and Description |
---|
StaticIp() |
Modifier and Type | Method and Description |
---|---|
EnumSet<StaticIp.Error> |
getErrors() |
void |
onRestoreInstanceState(Parcelable state) |
Parcelable |
onSaveInstanceState() |
public boolean useStaticIp
public String ipAddress
public String netmask
public String gateway
public String dns1
public String dns2
public Parcelable onSaveInstanceState()
public void onRestoreInstanceState(Parcelable state)
public EnumSet<StaticIp.Error> getErrors()