Class ServicePage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.ServicePage
-
public class ServicePage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServicePage()ServicePage(ServicePage 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 页数TemService[]getRecords()Get 条目LonggetSize()Get 条目LonggetTotal()Get 总数voidsetCurrent(Long Current)Set 当前条数 注意:此字段可能返回 null,表示取不到有效值。voidsetPages(Long Pages)Set 页数voidsetRecords(TemService[] 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
-
ServicePage
public ServicePage()
-
ServicePage
public ServicePage(ServicePage 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 TemService[] getRecords()
Get 条目- Returns:
- Records 条目
-
setRecords
public void setRecords(TemService[] 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,表示取不到有效值。
-
-