-
public class ThingGwActivatorBuilder
Gateway device activation builder.
-
-
Method Summary
Modifier and Type Method Description long
getTimeOut()
Get the timeout of Activation. ThingGwActivatorBuilder
setTimeOut(long timeOut)
String
getToken()
Get the token of activation. ThingGwActivatorBuilder
setToken(String token)
HgwBean
getHgwBean()
Get LAN device bean. ThingGwActivatorBuilder
setHgwBean(HgwBean hgwBean)
Context
getContext()
Get context. ThingGwActivatorBuilder
setContext(Context context)
IThingSmartActivatorListener
getListener()
Get listener of activation. ThingGwActivatorBuilder
setListener(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)
-
-
-
-