public class VTileGrid extends Object
| Constructor and Description |
|---|
VTileGrid() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
描述
|
String |
getId()
id
|
Integer |
getIsDefault()
是否默认
|
String |
getName()
名称
|
String |
getXml()
金字塔信息xml
|
int |
hashCode() |
void |
setDescription(String description)
描述
|
void |
setId(String id)
id
|
void |
setIsDefault(Integer isDefault)
是否默认
|
void |
setName(String name)
名称
|
void |
setXml(String xml)
金字塔信息xml
|
String |
toString() |
public String getId()
public String getName()
public String getDescription()
public Integer getIsDefault()
public String getXml()
public void setId(String id)
public void setName(String name)
public void setDescription(String description)
public void setIsDefault(Integer isDefault)
public void setXml(String xml)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.