-
- All Implemented Interfaces:
-
java.io.Serializable
public class ThingMatterDeviceBean implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private MatterDeviceTypeEnumdeviceTypeEnumprivate longnodeIdprivate intaccessTypeprivate StringdevIdprivate StringthingProductIdprivate StringmatterDevUuidprivate StringparentDevIdprivate longfabricIdprivate booleancontrolprivate booleancloudOnlineprivate booleanbelongGateway
-
Method Summary
Modifier and Type Method Description MatterDeviceTypeEnumgetDeviceTypeEnum()voidsetDeviceTypeEnum(MatterDeviceTypeEnum deviceTypeEnum)longgetNodeId()voidsetNodeId(long nodeId)intgetAccessType()voidsetAccessType(int accessType)StringgetDevId()voidsetDevId(String devId)StringgetThingProductId()voidsetThingProductId(String thingProductId)StringgetMatterDevUuid()voidsetMatterDevUuid(String matterDevUuid)StringgetParentDevId()voidsetParentDevId(String parentDevId)longgetFabricId()voidsetFabricId(long fabricId)voidsetControl(boolean control)voidsetCloudOnline(boolean cloudOnline)voidsetBelongGateway(boolean belongGateway)booleanisCloudOnline()booleanisThingMatter()booleanisControl()booleanisBelongGateway()StringtoString()-
-
Method Detail
-
getDeviceTypeEnum
MatterDeviceTypeEnum getDeviceTypeEnum()
-
setDeviceTypeEnum
void setDeviceTypeEnum(MatterDeviceTypeEnum deviceTypeEnum)
-
getNodeId
long getNodeId()
-
setNodeId
void setNodeId(long nodeId)
-
getAccessType
int getAccessType()
-
setAccessType
void setAccessType(int accessType)
-
getDevId
String getDevId()
-
setDevId
void setDevId(String devId)
-
getThingProductId
String getThingProductId()
-
setThingProductId
void setThingProductId(String thingProductId)
-
getMatterDevUuid
String getMatterDevUuid()
-
setMatterDevUuid
void setMatterDevUuid(String matterDevUuid)
-
getParentDevId
String getParentDevId()
-
setParentDevId
void setParentDevId(String parentDevId)
-
getFabricId
long getFabricId()
-
setFabricId
void setFabricId(long fabricId)
-
setControl
void setControl(boolean control)
-
setCloudOnline
void setCloudOnline(boolean cloudOnline)
-
setBelongGateway
void setBelongGateway(boolean belongGateway)
-
isCloudOnline
boolean isCloudOnline()
-
isThingMatter
boolean isThingMatter()
-
isControl
boolean isControl()
-
isBelongGateway
boolean isBelongGateway()
-
toString
String toString()
-
-
-
-