com.baidubce.services.iotdm.model.v3.rules
Class DeviceRuleSource

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.rules.DeviceRuleSource
Direct Known Subclasses:
DeviceRuleSourceDetail

public class DeviceRuleSource
extends Object


Constructor Summary
DeviceRuleSource()
           
 
Method Summary
 String getCondition()
           
 String getDescription()
           
 String getName()
           
 SchemaProperty.PropertyType getType()
           
 String getValue()
           
 void setCondition(String condition)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setType(SchemaProperty.PropertyType type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceRuleSource

public DeviceRuleSource()
Method Detail

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.