public class PlantPlace extends AlipayObject
| 构造器和说明 |
|---|
PlantPlace() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAcreage() |
String |
getForestId() |
String |
getForestName() |
String |
getLocation() |
String |
getNgoName() |
String |
getPlantTime() |
String |
getRegion() |
Long |
getTreeCount() |
void |
setAcreage(String acreage) |
void |
setForestId(String forestId) |
void |
setForestName(String forestName) |
void |
setLocation(String location) |
void |
setNgoName(String ngoName) |
void |
setPlantTime(String plantTime) |
void |
setRegion(String region) |
void |
setTreeCount(Long treeCount) |
public String getAcreage()
public void setAcreage(String acreage)
public String getForestId()
public void setForestId(String forestId)
public String getForestName()
public void setForestName(String forestName)
public String getLocation()
public void setLocation(String location)
public String getNgoName()
public void setNgoName(String ngoName)
public String getPlantTime()
public void setPlantTime(String plantTime)
public String getRegion()
public void setRegion(String region)
public Long getTreeCount()
public void setTreeCount(Long treeCount)
Copyright © 2023. All rights reserved.