public class AddRecordPlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddRecordPlanRequest() |
AddRecordPlanRequest(AddRecordPlanRequest 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 |
---|---|
ChannelInfo[] |
getChannels()
Get 添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量
|
String |
getDescribe()
Get 上云计划描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
LifeCycleData |
getLifeCycle()
Get 生命周期
|
String[] |
getOrganizationId()
Get 添加组织目录下所有设备通道,Json数组,可以为空,通道总数量不超过5000个(包括Channel字段的数量)
|
String |
getPlanName()
Get 实时上云计划名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复
|
String |
getStreamType()
Get 码流类型,default:不指定码流类型,以设备默认推送类型为主, main:主码流,sub:子码流,其他根据设备能力集自定义,不填按默认类型处理,长度不能超过32个字节
|
String |
getTemplateId()
Get 实时上云模板ID
|
void |
setChannels(ChannelInfo[] Channels)
Set 添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量
|
void |
setDescribe(String Describe)
Set 上云计划描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
|
void |
setLifeCycle(LifeCycleData LifeCycle)
Set 生命周期
|
void |
setOrganizationId(String[] OrganizationId)
Set 添加组织目录下所有设备通道,Json数组,可以为空,通道总数量不超过5000个(包括Channel字段的数量)
|
void |
setPlanName(String PlanName)
Set 实时上云计划名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复
|
void |
setStreamType(String StreamType)
Set 码流类型,default:不指定码流类型,以设备默认推送类型为主, main:主码流,sub:子码流,其他根据设备能力集自定义,不填按默认类型处理,长度不能超过32个字节
|
void |
setTemplateId(String TemplateId)
Set 实时上云模板ID
|
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, toJsonString
public AddRecordPlanRequest()
public AddRecordPlanRequest(AddRecordPlanRequest source)
public String getPlanName()
public void setPlanName(String PlanName)
PlanName
- 实时上云计划名称,仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 实时上云模板IDpublic LifeCycleData getLifeCycle()
public void setLifeCycle(LifeCycleData LifeCycle)
LifeCycle
- 生命周期public String getDescribe()
public void setDescribe(String Describe)
Describe
- 上云计划描述,仅支持中文、英文、数字、_、-,长度不超过128个字符public String getStreamType()
public void setStreamType(String StreamType)
StreamType
- 码流类型,default:不指定码流类型,以设备默认推送类型为主, main:主码流,sub:子码流,其他根据设备能力集自定义,不填按默认类型处理,长度不能超过32个字节public ChannelInfo[] getChannels()
public void setChannels(ChannelInfo[] Channels)
Channels
- 添加录像的设备的通道信息,一次添加通道总数不超过5000个,包括组织目录下的通道数量public String[] getOrganizationId()
public void setOrganizationId(String[] OrganizationId)
OrganizationId
- 添加组织目录下所有设备通道,Json数组,可以为空,通道总数量不超过5000个(包括Channel字段的数量)Copyright © 2024. All rights reserved.