public class DeletePhoneEmailRequest extends AbstractModel
Constructor and Description |
---|
DeletePhoneEmailRequest() |
DeletePhoneEmailRequest(DeletePhoneEmailRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Get 手机或者邮箱
|
Long |
getType()
Get 1:手机 2:邮箱
|
void |
setCode(String Code)
Set 手机或者邮箱
|
void |
setType(Long Type)
Set 1:手机 2:邮箱
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeletePhoneEmailRequest()
public DeletePhoneEmailRequest(DeletePhoneEmailRequest source)
public String getCode()
public void setCode(String Code)
Code
- 手机或者邮箱public Long getType()
public void setType(Long Type)
Type
- 1:手机 2:邮箱Copyright © 2022. All rights reserved.