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

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.v3.rules.DeviceRuleResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeviceFormatRuleResponse

public class DeviceRuleResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceRuleResponse()
           
 
Method Summary
 Long getCreateTime()
           
 List<DeviceRuleDestinationDetail> getDestinations()
           
 String getDeviceName()
           
 Boolean getEnable()
           
 String getId()
           
 String getName()
           
 List<DeviceRuleSourceDetail> getSources()
           
 Long getUpdateTime()
           
 void setCreateTime(Long createTime)
           
 void setDestinations(List<DeviceRuleDestinationDetail> destinations)
           
 void setDeviceName(String deviceName)
           
 void setEnable(Boolean enable)
           
 void setId(String id)
           
 void setName(String name)
           
 void setSources(List<DeviceRuleSourceDetail> sources)
           
 void setUpdateTime(Long updateTime)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceRuleResponse

public DeviceRuleResponse()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getDeviceName

public String getDeviceName()

setDeviceName

public void setDeviceName(String deviceName)

getName

public String getName()

setName

public void setName(String name)

getSources

public List<DeviceRuleSourceDetail> getSources()

setSources

public void setSources(List<DeviceRuleSourceDetail> sources)

getDestinations

public List<DeviceRuleDestinationDetail> getDestinations()

setDestinations

public void setDestinations(List<DeviceRuleDestinationDetail> destinations)

getEnable

public Boolean getEnable()

setEnable

public void setEnable(Boolean enable)

getCreateTime

public Long getCreateTime()

setCreateTime

public void setCreateTime(Long createTime)

getUpdateTime

public Long getUpdateTime()

setUpdateTime

public void setUpdateTime(Long updateTime)


Copyright © 2018. All rights reserved.