Class CallBackPhoneCode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.npp.v20190823.models.CallBackPhoneCode
-
public class CallBackPhoneCode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CallBackPhoneCode
public CallBackPhoneCode()
-
CallBackPhoneCode
public 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.
-
-
Method Detail
-
getNation
public String getNation()
Get 国家码,统一以 00 开头- Returns:
- Nation 国家码,统一以 00 开头
-
setNation
public void setNation(String Nation)
Set 国家码,统一以 00 开头- Parameters:
Nation
- 国家码,统一以 00 开头
-
getPhone
public String getPhone()
Get 号码(固话区号前加 0,如075586013388)- Returns:
- Phone 号码(固话区号前加 0,如075586013388)
-
setPhone
public void setPhone(String Phone)
Set 号码(固话区号前加 0,如075586013388)- Parameters:
Phone
- 号码(固话区号前加 0,如075586013388)
-
-