类 BindByPhoneCodeInputApi
- java.lang.Object
-
- cn.authing.sdk.java.dto.BindByPhoneCodeInputApi
-
public class BindByPhoneCodeInputApi extends Object
-
-
构造器概要
构造器 构造器 说明 BindByPhoneCodeInputApi()
-
-
-
方法详细资料
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getPhone
public String getPhone()
-
setPhone
public void setPhone(String phone)
-
getPhoneCountryCode
public String getPhoneCountryCode()
-
setPhoneCountryCode
public void setPhoneCountryCode(String phoneCountryCode)
-
-