类 WifiEntity
java.lang.Object
com.spd.mdm.core.entity.WifiEntity
- 所有已实现的接口:
android.os.Parcelable
- 作者:
- :Reginer 2021/11/10 9:27.
联系方式:QQ:282921012
功能描述:WiFi信息
-
嵌套类概要
从接口继承的嵌套类/接口 android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.ContentsFlags, android.os.Parcelable.Creator<T>, android.os.Parcelable.Stability, android.os.Parcelable.WriteFlags -
字段概要
字段从接口继承的字段 android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_STABILITY_LOCAL, PARCELABLE_STABILITY_VINTF, PARCELABLE_WRITE_RETURN_VALUE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetSsid()voidsetPreSharedKey(String preSharedKey) voidsetServerIp(String serverIp) voidvoidwriteToParcel(android.os.Parcel dest, int flags) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 android.os.Parcelable
getStability
-
字段详细资料
-
CREATOR
-
-
构造器详细资料
-
WifiEntity
-
WifiEntity
protected WifiEntity(android.os.Parcel in)
-
-
方法详细资料
-
getSsid
-
setSsid
-
getServerIp
-
setServerIp
-
describeContents
public int describeContents()- 指定者:
describeContents在接口中android.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - 指定者:
writeToParcel在接口中android.os.Parcelable
-