public class DescribeChannelStreamURLRequest extends AbstractModel
Constructor and Description |
---|
DescribeChannelStreamURLRequest() |
DescribeChannelStreamURLRequest(DescribeChannelStreamURLRequest 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 |
getChannelId()
Get 通道唯一标识(接口升级字段为必填),必填参数
|
String |
getDeviceId()
Get 设备唯一标识,必填参数
|
Long |
getExpireTime()
Get 流地址失效时间,固定值填写0,其他参数无效,必填参数
|
void |
setChannelId(String ChannelId)
Set 通道唯一标识(接口升级字段为必填),必填参数
|
void |
setDeviceId(String DeviceId)
Set 设备唯一标识,必填参数
|
void |
setExpireTime(Long ExpireTime)
Set 流地址失效时间,固定值填写0,其他参数无效,必填参数
|
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 DescribeChannelStreamURLRequest()
public DescribeChannelStreamURLRequest(DescribeChannelStreamURLRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识,必填参数public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 流地址失效时间,固定值填写0,其他参数无效,必填参数public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道唯一标识(接口升级字段为必填),必填参数Copyright © 2022. All rights reserved.