-
public class GroupDeviceRespBeanDescribes a group single device information entity that responds to business data.
-
-
Method Summary
Modifier and Type Method Description StringgetGwId()Get gateway id. voidsetGwId(String gwId)Set gateway id. voidsetGwOnline(Boolean gwOnline)Set the online state of the device in the gateway. StringgetIconUrl()Get device icon url. voidsetIconUrl(String iconUrl)Set device icon url. StringgetGwName()Get gateway name. voidsetGwName(String gwName)Set gateway name. StringgetDevName()Get device name. voidsetDevName(String devName)Set device name. voidsetDevOnline(Boolean devOnline)Set device online status, combine local online and cloud online status. StringgetDevId()Get device id. voidsetDevId(String devId)Set device id. voidsetChecked(boolean checked)Set whether the device is selected in the group. StringgetProductId()Get product id. voidsetProductId(String productId)Set product id. BooleanisGwOnline()Get gateway online status. BooleanisDevOnline()Get device online status, combine local online and cloud online status. booleanisChecked()Device selected status in the group. StringtoString()-
-
Method Detail
-
getGwId
String getGwId()
Get gateway id.
-
setGwId
void setGwId(String gwId)
Set gateway id.
- Parameters:
gwId- gateway id
-
setGwOnline
void setGwOnline(Boolean gwOnline)
Set the online state of the device in the gateway.
- Parameters:
gwOnline- the online state of the device in the gateway
-
getIconUrl
String getIconUrl()
Get device icon url.
-
setIconUrl
void setIconUrl(String iconUrl)
Set device icon url.
- Parameters:
iconUrl- device icon url
-
getGwName
String getGwName()
Get gateway name.
-
setGwName
void setGwName(String gwName)
Set gateway name.
- Parameters:
gwName- gateway name
-
getDevName
String getDevName()
Get device name.
-
setDevName
void setDevName(String devName)
Set device name.
- Parameters:
devName- device name
-
setDevOnline
void setDevOnline(Boolean devOnline)
Set device online status, combine local online and cloud online status.
- Parameters:
devOnline- the value of the device online status
-
getDevId
String getDevId()
Get device id.
-
setDevId
void setDevId(String devId)
Set device id.
- Parameters:
devId- device id
-
setChecked
void setChecked(boolean checked)
Set whether the device is selected in the group.
- Parameters:
checked- the status of whether the device is selected in a group
-
getProductId
String getProductId()
Get product id.
-
setProductId
void setProductId(String productId)
Set product id.
- Parameters:
productId- same product ID, same Schema information
-
isGwOnline
Boolean isGwOnline()
Get gateway online status.
-
isDevOnline
Boolean isDevOnline()
Get device online status, combine local online and cloud online status.
-
isChecked
boolean isChecked()
Device selected status in the group.
-
toString
String toString()
-
-
-
-