Class NamespacePage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.NamespacePage
-
public class NamespacePage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NamespacePage()NamespacePage(NamespacePage 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 LonggetCurrent()Get 当前条目 注意:此字段可能返回 null,表示取不到有效值。LonggetPages()Get 页数TemNamespaceInfo[]getRecords()Get 分页内容LonggetSize()Get 条目数LonggetTotal()Get 总数voidsetCurrent(Long Current)Set 当前条目 注意:此字段可能返回 null,表示取不到有效值。voidsetPages(Long Pages)Set 页数voidsetRecords(TemNamespaceInfo[] Records)Set 分页内容voidsetSize(Long Size)Set 条目数voidsetTotal(Long Total)Set 总数voidtoMap(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
-
NamespacePage
public NamespacePage()
-
NamespacePage
public NamespacePage(NamespacePage 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
-
getRecords
public TemNamespaceInfo[] getRecords()
Get 分页内容- Returns:
- Records 分页内容
-
setRecords
public void setRecords(TemNamespaceInfo[] Records)
Set 分页内容- Parameters:
Records- 分页内容
-
getTotal
public Long getTotal()
Get 总数- Returns:
- Total 总数
-
setTotal
public void setTotal(Long Total)
Set 总数- Parameters:
Total- 总数
-
getSize
public Long getSize()
Get 条目数- Returns:
- Size 条目数
-
setSize
public void setSize(Long Size)
Set 条目数- Parameters:
Size- 条目数
-
getPages
public Long getPages()
Get 页数- Returns:
- Pages 页数
-
setPages
public void setPages(Long Pages)
Set 页数- Parameters:
Pages- 页数
-
getCurrent
public Long getCurrent()
Get 当前条目 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Current 当前条目 注意:此字段可能返回 null,表示取不到有效值。
-
setCurrent
public void setCurrent(Long Current)
Set 当前条目 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Current- 当前条目 注意:此字段可能返回 null,表示取不到有效值。
-
-