public class NameRuleDTO extends Object
| Constructor and Description |
|---|
NameRuleDTO(Integer value,
String description,
Integer nodeType) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
规则描述
|
Integer |
getNodeType()
适用的节点类型
|
Integer |
getValue()
规则值
|
int |
hashCode() |
void |
setDescription(String description)
规则描述
|
void |
setNodeType(Integer nodeType)
适用的节点类型
|
void |
setValue(Integer value)
规则值
|
String |
toString() |
public Integer getValue()
public String getDescription()
public Integer getNodeType()
public void setValue(Integer value)
public void setDescription(String description)
public void setNodeType(Integer nodeType)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.