com.baidubce.services.iotdm.model.v3.domain
Class DomainDetail
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.domain.DomainDetail
- All Implemented Interfaces:
- Serializable
public class DomainDetail
- extends AbstractBceResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainDetail
public DomainDetail()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public Domain.DomainType getType()
setType
public void setType(Domain.DomainType type)
getCreateTime
public Long getCreateTime()
setCreateTime
public void setCreateTime(Long createTime)
getLastUpdatedTime
public Long getLastUpdatedTime()
setLastUpdatedTime
public void setLastUpdatedTime(Long lastUpdatedTime)
getDeviceNum
public Integer getDeviceNum()
setDeviceNum
public void setDeviceNum(Integer deviceNum)
getDevices
public List<String> getDevices()
setDevices
public void setDevices(List<String> devices)
Copyright © 2018. All rights reserved.