类 MdmWifiEntity

java.lang.Object
com.spd.mdm.manager.MdmWifiEntity
所有已实现的接口:
android.os.Parcelable

public class MdmWifiEntity extends Object implements android.os.Parcelable
作者:
:Reginer 2020/9/28 13:54. 联系方式:QQ:282921012 功能描述:
  • 字段详细资料

    • networkId

      public int networkId
    • CREATOR

      public static final android.os.Parcelable.Creator<MdmWifiEntity> CREATOR
  • 构造器详细资料

    • MdmWifiEntity

      public MdmWifiEntity()
    • MdmWifiEntity

      public MdmWifiEntity(int networkId, String SSID, String BSSID, String preSharedKey)
    • MdmWifiEntity

      protected MdmWifiEntity(android.os.Parcel in)
  • 方法详细资料

    • getSSID

      public String getSSID()
    • setSSID

      public void setSSID(String SSID)
    • getBSSID

      public String getBSSID()
    • setBSSID

      public void setBSSID(String BSSID)
    • getPreSharedKey

      public String getPreSharedKey()
    • setPreSharedKey

      public void setPreSharedKey(String preSharedKey)
    • describeContents

      public int describeContents()
      指定者:
      describeContents 在接口中 android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      指定者:
      writeToParcel 在接口中 android.os.Parcelable