com.baidubce.services.iotdm.model.v3.domain
Class Domain
java.lang.Object
com.baidubce.services.iotdm.model.v3.domain.Domain
public class Domain
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Domain
public Domain()
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)
Copyright © 2018. All rights reserved.