public class EduStudentInfoShareResult extends AlipayObject
Constructor and Description |
---|
EduStudentInfoShareResult() |
Modifier and Type | Method and Description |
---|---|
String |
getBizType()
Gets biz type.
|
List<StudentInfo> |
getStudentInfos()
Gets student infos.
|
String |
getUserId()
Gets user id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setStudentInfos(List<StudentInfo> studentInfos)
Sets student infos.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic List<StudentInfo> getStudentInfos()
public void setStudentInfos(List<StudentInfo> studentInfos)
studentInfos
- the student infospublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.