public class ReturnField extends Object
| Constructor and Description |
|---|
ReturnField() |
ReturnField(String name,
String alias) |
ReturnField(String name,
String alias,
Integer type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAlias()
字段别名
|
String |
getName()
字段名称
|
Integer |
getType()
字段类型
|
int |
hashCode() |
void |
setAlias(String alias)
字段别名
|
void |
setName(String name)
字段名称
|
void |
setType(Integer type)
字段类型
|
String |
toString() |
public String getName()
public String getAlias()
public Integer getType()
public void setName(String name)
public void setAlias(String alias)
public void setType(Integer type)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.