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

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.rules.DeviceRuleFormat

public class DeviceRuleFormat
extends Object


Nested Class Summary
static class DeviceRuleFormat.ModeType
           
 
Constructor Summary
DeviceRuleFormat()
           
 
Method Summary
 String getMetric()
           
 DeviceRuleFormat.ModeType getMode()
           
 Map<String,String> getTags()
           
 void setMetric(String metric)
           
 void setMode(DeviceRuleFormat.ModeType mode)
           
 void setTags(Map<String,String> tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceRuleFormat

public DeviceRuleFormat()
Method Detail

getMode

public DeviceRuleFormat.ModeType getMode()

setMode

public void setMode(DeviceRuleFormat.ModeType mode)

getMetric

public String getMetric()

setMetric

public void setMetric(String metric)

getTags

public Map<String,String> getTags()

setTags

public void setTags(Map<String,String> tags)


Copyright © 2018. All rights reserved.