public class UserGetIdByEmailReq
extends cn.net.wanmo.common.send.BaseReq
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UserGetIdByEmailReq.EmailType |
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
email |
private UserGetIdByEmailReq.EmailType |
emailType |
| 构造器和说明 |
|---|
UserGetIdByEmailReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UserGetIdByEmailReq |
build(String email) |
static UserGetIdByEmailReq |
build(String email,
UserGetIdByEmailReq.EmailType emailType) |
String |
getEmail() |
UserGetIdByEmailReq.EmailType |
getEmailType() |
void |
setEmail(String email) |
void |
setEmailType(UserGetIdByEmailReq.EmailType emailType) |
String |
toBody() |
encryptBody, getBody, getEncryptParams, getFile, getHeaders, getParams, getReqTime, getUrlEncode, isDownload, isEncrypt, newReqFile, newReqFile, setBody, setDownload, setEncrypt, setEncryptParams, setFile, setHeaders, setParams, setReqTime, setUrlEncode, toStringprivate String email
private UserGetIdByEmailReq.EmailType emailType
public static UserGetIdByEmailReq build(String email)
public static UserGetIdByEmailReq build(String email, UserGetIdByEmailReq.EmailType emailType)
public String toBody()
toBody 在类中 cn.net.wanmo.common.send.BaseReqpublic String getEmail()
public void setEmail(String email)
public UserGetIdByEmailReq.EmailType getEmailType()
public void setEmailType(UserGetIdByEmailReq.EmailType emailType)
Copyright © 2025. All rights reserved.