-
public class DevSceneDataBean
author : yuzhouxu date : 2021/11/25 09:51 description :Device Scene request parameters.
-
-
Method Summary
Modifier and Type Method Description int
getType()
void
setType(int type)
int
getSceneId()
void
setSceneId(int sceneId)
String
getLocalId()
void
setLocalId(String localId)
String
getDps()
void
setDps(String dps)
String
getNodeId()
void
setNodeId(String nodeId)
List<String>
getNodeIdList()
void
setNodeIdList(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)
-
-
-
-