public class CollegeUpdateStudentMoblieRequest
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
CollegeUpdateStudentMoblieRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CollegeUpdateStudentMoblieRequest |
build(Map<String,?> map) |
Boolean |
getIsForce() |
String |
getNewMobile() |
Long |
getStudentId() |
CollegeUpdateStudentMoblieRequest |
setIsForce(Boolean isForce) |
CollegeUpdateStudentMoblieRequest |
setNewMobile(String newMobile) |
CollegeUpdateStudentMoblieRequest |
setStudentId(Long studentId) |
@NameInMap(value="isForce") public Boolean isForce
@NameInMap(value="newMobile") public String newMobile
@NameInMap(value="studentId") public Long studentId
public static CollegeUpdateStudentMoblieRequest build(Map<String,?> map) throws Exception
Exception
public CollegeUpdateStudentMoblieRequest setIsForce(Boolean isForce)
public Boolean getIsForce()
public CollegeUpdateStudentMoblieRequest setNewMobile(String newMobile)
public String getNewMobile()
public CollegeUpdateStudentMoblieRequest setStudentId(Long studentId)
public Long getStudentId()
Copyright © 2022. All rights reserved.