public class UserCert extends AlipayObject
| 构造器和说明 |
|---|
UserCert() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getApplyTime() |
String |
getCertificateId() |
String |
getExtInfo() |
String |
getForestId() |
String |
getNgoName() |
Boolean |
getPlanted() |
String |
getRegion() |
String |
getTreeName() |
String |
getType() |
void |
setApplyTime(Date applyTime) |
void |
setCertificateId(String certificateId) |
void |
setExtInfo(String extInfo) |
void |
setForestId(String forestId) |
void |
setNgoName(String ngoName) |
void |
setPlanted(Boolean planted) |
void |
setRegion(String region) |
void |
setTreeName(String treeName) |
void |
setType(String type) |
public Date getApplyTime()
public void setApplyTime(Date applyTime)
public String getCertificateId()
public void setCertificateId(String certificateId)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getForestId()
public void setForestId(String forestId)
public String getNgoName()
public void setNgoName(String ngoName)
public Boolean getPlanted()
public void setPlanted(Boolean planted)
public String getRegion()
public void setRegion(String region)
public String getTreeName()
public void setTreeName(String treeName)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.