-
public class ActivatorBuilder
Activation information for device activation.
-
-
Field Summary
Fields Modifier and Type Field Description private String
ssid
private String
password
private Map<String, Object>
extendsData
private long
timeOut
private String
token
private String
securityConfig
private String
oper
private String
apn
private String
username
private String
hotspotSsid
-
Method Summary
Modifier and Type Method Description String
getSsid()
Get router's ssid. ActivatorBuilder
setSsid(String ssid)
String
getPassword()
Get router's password. ActivatorBuilder
setPassword(String password)
Map<String, Object>
getExtendsData()
ActivatorBuilder
setExtendsData(Map<String, Object> extendsData)
long
getTimeOut()
Get the timeout of Activation. ActivatorBuilder
setTimeOut(long timeOut)
String
getToken()
Get the token of activation. ActivatorBuilder
setToken(String token)
String
getSecurityConfig()
ActivatorBuilder
setSecurityConfig(String securityConfig)
String
getOper()
ActivatorBuilder
setOper(String oper)
String
getApn()
ActivatorBuilder
setApn(String apn)
String
getUsername()
ActivatorBuilder
setUsername(String username)
String
getHotspotSsid()
Get the ssid of the device hotspot. ActivatorBuilder
setHotspotSsid(String hotspotSsid)
Context
getContext()
Get context. ActivatorBuilder
setContext(Context context)
IThingSmartActivatorListener
getListener()
Get listener of activation. ActivatorBuilder
setListener(IThingSmartActivatorListener listener)
ActivatorModelEnum
getActivatorModel()
Get the type of activation. ActivatorBuilder
setActivatorModel(ActivatorModelEnum model)
-
-
Method Detail
-
getSsid
String getSsid()
Get router's ssid.
-
setSsid
ActivatorBuilder setSsid(String ssid)
-
getPassword
String getPassword()
Get router's password.
-
setPassword
ActivatorBuilder setPassword(String password)
-
getExtendsData
Map<String, Object> getExtendsData()
-
setExtendsData
ActivatorBuilder setExtendsData(Map<String, Object> extendsData)
-
getTimeOut
long getTimeOut()
Get the timeout of Activation.
-
setTimeOut
ActivatorBuilder setTimeOut(long timeOut)
-
getToken
String getToken()
Get the token of activation.
-
setToken
ActivatorBuilder setToken(String token)
-
getSecurityConfig
String getSecurityConfig()
-
setSecurityConfig
ActivatorBuilder setSecurityConfig(String securityConfig)
-
getOper
String getOper()
-
setOper
ActivatorBuilder setOper(String oper)
-
getApn
String getApn()
-
setApn
ActivatorBuilder setApn(String apn)
-
getUsername
String getUsername()
-
setUsername
ActivatorBuilder setUsername(String username)
-
getHotspotSsid
String getHotspotSsid()
Get the ssid of the device hotspot.
-
setHotspotSsid
ActivatorBuilder setHotspotSsid(String hotspotSsid)
-
getContext
Context getContext()
Get context.
-
setContext
ActivatorBuilder setContext(Context context)
-
getListener
IThingSmartActivatorListener getListener()
Get listener of activation.com.thingclips.smart.sdk.api.IThingSmartActivatorListener
-
setListener
ActivatorBuilder setListener(IThingSmartActivatorListener listener)
-
getActivatorModel
ActivatorModelEnum getActivatorModel()
Get the type of activation.
-
setActivatorModel
ActivatorBuilder setActivatorModel(ActivatorModelEnum model)
-
-
-
-