public class CallBackPhoneCode extends AbstractModel
Constructor and Description |
---|
CallBackPhoneCode() |
Modifier and Type | Method and Description |
---|---|
String |
getNation()
Get 国家码,统一以 00 开头
|
String |
getPhone()
Get 号码(固话区号前加 0,如075586013388)
|
void |
setNation(String Nation)
Set 国家码,统一以 00 开头
|
void |
setPhone(String Phone)
Set 号码(固话区号前加 0,如075586013388)
|
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 String getNation()
public void setNation(String Nation)
Nation
- 国家码,统一以 00 开头public String getPhone()
public void setPhone(String Phone)
Phone
- 号码(固话区号前加 0,如075586013388)Copyright © 2020. All rights reserved.