public class CallBackPhoneCode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CallBackPhoneCode() | 
| CallBackPhoneCode(CallBackPhoneCode 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CallBackPhoneCode()
public CallBackPhoneCode(CallBackPhoneCode source)
public String getNation()
public void setNation(String Nation)
Nation - 国家码,统一以 00 开头public String getPhone()
public void setPhone(String Phone)
Phone - 号码(固话区号前加 0,如075586013388)Copyright © 2025. All rights reserved.