-
public class DeviceMultiControlRelationBean.ParentRulesBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeviceMultiControlRelationBean.ParentRulesBean.DpListBean
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringnameprivate List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean>dpList
-
Method Summary
Modifier and Type Method Description StringgetId()voidsetId(String id)StringgetName()voidsetName(String name)List<DeviceMultiControlRelationBean.ParentRulesBean.DpListBean>getDpList()voidsetDpList(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)
-
-
-
-