-
- All Implemented Interfaces:
-
java.io.Serializable
public class ThingMatterDeviceBean implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private MatterDeviceTypeEnum
deviceTypeEnum
private long
nodeId
private int
accessType
private String
devId
private String
thingProductId
private String
matterDevUuid
private String
parentDevId
private long
fabricId
private boolean
control
private boolean
cloudOnline
private boolean
belongGateway
-
Method Summary
Modifier and Type Method Description MatterDeviceTypeEnum
getDeviceTypeEnum()
void
setDeviceTypeEnum(MatterDeviceTypeEnum deviceTypeEnum)
long
getNodeId()
void
setNodeId(long nodeId)
int
getAccessType()
void
setAccessType(int accessType)
String
getDevId()
void
setDevId(String devId)
String
getThingProductId()
void
setThingProductId(String thingProductId)
String
getMatterDevUuid()
void
setMatterDevUuid(String matterDevUuid)
String
getParentDevId()
void
setParentDevId(String parentDevId)
long
getFabricId()
void
setFabricId(long fabricId)
void
setControl(boolean control)
void
setCloudOnline(boolean cloudOnline)
void
setBelongGateway(boolean belongGateway)
boolean
isCloudOnline()
boolean
isThingMatter()
boolean
isControl()
boolean
isBelongGateway()
String
toString()
-
-
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()
-
-
-
-