public class IntlPhoneEmailLists extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntlPhoneEmailLists() | 
| IntlPhoneEmailLists(IntlPhoneEmailLists 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. | 
| String | getCreatedOn()Get The verification time. | 
| Long | getType()Get The type. | 
| void | setCode(String Code)Set The mobile number or email address. | 
| void | setCreatedOn(String CreatedOn)Set The verification time. | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntlPhoneEmailLists()
public IntlPhoneEmailLists(IntlPhoneEmailLists source)
public String getCode()
public void setCode(String Code)
Code - The mobile number or email address.public Long getType()
public void setType(Long Type)
Type - The type. Valid values: `1` (mobile number), `2` (email address).public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - The verification time.Copyright © 2025. All rights reserved.