public class GraphLabelDTO extends Object
| Constructor and Description |
|---|
GraphLabelDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAliasName() |
String |
getName() |
Integer |
getType() |
int |
hashCode() |
void |
setAliasName(String aliasName) |
void |
setName(String name) |
void |
setType(Integer type) |
String |
toString() |
public String getName()
public String getAliasName()
public Integer getType()
public void setName(String name)
public void setAliasName(String aliasName)
public void setType(Integer type)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.