-
- 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 long
getResptime()
Get time from server void
setResptime(long resptime)
Set time from server String
getLocalKey()
Get thing local key getLocalKey void
setLocalKey(String localKey)
Set thing local key getLocalKey String
getMeshId()
Get thing mesh id getMeshId void
setMeshId(String meshId)
Set thing mesh id getMeshId String
getName()
Get device name void
setName(String name)
Set device name String
getPv()
Get gateway protocol version void
setPv(String pv)
Set gateway protocol version String
getCode()
Get mesh name, only for ThingMesh void
setCode(String code)
Set mesh name, only for ThingMesh String
getPassword()
Get Wi-Fi password, only for mesh gateway void
setPassword(String password)
Set Wi-Fi password, only for mesh gateway void
setTempShare(boolean tempShare)
Not use long
getStartTime()
Not use void
setStartTime(long startTime)
Not use long
getEndTime()
Not use void
setEndTime(long endTime)
Not use void
setShare(boolean share)
Set is shared by others boolean
isShare()
Get is shared by others Object
getKey()
Get thing mesh id getMeshId boolean
isTempShare()
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
-
-
-
-