Class AppGetTokenRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.AppGetTokenRequest
-
public class AppGetTokenRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AppGetTokenRequest()AppGetTokenRequest(AppGetTokenRequest 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 LonggetExpire()Get TTLStringgetPassword()Get 密码StringgetUserName()Get 用户名voidsetExpire(Long Expire)Set TTLvoidsetPassword(String Password)Set 密码voidsetUserName(String UserName)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
-
AppGetTokenRequest
public AppGetTokenRequest()
-
AppGetTokenRequest
public AppGetTokenRequest(AppGetTokenRequest 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
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getPassword
public String getPassword()
Get 密码- Returns:
- Password 密码
-
setPassword
public void setPassword(String Password)
Set 密码- Parameters:
Password- 密码
-
getExpire
public Long getExpire()
Get TTL- Returns:
- Expire TTL
-
setExpire
public void setExpire(Long Expire)
Set TTL- Parameters:
Expire- TTL
-
-