public class Domain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Domain.DomainType |
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Domain.DomainType getType()
public void setType(Domain.DomainType type)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getLastUpdatedTime()
public void setLastUpdatedTime(Long lastUpdatedTime)
public Integer getDeviceNum()
public void setDeviceNum(Integer deviceNum)
Copyright © 2022. All rights reserved.