Class RecordTemplateInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.RecordTemplateInfo
-
public class RecordTemplateInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTemplateId()
Get 模板IDString
getTemplateName()
Get 模板名称RecordTemplateTimeSections[]
getTimeSections()
Get 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟void
setTemplateId(String TemplateId)
Set 模板IDvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecordTemplateInfo
public RecordTemplateInfo()
-
RecordTemplateInfo
public 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.
-
-
Method Detail
-
getTemplateId
public String getTemplateId()
Get 模板ID- Returns:
- TemplateId 模板ID
-
setTemplateId
public void setTemplateId(String TemplateId)
Set 模板ID- Parameters:
TemplateId
- 模板ID
-
getTemplateName
public String getTemplateName()
Get 模板名称- Returns:
- TemplateName 模板名称
-
setTemplateName
public void setTemplateName(String TemplateName)
Set 模板名称- Parameters:
TemplateName
- 模板名称
-
getTimeSections
public RecordTemplateTimeSections[] getTimeSections()
Get 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟- Returns:
- TimeSections 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
-
setTimeSections
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
Set 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟- Parameters:
TimeSections
- 上云时间段,按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟
-
-