Foundation API Reference
Foundation API Reference
/
io.esper.foundationsdk.wifi
/
EsperStaticIpConfiguration
Esper
Static
Ip
Configuration
public
class
EsperStaticIpConfiguration
implements
Parcelable
JSON-serializable static IPv4 settings for a Wi-Fi network.
Constructors
Functions
Properties
Constructors
Esper
Static
Ip
Configuration
Link copied to clipboard
public
void
EsperStaticIpConfiguration
(
)
Properties
dns
Servers
Link copied to clipboard
@
SerializedName
(
value
=
"dns_servers"
)
@
Expose
(
)
public
Array
<
String
>
dnsServers
gateway
Link copied to clipboard
@
SerializedName
(
value
=
"gateway"
)
@
Expose
(
)
public
String
gateway
ip
Address
Link copied to clipboard
@
SerializedName
(
value
=
"ip_address"
)
@
Expose
(
)
public
String
ipAddress
prefix
Length
Link copied to clipboard
@
SerializedName
(
value
=
"prefix_length"
)
@
Expose
(
)
public
int
prefixLength
Functions
describe
Contents
Link copied to clipboard
public
int
describeContents
(
)
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Dns
Servers
Link copied to clipboard
@
Nullable
(
)
public
Array
<
String
>
getDnsServers
(
)
get
Gateway
Link copied to clipboard
@
Nullable
(
)
public
String
getGateway
(
)
get
Ip
Address
Link copied to clipboard
@
Nullable
(
)
public
String
getIpAddress
(
)
get
Prefix
Length
Link copied to clipboard
public
int
getPrefixLength
(
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
set
Dns
Servers
Link copied to clipboard
public
void
setDnsServers
(
@
Nullable
(
)
Array
<
String
>
dnsServers
)
set
Gateway
Link copied to clipboard
public
void
setGateway
(
@
Nullable
(
)
String
gateway
)
set
Ip
Address
Link copied to clipboard
public
void
setIpAddress
(
@
Nullable
(
)
String
ipAddress
)
set
Prefix
Length
Link copied to clipboard
public
void
setPrefixLength
(
int prefixLength
)
to
String
Link copied to clipboard
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
public
void
writeToParcel
(
Parcel
dest
,
int flags
)