public class UpdateRecordTemplateData extends AbstractModel
skipSign
Constructor and Description |
---|
UpdateRecordTemplateData() |
UpdateRecordTemplateData(UpdateRecordTemplateData 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 |
getTemplateName()
Get 模板名称, 不修改名称时,不需要带该字段
|
RecordTemplateTimeSections[] |
getTimeSections()
Get 上云时间段,不修改名称时,不需要带该字段
|
void |
setTemplateName(String TemplateName)
Set 模板名称, 不修改名称时,不需要带该字段
|
void |
setTimeSections(RecordTemplateTimeSections[] TimeSections)
Set 上云时间段,不修改名称时,不需要带该字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateRecordTemplateData()
public UpdateRecordTemplateData(UpdateRecordTemplateData source)
public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- 模板名称, 不修改名称时,不需要带该字段public RecordTemplateTimeSections[] getTimeSections()
public void setTimeSections(RecordTemplateTimeSections[] TimeSections)
TimeSections
- 上云时间段,不修改名称时,不需要带该字段Copyright © 2023. All rights reserved.