public class DistrictTreeDTO extends DmDistrictDTO
| Constructor and Description |
|---|
DistrictTreeDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getKey()
树节点的唯一标识
|
List<DistrictLevelTreeDTO> |
getLevelChildren()
级别子节点
|
int |
hashCode() |
void |
setKey(String key)
树节点的唯一标识
|
void |
setLevelChildren(List<DistrictLevelTreeDTO> levelChildren)
级别子节点
|
String |
toString() |
getCode, getDataPhase, getDesc, getId, getIsDefault, getName, getType, setCode, setDataPhase, setDesc, setId, setIsDefault, setName, setTypepublic String getKey()
public List<DistrictLevelTreeDTO> getLevelChildren()
public void setKey(String key)
public void setLevelChildren(List<DistrictLevelTreeDTO> levelChildren)
public boolean equals(Object o)
equals in class DmDistrictDTOprotected boolean canEqual(Object other)
canEqual in class DmDistrictDTOpublic int hashCode()
hashCode in class DmDistrictDTOpublic String toString()
toString in class DmDistrictDTOCopyright © 2025. All rights reserved.