-
public class ResumeActivatorBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ResumeActivatorBean.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static int
RESUME_TYPE_WIFI
public final static int
RESUME_TYPE_BLE
private int
resumeType
private String
uuid
private String
ssid
private String
pwd
-
Method Summary
Modifier and Type Method Description int
getResumeType()
String
getUuid()
String
getSsid()
String
getPwd()
-
-
Method Detail
-
getResumeType
int getResumeType()
-
getUuid
String getUuid()
-
getSsid
String getSsid()
-
getPwd
String getPwd()
-
-
-
-