Class RuleTemplatePage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.RuleTemplatePage
-
public class RuleTemplatePage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleTemplatePage()
RuleTemplatePage(RuleTemplatePage 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 RuleTemplate[]
getItems()
Get 模版列表Long
getTotalCount()
Get 记录数void
setItems(RuleTemplate[] Items)
Set 模版列表void
setTotalCount(Long TotalCount)
Set 记录数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
-
RuleTemplatePage
public RuleTemplatePage()
-
RuleTemplatePage
public RuleTemplatePage(RuleTemplatePage 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
-
getTotalCount
public Long getTotalCount()
Get 记录数- Returns:
- TotalCount 记录数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 记录数- Parameters:
TotalCount
- 记录数
-
getItems
public RuleTemplate[] getItems()
Get 模版列表- Returns:
- Items 模版列表
-
setItems
public void setItems(RuleTemplate[] Items)
Set 模版列表- Parameters:
Items
- 模版列表
-
-