public class EduStudentInfoShareResult extends AlipayObject
| 构造器和说明 |
|---|
EduStudentInfoShareResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizType() |
List<StudentInfo> |
getStudentInfos() |
String |
getUserId() |
void |
setBizType(String bizType) |
void |
setStudentInfos(List<StudentInfo> studentInfos) |
void |
setUserId(String userId) |
public String getBizType()
public void setBizType(String bizType)
public List<StudentInfo> getStudentInfos()
public void setStudentInfos(List<StudentInfo> studentInfos)
public String getUserId()
public void setUserId(String userId)
Copyright © 2020. All rights reserved.