com.baidubce.services.iotdm.model.v3.rules
Class DeviceRuleResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceRuleResponse
public DeviceRuleResponse()
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.