Foundation API Reference
Foundation API Reference
/
io.esper.foundationsdk.wifi
/
EsperEap80211
Esper
Eap80211
public
class
EsperEap80211
implements
Parcelable
Constructors
Functions
Properties
Constructors
Esper
Eap80211
Link copied to clipboard
public
void
EsperEap80211
(
)
Properties
anonymous
Identity
Link copied to clipboard
@
SerializedName
(
value
=
"anonymous_identity"
)
@
Expose
(
)
public
String
anonymousIdentity
identity
Link copied to clipboard
@
SerializedName
(
value
=
"identity"
)
@
Expose
(
)
public
String
identity
method
Link copied to clipboard
@
SerializedName
(
value
=
"method"
)
@
Expose
(
)
public
String
method
phase2Auth
Link copied to clipboard
@
SerializedName
(
value
=
"phase2auth"
)
@
Expose
(
)
public
String
phase2Auth
system
Cert
Domain
Link copied to clipboard
@
SerializedName
(
value
=
"system_cert_domain"
)
@
Expose
(
)
public
String
systemCertDomain
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
get
Anonymous
Identity
Link copied to clipboard
public
String
getAnonymousIdentity
(
)
get
Identity
Link copied to clipboard
public
String
getIdentity
(
)
get
Method
Link copied to clipboard
public
String
getMethod
(
)
get
Phase2Auth
Link copied to clipboard
public
String
getPhase2Auth
(
)
get
System
Cert
Domain
Link copied to clipboard
public
String
getSystemCertDomain
(
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
is
Enable
System
Cert
Link copied to clipboard
public
boolean
isEnableSystemCert
(
)
set
Anonymous
Identity
Link copied to clipboard
public
void
setAnonymousIdentity
(
String
anonymousIdentity
)
set
Enable
System
Cert
Link copied to clipboard
public
void
setEnableSystemCert
(
boolean enableSystemCert
)
set
Identity
Link copied to clipboard
public
void
setIdentity
(
String
identity
)
set
Method
Link copied to clipboard
public
void
setMethod
(
String
method
)
set
Phase2Auth
Link copied to clipboard
public
void
setPhase2Auth
(
String
phase2Auth
)
set
System
Cert
Domain
Link copied to clipboard
public
void
setSystemCertDomain
(
String
systemCertDomain
)
to
String
Link copied to clipboard
public
String
toString
(
)