public class AddRecordBackupTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddRecordBackupTemplateRequest() |
AddRecordBackupTemplateRequest(AddRecordBackupTemplateRequest 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 |
---|---|
RecordTemplateTimeSections[] |
getDevTimeSections()
Get 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
|
Long |
getScale()
Get 上云倍速(支持1,2,4倍速)
|
String |
getTemplateName()
Get 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)
|
RecordTemplateTimeSections[] |
getTimeSections()
Get 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
|
void |
setDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)
Set 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
|
void |
setScale(Long Scale)
Set 上云倍速(支持1,2,4倍速)
|
void |
setTemplateName(String TemplateName)
Set 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)
|
void |
setTimeSections(RecordTemplateTimeSections[] TimeSections)
Set 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
|
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 AddRecordBackupTemplateRequest()
public AddRecordBackupTemplateRequest(AddRecordBackupTemplateRequest source)
public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)public RecordTemplateTimeSections[] getTimeSections()
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
TimeSections
- 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)public RecordTemplateTimeSections[] getDevTimeSections()
public void setDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)
DevTimeSections
- 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)public Long getScale()
public void setScale(Long Scale)
Scale
- 上云倍速(支持1,2,4倍速)Copyright © 2024. All rights reserved.