public class ModelCompactPackageNodeCreateDTO extends Object
| Constructor and Description |
|---|
ModelCompactPackageNodeCreateDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getCanBeEmpty()
是否可作为空文件夹存在
|
String |
getFatherNodePath()
父节点路径(标识)[用于创建]
|
Long |
getModelId()
模型标识
|
Integer |
getNameRule()
命名规则
|
String |
getNodeName()
节点名称
|
String |
getNodePath()
节点路径(标识)[用于编辑]
|
String |
getPackageType()
压缩包类型(后缀)
|
List<String> |
getPropertyKeys()
特殊属性
|
String |
getRemark()
备注
|
String |
getRuleContent()
命名规则的内容
|
Integer |
getRuleContentType()
命名规则内容的类型
|
int |
hashCode() |
void |
setCanBeEmpty(Boolean canBeEmpty)
是否可作为空文件夹存在
|
void |
setFatherNodePath(String fatherNodePath)
父节点路径(标识)[用于创建]
|
void |
setModelId(Long modelId)
模型标识
|
void |
setNameRule(Integer nameRule)
命名规则
|
void |
setNodeName(String nodeName)
节点名称
|
void |
setNodePath(String nodePath)
节点路径(标识)[用于编辑]
|
void |
setPackageType(String packageType)
压缩包类型(后缀)
|
void |
setPropertyKeys(List<String> propertyKeys)
特殊属性
|
void |
setRemark(String remark)
备注
|
void |
setRuleContent(String ruleContent)
命名规则的内容
|
void |
setRuleContentType(Integer ruleContentType)
命名规则内容的类型
|
String |
toString() |
public Long getModelId()
public String getFatherNodePath()
public String getNodePath()
public String getNodeName()
public String getPackageType()
public String getRemark()
public Integer getNameRule()
public String getRuleContent()
public Integer getRuleContentType()
public Boolean getCanBeEmpty()
public void setModelId(Long modelId)
public void setFatherNodePath(String fatherNodePath)
public void setNodePath(String nodePath)
public void setNodeName(String nodeName)
public void setPackageType(String packageType)
public void setRemark(String remark)
public void setNameRule(Integer nameRule)
public void setRuleContent(String ruleContent)
public void setRuleContentType(Integer ruleContentType)
public void setCanBeEmpty(Boolean canBeEmpty)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.