-
- All Implemented Interfaces:
-
java.io.Serializable
public class ConditionActionBean extends ActionBean
Created by lee on 16/7/11.
-
-
Field Summary
Fields Modifier and Type Field Description private SchemaBean
schema
private List<String>
operators
private String
choosedOperator
private int
entityType
private String
entitySubId
private String
entityId
private String
entityName
private String
newIcon
private List<String>
mcGroupNames
private ConditionExtraInfoBean
condCalExtraInfo
-
Constructor Summary
Constructors Constructor Description ConditionActionBean()
ConditionActionBean(ConditionRespBean actBean)
-
Method Summary
Modifier and Type Method Description SchemaBean
getSchema()
void
setSchema(SchemaBean schema)
List<String>
getOperators()
void
setOperators(List<String> operators)
String
getChoosedOperator()
void
setChoosedOperator(String choosedOperator)
int
getEntityType()
void
setEntityType(int entityType)
String
getEntitySubId()
void
setEntitySubId(String entitySubId)
String
getEntityId()
void
setEntityId(String entityId)
String
getEntityName()
void
setEntityName(String entityName)
String
getNewIcon()
void
setNewIcon(String newIcon)
List<String>
getMcGroupNames()
void
setMcGroupNames(List<String> mcGroupNames)
ConditionExtraInfoBean
getCondCalExtraInfo()
void
setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
Methods inherited from class com.thingclips.smart.home.sdk.bean.scene.ActionBean
getActDetail, getChooseKey, getChooseRangeValue, getDpId, getId, getName, getRangeKeys, getRangeValues, getType, getValueSceheamData, getValueUnit, setActDetail, setChooseKey, setChooseKeyFromActions, setDpId, setId, setName, setRangeKeys, setRangeValues, setType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConditionActionBean
ConditionActionBean()
-
ConditionActionBean
ConditionActionBean(ConditionRespBean actBean)
-
-
Method Detail
-
getSchema
SchemaBean getSchema()
-
setSchema
void setSchema(SchemaBean schema)
-
getOperators
List<String> getOperators()
-
setOperators
void setOperators(List<String> operators)
-
getChoosedOperator
String getChoosedOperator()
-
setChoosedOperator
void setChoosedOperator(String choosedOperator)
-
getEntityType
int getEntityType()
-
setEntityType
void setEntityType(int entityType)
-
getEntitySubId
String getEntitySubId()
-
setEntitySubId
void setEntitySubId(String entitySubId)
-
getEntityId
String getEntityId()
-
setEntityId
void setEntityId(String entityId)
-
getEntityName
String getEntityName()
-
setEntityName
void setEntityName(String entityName)
-
getNewIcon
String getNewIcon()
-
setNewIcon
void setNewIcon(String newIcon)
-
getMcGroupNames
List<String> getMcGroupNames()
-
setMcGroupNames
void setMcGroupNames(List<String> mcGroupNames)
-
getCondCalExtraInfo
ConditionExtraInfoBean getCondCalExtraInfo()
-
setCondCalExtraInfo
void setCondCalExtraInfo(ConditionExtraInfoBean condCalExtraInfo)
-
-
-
-