-
public class DeviceMultiControlRelationBean.ParentRulesBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DeviceMultiControlRelationBean.ParentRulesBean.DpListBean
-
Field Summary
Fields Modifier and Type Field Description private String
id
private String
name
private List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean>
dpList
-
Method Summary
Modifier and Type Method Description String
getId()
void
setId(String id)
String
getName()
void
setName(String name)
List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean>
getDpList()
void
setDpList(List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean> dpList)
-
-
Method Detail
-
getId
String getId()
-
setId
void setId(String id)
-
getName
String getName()
-
setName
void setName(String name)
-
getDpList
List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean> getDpList()
-
setDpList
void setDpList(List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean> dpList)
-
-
-
-