-
public class ThingGwActivatorBuilderGateway device activation builder.
-
-
Method Summary
Modifier and Type Method Description longgetTimeOut()Get the timeout of Activation. ThingGwActivatorBuildersetTimeOut(long timeOut)StringgetToken()Get the token of activation. ThingGwActivatorBuildersetToken(String token)HgwBeangetHgwBean()Get LAN device bean. ThingGwActivatorBuildersetHgwBean(HgwBean hgwBean)ContextgetContext()Get context. ThingGwActivatorBuildersetContext(Context context)IThingSmartActivatorListenergetListener()Get listener of activation. ThingGwActivatorBuildersetListener(IThingSmartActivatorListener listener)-
-
Method Detail
-
getTimeOut
long getTimeOut()
Get the timeout of Activation.
-
setTimeOut
ThingGwActivatorBuilder setTimeOut(long timeOut)
-
getToken
String getToken()
Get the token of activation.
-
setToken
ThingGwActivatorBuilder setToken(String token)
-
getHgwBean
HgwBean getHgwBean()
Get LAN device bean.
-
setHgwBean
ThingGwActivatorBuilder setHgwBean(HgwBean hgwBean)
-
getContext
Context getContext()
Get context.
-
setContext
ThingGwActivatorBuilder setContext(Context context)
-
getListener
IThingSmartActivatorListener getListener()
Get listener of activation.com.thingclips.smart.sdk.api.IThingSmartActivatorListener
-
setListener
ThingGwActivatorBuilder setListener(IThingSmartActivatorListener listener)
-
-
-
-