-
- All Implemented Interfaces:
-
com.thingclips.smart.sdk.api.IStorageCache
public class BlueMeshBean implements IStorageCache
Definition of mesh attributes.
-
-
Method Summary
Modifier and Type Method Description longgetResptime()Get time from server voidsetResptime(long resptime)Set time from server StringgetLocalKey()Get thing local key getLocalKey voidsetLocalKey(String localKey)Set thing local key getLocalKey StringgetMeshId()Get thing mesh id getMeshId voidsetMeshId(String meshId)Set thing mesh id getMeshId StringgetName()Get device name voidsetName(String name)Set device name StringgetPv()Get gateway protocol version voidsetPv(String pv)Set gateway protocol version StringgetCode()Get mesh name, only for ThingMesh voidsetCode(String code)Set mesh name, only for ThingMesh StringgetPassword()Get Wi-Fi password, only for mesh gateway voidsetPassword(String password)Set Wi-Fi password, only for mesh gateway voidsetTempShare(boolean tempShare)Not use longgetStartTime()Not use voidsetStartTime(long startTime)Not use longgetEndTime()Not use voidsetEndTime(long endTime)Not use voidsetShare(boolean share)Set is shared by others booleanisShare()Get is shared by others ObjectgetKey()Get thing mesh id getMeshId booleanisTempShare()Not use -
-
Method Detail
-
getResptime
long getResptime()
Get time from server
-
setResptime
void setResptime(long resptime)
Set time from server
-
getLocalKey
String getLocalKey()
Get thing local key getLocalKey
-
setLocalKey
void setLocalKey(String localKey)
Set thing local key getLocalKey
-
getName
String getName()
Get device name
-
setName
void setName(String name)
Set device name
-
getPv
String getPv()
Get gateway protocol version
-
setPv
void setPv(String pv)
Set gateway protocol version
-
getCode
String getCode()
Get mesh name, only for ThingMesh
-
setCode
void setCode(String code)
Set mesh name, only for ThingMesh
-
getPassword
String getPassword()
Get Wi-Fi password, only for mesh gateway
-
setPassword
void setPassword(String password)
Set Wi-Fi password, only for mesh gateway
-
setTempShare
void setTempShare(boolean tempShare)
Not use
-
getStartTime
long getStartTime()
Not use
-
setStartTime
void setStartTime(long startTime)
Not use
-
getEndTime
long getEndTime()
Not use
-
setEndTime
void setEndTime(long endTime)
Not use
-
setShare
void setShare(boolean share)
Set is shared by others
-
isShare
boolean isShare()
Get is shared by others
-
isTempShare
boolean isTempShare()
Not use
-
-
-
-