public class ScanResultNodeDTO extends Object
| Constructor and Description |
|---|
ScanResultNodeDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ScanResultNodeDTO> |
getChildren()
子节点
|
String |
getName()
名称
|
Integer |
getNodeType()
节点类别 0-文件 1-文件夹 2-数据包 10-完整 9-文件缺失
|
String |
getPath()
路径(唯一标识)
|
int |
hashCode() |
void |
setChildren(List<ScanResultNodeDTO> children)
子节点
|
void |
setName(String name)
名称
|
void |
setNodeType(Integer nodeType)
节点类别 0-文件 1-文件夹 2-数据包 10-完整 9-文件缺失
|
void |
setPath(String path)
路径(唯一标识)
|
String |
toString() |
public String getPath()
public String getName()
public Integer getNodeType()
public List<ScanResultNodeDTO> getChildren()
public void setPath(String path)
public void setName(String name)
public void setNodeType(Integer nodeType)
public void setChildren(List<ScanResultNodeDTO> children)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.