public class AlipayEcoEduKtStudentQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEcoEduKtStudentQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getChildName()
Gets child name.
|
String |
getClassName()
Gets class name.
|
String |
getSchoolName()
Gets school name.
|
String |
getStudentCode()
Gets student code.
|
String |
getStudentIdentify()
Gets student identify.
|
List<UserDetails> |
getUsers()
Gets users.
|
void |
setChildName(String childName)
Sets child name.
|
void |
setClassName(String className)
Sets class name.
|
void |
setSchoolName(String schoolName)
Sets school name.
|
void |
setStudentCode(String studentCode)
Sets student code.
|
void |
setStudentIdentify(String studentIdentify)
Sets student identify.
|
void |
setUsers(List<UserDetails> users)
Sets users.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setChildName(String childName)
childName
- the child namepublic String getChildName()
public void setClassName(String className)
className
- the class namepublic String getClassName()
public void setSchoolName(String schoolName)
schoolName
- the school namepublic String getSchoolName()
public void setStudentCode(String studentCode)
studentCode
- the student codepublic String getStudentCode()
public void setStudentIdentify(String studentIdentify)
studentIdentify
- the student identifypublic String getStudentIdentify()
public void setUsers(List<UserDetails> users)
users
- the userspublic List<UserDetails> getUsers()
Copyright © 2018. All rights reserved.