com.baidubce.services.iotdm.model.v3.domain
Class Domain

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.domain.Domain

public class Domain
extends Object


Nested Class Summary
static class Domain.DomainType
           
 
Constructor Summary
Domain()
           
 
Method Summary
 Long getCreateTime()
           
 String getDescription()
           
 Integer getDeviceNum()
           
 Long getLastUpdatedTime()
           
 String getName()
           
 Domain.DomainType getType()
           
 void setCreateTime(Long createTime)
           
 void setDescription(String description)
           
 void setDeviceNum(Integer deviceNum)
           
 void setLastUpdatedTime(Long lastUpdatedTime)
           
 void setName(String name)
           
 void setType(Domain.DomainType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain

public Domain()
Method Detail

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.