-
- All Implemented Interfaces:
-
java.io.Serializable
public class ThingMatterDiscovery implements Serializable
Created by huguang on 03-29-2023
-
-
Field Summary
Fields Modifier and Type Field Description private SetupPayload
payload
public MatterDeviceTypeEnum
deviceType
private String
iconUrlStr
private String
productName
private boolean
isThingMatter
public MatterFeatureInfo
featureInfo
-
Method Summary
Modifier and Type Method Description SetupPayload
getPayload()
void
setPayload(SetupPayload payload)
MatterDeviceTypeEnum
getDeviceType()
void
setDeviceType(MatterDeviceTypeEnum deviceType)
String
getIconUrlStr()
void
setIconUrlStr(String iconUrlStr)
String
getProductName()
void
setProductName(String productName)
boolean
isThingMatter()
void
setThingMatter(boolean thingMatter)
String
toString()
-
-
Method Detail
-
getPayload
SetupPayload getPayload()
-
setPayload
void setPayload(SetupPayload payload)
-
getDeviceType
MatterDeviceTypeEnum getDeviceType()
-
setDeviceType
void setDeviceType(MatterDeviceTypeEnum deviceType)
-
getIconUrlStr
String getIconUrlStr()
-
setIconUrlStr
void setIconUrlStr(String iconUrlStr)
-
getProductName
String getProductName()
-
setProductName
void setProductName(String productName)
-
isThingMatter
boolean isThingMatter()
-
setThingMatter
void setThingMatter(boolean thingMatter)
-
toString
String toString()
-
-
-
-