public class AddRecordBackupPlanRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddRecordBackupPlanRequest() |
AddRecordBackupPlanRequest(AddRecordBackupPlanRequest 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 |
getTemplateId()
Get 录制模板ID(录像计划关联的模板ID,从查询录像上云模板列表接口ListRecordBackupTemplates中获取)
|
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 |
setTemplateId(String TemplateId)
Set 录制模板ID(录像计划关联的模板ID,从查询录像上云模板列表接口ListRecordBackupTemplates中获取)
|
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 AddRecordBackupPlanRequest()
public AddRecordBackupPlanRequest(AddRecordBackupPlanRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 录制模板ID(录像计划关联的模板ID,从查询录像上云模板列表接口ListRecordBackupTemplates中获取)public String getPlanName()
public void setPlanName(String PlanName)
PlanName
- 录像计划名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复)public String getDescribe()
public void setDescribe(String Describe)
Describe
- 录像计划描述(仅支持中文、英文、数字、_、-,长度不超过128个字符)public LifeCycleData getLifeCycle()
public void setLifeCycle(LifeCycleData LifeCycle)
LifeCycle
- 生命周期(录像文件生命周期设置,管理文件冷、热存储的时间)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.