public class AmbassadorAccountInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AmbassadorAccountInfo.Builder |
| 构造器和说明 |
|---|
AmbassadorAccountInfo() |
AmbassadorAccountInfo(AmbassadorAccountInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmailAddress() |
String |
getId() |
String |
getMobileCode() |
String |
getMobileNumber() |
String |
getName() |
String |
getRelatedSchool() |
String |
getRemark() |
static AmbassadorAccountInfo.Builder |
newBuilder() |
void |
setEmailAddress(String emailAddress) |
void |
setId(String id) |
void |
setMobileCode(String mobileCode) |
void |
setMobileNumber(String mobileNumber) |
void |
setName(String name) |
void |
setRelatedSchool(String relatedSchool) |
void |
setRemark(String remark) |
public AmbassadorAccountInfo()
public AmbassadorAccountInfo(AmbassadorAccountInfo.Builder builder)
public static AmbassadorAccountInfo.Builder newBuilder()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getMobileCode()
public void setMobileCode(String mobileCode)
public String getMobileNumber()
public void setMobileNumber(String mobileNumber)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getRemark()
public void setRemark(String remark)
public String getRelatedSchool()
public void setRelatedSchool(String relatedSchool)
Copyright © 2025. All rights reserved.