public class BindUsrInfo extends AbstractModel
Constructor and Description |
---|
BindUsrInfo() |
BindUsrInfo(BindUsrInfo 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 IotVideo平台分配给终端用户的用户id
|
String |
getRole()
Get 用户角色,owner:主人,guest:访客
|
void |
setAccessId(String AccessId)
Set IotVideo平台分配给终端用户的用户id
|
void |
setRole(String Role)
Set 用户角色,owner:主人,guest:访客
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BindUsrInfo()
public BindUsrInfo(BindUsrInfo source)
public String getAccessId()
public void setAccessId(String AccessId)
AccessId
- IotVideo平台分配给终端用户的用户idpublic String getRole()
public void setRole(String Role)
Role
- 用户角色,owner:主人,guest:访客Copyright © 2022. All rights reserved.