Class DescribeNotebookSessionLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DescribeNotebookSessionLogRequest
-
public class DescribeNotebookSessionLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNotebookSessionLogRequest()DescribeNotebookSessionLogRequest(DescribeNotebookSessionLogRequest 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 LonggetLimit()Get 分页参数,默认200LonggetOffset()Get 分页参数,默认0StringgetSessionId()Get Session唯一标识voidsetLimit(Long Limit)Set 分页参数,默认200voidsetOffset(Long Offset)Set 分页参数,默认0voidsetSessionId(String SessionId)Set Session唯一标识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
-
DescribeNotebookSessionLogRequest
public DescribeNotebookSessionLogRequest()
-
DescribeNotebookSessionLogRequest
public DescribeNotebookSessionLogRequest(DescribeNotebookSessionLogRequest 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
-
getSessionId
public String getSessionId()
Get Session唯一标识- Returns:
- SessionId Session唯一标识
-
setSessionId
public void setSessionId(String SessionId)
Set Session唯一标识- Parameters:
SessionId- Session唯一标识
-
getLimit
public Long getLimit()
Get 分页参数,默认200- Returns:
- Limit 分页参数,默认200
-
setLimit
public void setLimit(Long Limit)
Set 分页参数,默认200- Parameters:
Limit- 分页参数,默认200
-
getOffset
public Long getOffset()
Get 分页参数,默认0- Returns:
- Offset 分页参数,默认0
-
setOffset
public void setOffset(Long Offset)
Set 分页参数,默认0- Parameters:
Offset- 分页参数,默认0
-
-