public class RecordTemplateInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordTemplateInfo() |
RecordTemplateInfo(RecordTemplateInfo 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 |
getTemplateId()
Get 模板ID
|
String |
getTemplateName()
Get 模板名称
|
RecordTemplateTimeSections[] |
getTimeSections()
Get 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
|
void |
setTemplateId(String TemplateId)
Set 模板ID
|
void |
setTemplateName(String TemplateName)
Set 模板名称
|
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 RecordTemplateInfo()
public RecordTemplateInfo(RecordTemplateInfo source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板IDpublic String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- 模板名称public RecordTemplateTimeSections[] getTimeSections()
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
TimeSections
- 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟Copyright © 2025. All rights reserved.