public class AlipayUserCertifyStudentinfoSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayUserCertifyStudentinfoSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCertNo()
Gets cert no.
|
String |
getEducationLevel()
Gets education level.
|
String |
getEntryDate()
Gets entry date.
|
String |
getGraduationDate()
Gets graduation date.
|
String |
getName()
Gets name.
|
String |
getSchoolName()
Gets school name.
|
String |
getUserId()
Gets user id.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setEducationLevel(String educationLevel)
Sets education level.
|
void |
setEntryDate(String entryDate)
Sets entry date.
|
void |
setGraduationDate(String graduationDate)
Sets graduation date.
|
void |
setName(String name)
Sets name.
|
void |
setSchoolName(String schoolName)
Sets school name.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayUserCertifyStudentinfoSyncModel()
public String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getEducationLevel()
public void setEducationLevel(String educationLevel)
educationLevel
- the education levelpublic String getEntryDate()
public void setEntryDate(String entryDate)
entryDate
- the entry datepublic String getGraduationDate()
public void setGraduationDate(String graduationDate)
graduationDate
- the graduation datepublic String getName()
public void setName(String name)
name
- the namepublic String getSchoolName()
public void setSchoolName(String schoolName)
schoolName
- the school namepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.