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

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.v3.domain.DomainDetail
All Implemented Interfaces:
Serializable

public class DomainDetail
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DomainDetail()
           
 
Method Summary
 Long getCreateTime()
           
 String getDescription()
           
 Integer getDeviceNum()
           
 List<String> getDevices()
           
 Long getLastUpdatedTime()
           
 String getName()
           
 Domain.DomainType getType()
           
 void setCreateTime(Long createTime)
           
 void setDescription(String description)
           
 void setDeviceNum(Integer deviceNum)
           
 void setDevices(List<String> devices)
           
 void setLastUpdatedTime(Long lastUpdatedTime)
           
 void setName(String name)
           
 void setType(Domain.DomainType type)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainDetail

public DomainDetail()
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)

getDevices

public List<String> getDevices()

setDevices

public void setDevices(List<String> devices)


Copyright © 2018. All rights reserved.