Class RuleGroupPage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.RuleGroupPage
-
public class RuleGroupPage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RuleGroupPage()
RuleGroupPage(RuleGroupPage 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 RuleGroup[]
getItems()
Get 规则组列表 注意:此字段可能返回 null,表示取不到有效值。Long
getTotalCount()
Get 记录数 注意:此字段可能返回 null,表示取不到有效值。void
setItems(RuleGroup[] Items)
Set 规则组列表 注意:此字段可能返回 null,表示取不到有效值。void
setTotalCount(Long TotalCount)
Set 记录数 注意:此字段可能返回 null,表示取不到有效值。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
-
RuleGroupPage
public RuleGroupPage()
-
RuleGroupPage
public RuleGroupPage(RuleGroupPage 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 记录数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalCount 记录数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 记录数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalCount
- 记录数 注意:此字段可能返回 null,表示取不到有效值。
-
getItems
public RuleGroup[] getItems()
Get 规则组列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Items 规则组列表 注意:此字段可能返回 null,表示取不到有效值。
-
setItems
public void setItems(RuleGroup[] Items)
Set 规则组列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Items
- 规则组列表 注意:此字段可能返回 null,表示取不到有效值。
-
-