public class ModelFileNodeDTO extends ModelNodeDTO
| Constructor and Description |
|---|
ModelFileNodeDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFileExtension()
后缀名
|
String |
getFormat()
文件格式
|
Integer |
getNameRule()
命名规则
|
Boolean |
getNecessary()
是否必备
|
List<String> |
getPropertyKeys()
特殊属性
|
String |
getRemark()
备注
|
String |
getRuleContent()
命名规则的内容
|
Integer |
getRuleContentType()
命名规则内容的类型
|
int |
hashCode() |
void |
setFileExtension(String fileExtension)
后缀名
|
void |
setFormat(String format)
文件格式
|
void |
setNameRule(Integer nameRule)
命名规则
|
void |
setNecessary(Boolean necessary)
是否必备
|
void |
setPropertyKeys(List<String> propertyKeys)
特殊属性
|
void |
setRemark(String remark)
备注
|
void |
setRuleContent(String ruleContent)
命名规则的内容
|
void |
setRuleContentType(Integer ruleContentType)
命名规则内容的类型
|
String |
toString() |
getChildren, getModelKey, getNodeName, getNodePath, getNodeType, setChildren, setModelKey, setNodeName, setNodePath, setNodeTypepublic String getRemark()
public String getFormat()
public String getFileExtension()
public Integer getNameRule()
public String getRuleContent()
public Integer getRuleContentType()
public Boolean getNecessary()
public void setRemark(String remark)
public void setFormat(String format)
public void setFileExtension(String fileExtension)
public void setNameRule(Integer nameRule)
public void setRuleContent(String ruleContent)
public void setRuleContentType(Integer ruleContentType)
public void setNecessary(Boolean necessary)
public String toString()
toString in class ModelNodeDTOpublic boolean equals(Object o)
equals in class ModelNodeDTOprotected boolean canEqual(Object other)
canEqual in class ModelNodeDTOpublic int hashCode()
hashCode in class ModelNodeDTOCopyright © 2025. All rights reserved.