Class CollectionFolderOpsDto
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.CollectionFolderOpsDto
-
public class CollectionFolderOpsDto extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CollectionFolderOpsDto()
CollectionFolderOpsDto(CollectionFolderOpsDto 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 FolderOpsDto[]
getItems()
Get 任务信息 注意:此字段可能返回 null,表示取不到有效值。Long
getPageCount()
Get 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。Long
getPageNumber()
Get 页码 注意:此字段可能返回 null,表示取不到有效值。Long
getPageSize()
Get 每页数量 注意:此字段可能返回 null,表示取不到有效值。Long
getTotalCount()
Get 总数 注意:此字段可能返回 null,表示取不到有效值。Long
getTotalPage()
Get 总页面数 注意:此字段可能返回 null,表示取不到有效值。void
setItems(FolderOpsDto[] Items)
Set 任务信息 注意:此字段可能返回 null,表示取不到有效值。void
setPageCount(Long PageCount)
Set 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。void
setPageNumber(Long PageNumber)
Set 页码 注意:此字段可能返回 null,表示取不到有效值。void
setPageSize(Long PageSize)
Set 每页数量 注意:此字段可能返回 null,表示取不到有效值。void
setTotalCount(Long TotalCount)
Set 总数 注意:此字段可能返回 null,表示取不到有效值。void
setTotalPage(Long TotalPage)
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
-
CollectionFolderOpsDto
public CollectionFolderOpsDto()
-
CollectionFolderOpsDto
public CollectionFolderOpsDto(CollectionFolderOpsDto 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,表示取不到有效值。
-
getTotalPage
public Long getTotalPage()
Get 总页面数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalPage 总页面数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalPage
public void setTotalPage(Long TotalPage)
Set 总页面数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalPage
- 总页面数 注意:此字段可能返回 null,表示取不到有效值。
-
getPageCount
public Long getPageCount()
Get 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PageCount 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。
-
setPageCount
public void setPageCount(Long PageCount)
Set 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PageCount
- 当前页面数量 注意:此字段可能返回 null,表示取不到有效值。
-
getPageNumber
public Long getPageNumber()
Get 页码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PageNumber 页码 注意:此字段可能返回 null,表示取不到有效值。
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PageNumber
- 页码 注意:此字段可能返回 null,表示取不到有效值。
-
getPageSize
public Long getPageSize()
Get 每页数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PageSize 每页数量 注意:此字段可能返回 null,表示取不到有效值。
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PageSize
- 每页数量 注意:此字段可能返回 null,表示取不到有效值。
-
getItems
public FolderOpsDto[] getItems()
Get 任务信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Items 任务信息 注意:此字段可能返回 null,表示取不到有效值。
-
setItems
public void setItems(FolderOpsDto[] Items)
Set 任务信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Items
- 任务信息 注意:此字段可能返回 null,表示取不到有效值。
-
-