public class CreateDevTokenRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDevTokenRequest() | 
| CreateDevTokenRequest(CreateDevTokenRequest 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 | getAccessId()Get 客户的终端用户在IoT Video上的唯一标识ID | 
| String[] | getTids()Get 设备TID列表,0<元素数量<=100 | 
| Long | getTtlMinutes()Get Token的TTL(time to alive)分钟数 | 
| void | setAccessId(String AccessId)Set 客户的终端用户在IoT Video上的唯一标识ID | 
| void | setTids(String[] Tids)Set 设备TID列表,0<元素数量<=100 | 
| void | setTtlMinutes(Long TtlMinutes)Set Token的TTL(time to alive)分钟数 | 
| 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 CreateDevTokenRequest()
public CreateDevTokenRequest(CreateDevTokenRequest source)
public String getAccessId()
public void setAccessId(String AccessId)
AccessId - 客户的终端用户在IoT Video上的唯一标识IDpublic String[] getTids()
public void setTids(String[] Tids)
Tids - 设备TID列表,0<元素数量<=100public Long getTtlMinutes()
public void setTtlMinutes(Long TtlMinutes)
TtlMinutes - Token的TTL(time to alive)分钟数Copyright © 2025. All rights reserved.