Class AddRecordBackupTemplateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.AddRecordBackupTemplateRequest
-
public class AddRecordBackupTemplateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordTemplateTimeSections[]getDevTimeSections()Get 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)LonggetScale()Get 上云倍速(支持1,2,4倍速)StringgetTemplateName()Get 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)RecordTemplateTimeSections[]getTimeSections()Get 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)voidsetDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)Set 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)voidsetScale(Long Scale)Set 上云倍速(支持1,2,4倍速)voidsetTemplateName(String TemplateName)Set 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)voidsetTimeSections(RecordTemplateTimeSections[] TimeSections)Set 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AddRecordBackupTemplateRequest
public AddRecordBackupTemplateRequest()
-
AddRecordBackupTemplateRequest
public 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.
-
-
Method Detail
-
getTemplateName
public String getTemplateName()
Get 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)- Returns:
- TemplateName 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)
-
setTemplateName
public void setTemplateName(String TemplateName)
Set 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)- Parameters:
TemplateName- 模板名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,模板名称全局唯一,不能为空,不能重复)
-
getTimeSections
public RecordTemplateTimeSections[] getTimeSections()
Get 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)- Returns:
- TimeSections 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
-
setTimeSections
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
Set 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)- Parameters:
TimeSections- 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
-
getDevTimeSections
public RecordTemplateTimeSections[] getDevTimeSections()
Get 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)- Returns:
- DevTimeSections 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
-
setDevTimeSections
public void setDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)
Set 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)- Parameters:
DevTimeSections- 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
-
getScale
public Long getScale()
Get 上云倍速(支持1,2,4倍速)- Returns:
- Scale 上云倍速(支持1,2,4倍速)
-
setScale
public void setScale(Long Scale)
Set 上云倍速(支持1,2,4倍速)- Parameters:
Scale- 上云倍速(支持1,2,4倍速)
-
-