Class DescribeNotebookSessionsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DescribeNotebookSessionsResponse
-
public class DescribeNotebookSessionsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNotebookSessionsResponse()DescribeNotebookSessionsResponse(DescribeNotebookSessionsResponse 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 LonggetPage()Get 当前页码StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。NotebookSessions[]getSessions()Get session列表信息LonggetSize()Get 当前页数量LonggetTotalElements()Get session总数量LonggetTotalPages()Get 总页数voidsetPage(Long Page)Set 当前页码voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSessions(NotebookSessions[] Sessions)Set session列表信息voidsetSize(Long Size)Set 当前页数量voidsetTotalElements(Long TotalElements)Set session总数量voidsetTotalPages(Long TotalPages)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
-
DescribeNotebookSessionsResponse
public DescribeNotebookSessionsResponse()
-
DescribeNotebookSessionsResponse
public DescribeNotebookSessionsResponse(DescribeNotebookSessionsResponse 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
-
getTotalElements
public Long getTotalElements()
Get session总数量- Returns:
- TotalElements session总数量
-
setTotalElements
public void setTotalElements(Long TotalElements)
Set session总数量- Parameters:
TotalElements- session总数量
-
getTotalPages
public Long getTotalPages()
Get 总页数- Returns:
- TotalPages 总页数
-
setTotalPages
public void setTotalPages(Long TotalPages)
Set 总页数- Parameters:
TotalPages- 总页数
-
getPage
public Long getPage()
Get 当前页码- Returns:
- Page 当前页码
-
setPage
public void setPage(Long Page)
Set 当前页码- Parameters:
Page- 当前页码
-
getSize
public Long getSize()
Get 当前页数量- Returns:
- Size 当前页数量
-
setSize
public void setSize(Long Size)
Set 当前页数量- Parameters:
Size- 当前页数量
-
getSessions
public NotebookSessions[] getSessions()
Get session列表信息- Returns:
- Sessions session列表信息
-
setSessions
public void setSessions(NotebookSessions[] Sessions)
Set session列表信息- Parameters:
Sessions- session列表信息
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-