-
- All Implemented Interfaces:
-
java.io.Serializable
public class TaskListBean implements Serializable
Created by Kunyang.Lee on 2017/9/8.
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>
operators
private long
id
private String
name
private long
dpId
public LinkedHashMap<Object, String>
tasks
private String
type
private int
entityType
private ValueSchemaBean
valueSchemaBean
private SchemaBean
schemaBean
private List<String>
mcGroupNames
private ConditionExtraInfoBean
condCalExtraInfo
-
Constructor Summary
Constructors Constructor Description TaskListBean()
TaskListBean(ActionBean actionBean)
-
Method Summary
Modifier and Type Method Description List<String>
getOperators()
void
setOperators(List<String> operators)
long
getId()
void
setId(long id)
String
getName()
获取dp点名称, 用于界面展示 void
setName(String name)
long
getDpId()
获取dpId void
setDpId(long dpId)
LinkedHashMap<Object, String>
getTasks()
获取该dp点可配置的操作格式: { {true, "已开启"}, {false, "已关闭"} } String
getType()
void
setType(String type)
int
getEntityType()
void
setEntityType(int entityType)
ValueSchemaBean
getValueSchemaBean()
SchemaBean
getSchemaBean()
List<String>
getMcGroupNames()
void
setMcGroupNames(List<String> mcGroupNames)
ConditionExtraInfoBean
getCondCalExtraInfo()
void
setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
Constructor Detail
-
TaskListBean
TaskListBean()
-
TaskListBean
TaskListBean(ActionBean actionBean)
-
-
Method Detail
-
getOperators
List<String> getOperators()
-
setOperators
void setOperators(List<String> operators)
-
getId
long getId()
-
setId
void setId(long id)
-
getName
String getName()
获取dp点名称, 用于界面展示
-
setName
void setName(String name)
-
getDpId
long getDpId()
获取dpId
-
setDpId
void setDpId(long dpId)
-
getTasks
LinkedHashMap<Object, String> getTasks()
获取该dp点可配置的操作
格式: { {true, "已开启"}, {false, "已关闭"} }
-
getType
String getType()
-
setType
void setType(String type)
-
getEntityType
int getEntityType()
-
setEntityType
void setEntityType(int entityType)
-
getValueSchemaBean
ValueSchemaBean getValueSchemaBean()
-
getSchemaBean
SchemaBean getSchemaBean()
-
getMcGroupNames
List<String> getMcGroupNames()
-
setMcGroupNames
void setMcGroupNames(List<String> mcGroupNames)
-
getCondCalExtraInfo
ConditionExtraInfoBean getCondCalExtraInfo()
-
setCondCalExtraInfo
void setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
-
-