Class CreateAppUsrRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20191126.models.CreateAppUsrRequest
-
public class CreateAppUsrRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAppUsrRequest()CreateAppUsrRequest(CreateAppUsrRequest 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 StringgetCunionId()Get 标识用户的唯一ID,防止同一个用户多次注册StringgetMobile()Get 用于小程序关联手机号voidsetCunionId(String CunionId)Set 标识用户的唯一ID,防止同一个用户多次注册voidsetMobile(String Mobile)Set 用于小程序关联手机号voidtoMap(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
-
CreateAppUsrRequest
public CreateAppUsrRequest()
-
CreateAppUsrRequest
public CreateAppUsrRequest(CreateAppUsrRequest 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
-
getCunionId
public String getCunionId()
Get 标识用户的唯一ID,防止同一个用户多次注册- Returns:
- CunionId 标识用户的唯一ID,防止同一个用户多次注册
-
setCunionId
public void setCunionId(String CunionId)
Set 标识用户的唯一ID,防止同一个用户多次注册- Parameters:
CunionId- 标识用户的唯一ID,防止同一个用户多次注册
-
getMobile
public String getMobile()
Get 用于小程序关联手机号- Returns:
- Mobile 用于小程序关联手机号
-
setMobile
public void setMobile(String Mobile)
Set 用于小程序关联手机号- Parameters:
Mobile- 用于小程序关联手机号
-
-