-
public class ActivatorBuilderActivation information for device activation.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringssidprivate Stringpasswordprivate Map<String, Object>extendsDataprivate longtimeOutprivate Stringtokenprivate StringsecurityConfigprivate Stringoperprivate Stringapnprivate Stringusernameprivate StringhotspotSsid
-
Method Summary
Modifier and Type Method Description StringgetSsid()Get router's ssid. ActivatorBuildersetSsid(String ssid)StringgetPassword()Get router's password. ActivatorBuildersetPassword(String password)Map<String, Object>getExtendsData()ActivatorBuildersetExtendsData(Map<String, Object> extendsData)longgetTimeOut()Get the timeout of Activation. ActivatorBuildersetTimeOut(long timeOut)StringgetToken()Get the token of activation. ActivatorBuildersetToken(String token)StringgetSecurityConfig()ActivatorBuildersetSecurityConfig(String securityConfig)StringgetOper()ActivatorBuildersetOper(String oper)StringgetApn()ActivatorBuildersetApn(String apn)StringgetUsername()ActivatorBuildersetUsername(String username)StringgetHotspotSsid()Get the ssid of the device hotspot. ActivatorBuildersetHotspotSsid(String hotspotSsid)ContextgetContext()Get context. ActivatorBuildersetContext(Context context)IThingSmartActivatorListenergetListener()Get listener of activation. ActivatorBuildersetListener(IThingSmartActivatorListener listener)ActivatorModelEnumgetActivatorModel()Get the type of activation. ActivatorBuildersetActivatorModel(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)
-
-
-
-