public class AddRecordBackupTemplateData extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddRecordBackupTemplateData() |
AddRecordBackupTemplateData(AddRecordBackupTemplateData 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 |
getCreateAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
RecordTemplateTimeSections[] |
getDevTimeSections()
Get 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScale()
Get 上云倍速(支持1,2,4倍速)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTemplateId()
Get 模板ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTemplateName()
Get 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
RecordTemplateTimeSections[] |
getTimeSections()
Get 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateAt()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateAt(String CreateAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)
Set 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScale(Long Scale)
Set 上云倍速(支持1,2,4倍速)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTemplateId(String TemplateId)
Set 模板ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTemplateName(String TemplateName)
Set 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeSections(RecordTemplateTimeSections[] TimeSections)
Set 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateAt(String UpdateAt)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AddRecordBackupTemplateData()
public AddRecordBackupTemplateData(AddRecordBackupTemplateData source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板ID
注意:此字段可能返回 null,表示取不到有效值。public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- 模板名称
注意:此字段可能返回 null,表示取不到有效值。public RecordTemplateTimeSections[] getTimeSections()
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
TimeSections
- 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。public RecordTemplateTimeSections[] getDevTimeSections()
public void setDevTimeSections(RecordTemplateTimeSections[] DevTimeSections)
DevTimeSections
- 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
注意:此字段可能返回 null,表示取不到有效值。public Long getScale()
public void setScale(Long Scale)
Scale
- 上云倍速(支持1,2,4倍速)
注意:此字段可能返回 null,表示取不到有效值。public String getCreateAt()
public void setCreateAt(String CreateAt)
CreateAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateAt()
public void setUpdateAt(String UpdateAt)
UpdateAt
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.