public class DeleteIntlPhoneEmailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteIntlPhoneEmailRequest() |
DeleteIntlPhoneEmailRequest(DeleteIntlPhoneEmailRequest 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 The mobile number or email address.
|
Long |
getType()
Get The type.
|
void |
setCode(String Code)
Set The mobile number or email address.
|
void |
setType(Long Type)
Set The type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteIntlPhoneEmailRequest()
public DeleteIntlPhoneEmailRequest(DeleteIntlPhoneEmailRequest source)
public Long getType()
public void setType(Long Type)
Type
- The type. Valid values: `1` (mobile number), `2` (email address).public String getCode()
public void setCode(String Code)
Code
- The mobile number or email address.Copyright © 2024. All rights reserved.