public class ModelFileNodeEditDTO extends Object
| Constructor and Description |
|---|
ModelFileNodeEditDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFileExtension()
后缀名
|
String |
getFormat()
文件格式
|
Long |
getModelId()
模型标识
|
Integer |
getNameRule()
命名规则
|
Boolean |
getNecessary()
是否必备
|
String |
getNodeName()
节点名称
|
String |
getNodePath()
节点路径(标识)
|
List<String> |
getPropertyKeys()
特殊属性
|
String |
getRemark()
备注
|
String |
getRuleContent()
命名规则的内容
|
Integer |
getRuleContentType()
命名规则内容的类型
|
int |
hashCode() |
void |
setFileExtension(String fileExtension)
后缀名
|
void |
setFormat(String format)
文件格式
|
void |
setModelId(Long modelId)
模型标识
|
void |
setNameRule(Integer nameRule)
命名规则
|
void |
setNecessary(Boolean necessary)
是否必备
|
void |
setNodeName(String nodeName)
节点名称
|
void |
setNodePath(String nodePath)
节点路径(标识)
|
void |
setPropertyKeys(List<String> propertyKeys)
特殊属性
|
void |
setRemark(String remark)
备注
|
void |
setRuleContent(String ruleContent)
命名规则的内容
|
void |
setRuleContentType(Integer ruleContentType)
命名规则内容的类型
|
String |
toString() |
public Long getModelId()
public String getNodePath()
public String getNodeName()
public String getRemark()
public String getFormat()
public String getFileExtension()
public Integer getNameRule()
public String getRuleContent()
public Integer getRuleContentType()
public Boolean getNecessary()
public void setModelId(Long modelId)
public void setNodePath(String nodePath)
public void setNodeName(String nodeName)
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)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.