-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class WiFi implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringpasswordprivate final Stringssidprivate final WifiEncryptionTypeencryptionType
-
Constructor Summary
Constructors Constructor Description WiFi(String password, String ssid, WifiEncryptionType encryptionType)
-
Method Summary
Modifier and Type Method Description final StringgetPassword()final StringgetSsid()final WifiEncryptionTypegetEncryptionType()-
-
Constructor Detail
-
WiFi
WiFi(String password, String ssid, WifiEncryptionType encryptionType)
-
-
Method Detail
-
getPassword
final String getPassword()
-
getEncryptionType
final WifiEncryptionType getEncryptionType()
-
-
-
-