public class DeviceRuleResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
DeviceRuleResponse() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getMetadatapublic String getId()
public void setId(String id)
public String getDeviceName()
public void setDeviceName(String deviceName)
public String getName()
public void setName(String name)
public List<DeviceRuleSourceDetail> getSources()
public void setSources(List<DeviceRuleSourceDetail> sources)
public List<DeviceRuleDestinationDetail> getDestinations()
public void setDestinations(List<DeviceRuleDestinationDetail> destinations)
public Boolean getEnable()
public void setEnable(Boolean enable)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getUpdateTime()
public void setUpdateTime(Long updateTime)
Copyright © 2023. All rights reserved.