public class UpdatePeriodInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdatePeriodInfo() |
UpdatePeriodInfo(UpdatePeriodInfo 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 |
---|---|
Long |
getUpdatePeriodH()
Get 文档更新频率类型:0不更新 -H 小时粒度,当前仅支持24(1天),72(3天),168(7天) 仅source=2 腾讯文档类型有效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatePeriodH(Long UpdatePeriodH)
Set 文档更新频率类型:0不更新 -H 小时粒度,当前仅支持24(1天),72(3天),168(7天) 仅source=2 腾讯文档类型有效
注意:此字段可能返回 null,表示取不到有效值。
|
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 UpdatePeriodInfo()
public UpdatePeriodInfo(UpdatePeriodInfo source)
public Long getUpdatePeriodH()
public void setUpdatePeriodH(Long UpdatePeriodH)
UpdatePeriodH
- 文档更新频率类型:0不更新 -H 小时粒度,当前仅支持24(1天),72(3天),168(7天) 仅source=2 腾讯文档类型有效
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.