-
public class DevSceneDataBeanauthor : yuzhouxu date : 2021/11/25 09:51 description :Device Scene request parameters.
-
-
Method Summary
Modifier and Type Method Description intgetType()voidsetType(int type)intgetSceneId()voidsetSceneId(int sceneId)StringgetLocalId()voidsetLocalId(String localId)StringgetDps()voidsetDps(String dps)StringgetNodeId()voidsetNodeId(String nodeId)List<String>getNodeIdList()voidsetNodeIdList(List<String> devList)-
-
Method Detail
-
getType
int getType()
-
setType
void setType(int type)
-
getSceneId
int getSceneId()
-
setSceneId
void setSceneId(int sceneId)
-
getLocalId
String getLocalId()
-
setLocalId
void setLocalId(String localId)
-
getDps
String getDps()
-
setDps
void setDps(String dps)
-
getNodeId
String getNodeId()
-
setNodeId
void setNodeId(String nodeId)
-
getNodeIdList
List<String> getNodeIdList()
-
setNodeIdList
void setNodeIdList(List<String> devList)
-
-
-
-