public class UpdateDeviceTWeCallAuthorizeStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateDeviceTWeCallAuthorizeStatusRequest() | 
| UpdateDeviceTWeCallAuthorizeStatusRequest(UpdateDeviceTWeCallAuthorizeStatusRequest 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 | getDeviceName()Get 设备名 | 
| String | getProductId()Get 产品ID | 
| Long | getStatus()Get TweCall授权状态:0未授权,1已授权 | 
| String | getWechatOpenId()Get 微信用户的openId | 
| void | setDeviceName(String DeviceName)Set 设备名 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setStatus(Long Status)Set TweCall授权状态:0未授权,1已授权 | 
| void | setWechatOpenId(String WechatOpenId)Set 微信用户的openId | 
| 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 UpdateDeviceTWeCallAuthorizeStatusRequest()
public UpdateDeviceTWeCallAuthorizeStatusRequest(UpdateDeviceTWeCallAuthorizeStatusRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status - TweCall授权状态:0未授权,1已授权public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名public String getWechatOpenId()
public void setWechatOpenId(String WechatOpenId)
WechatOpenId - 微信用户的openIdCopyright © 2025. All rights reserved.