public static class GroupPageResponse.GroupPageDTO extends Object implements Serializable
| 构造器和说明 |
|---|
GroupPageDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress() |
List<GroupPageResponse.GroupPageDTO> |
getChildren() |
String |
getCity() |
String |
getCompany() |
Integer |
getConcurrentLimit() |
Long |
getId() |
String |
getName() |
Long |
getParentId() |
void |
setAddress(String address) |
void |
setChildren(List<GroupPageResponse.GroupPageDTO> children) |
void |
setCity(String city) |
void |
setCompany(String company) |
void |
setConcurrentLimit(Integer concurrentLimit) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setParentId(Long parentId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getAddress()
public void setAddress(String address)
public String getCity()
public void setCity(String city)
public String getCompany()
public void setCompany(String company)
public Long getParentId()
public void setParentId(Long parentId)
public Integer getConcurrentLimit()
public void setConcurrentLimit(Integer concurrentLimit)
public List<GroupPageResponse.GroupPageDTO> getChildren()
public void setChildren(List<GroupPageResponse.GroupPageDTO> children)
Copyright © 2025. All rights reserved.