com.baidubce.services.iotdm.model.v3.rules
Class DeviceRuleSource
java.lang.Object
com.baidubce.services.iotdm.model.v3.rules.DeviceRuleSource
- Direct Known Subclasses:
- DeviceRuleSourceDetail
public class DeviceRuleSource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceRuleSource
public DeviceRuleSource()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getName
public String getName()
setName
public void setName(String name)
getType
public SchemaProperty.PropertyType getType()
setType
public void setType(SchemaProperty.PropertyType type)
getCondition
public String getCondition()
setCondition
public void setCondition(String condition)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2018. All rights reserved.