public class DeviceActiveResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceActiveResult() | 
| DeviceActiveResult(DeviceActiveResult 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 | 
|---|---|
| Long | getErrCode()Get 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停; | 
| Long | getExpireTime()Get 过期时间 | 
| String | getModelId()Deprecated.   | 
| String | getSn()Get SN信息 | 
| void | setErrCode(Long ErrCode)Set 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停; | 
| void | setExpireTime(Long ExpireTime)Set 过期时间 | 
| void | setModelId(String ModelId)Deprecated.   | 
| void | setSn(String Sn)Set SN信息 | 
| 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 DeviceActiveResult()
public DeviceActiveResult(DeviceActiveResult source)
@Deprecated public String getModelId()
@Deprecated public void setModelId(String ModelId)
ModelId - 模板ID
注意:此字段可能返回 null,表示取不到有效值。public String getSn()
public void setSn(String Sn)
Sn - SN信息public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode - 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 过期时间Copyright © 2025. All rights reserved.