public class DescribeNotebookSessionLogRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页参数,默认200
|
Long |
getOffset()
Get 分页参数,默认0
|
String |
getSessionId()
Get Session唯一标识
|
void |
setLimit(Long Limit)
Set 分页参数,默认200
|
void |
setOffset(Long Offset)
Set 分页参数,默认0
|
void |
setSessionId(String SessionId)
Set Session唯一标识
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeNotebookSessionLogRequest()
public DescribeNotebookSessionLogRequest(DescribeNotebookSessionLogRequest source)
public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Session唯一标识public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数,默认200public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数,默认0Copyright © 2023. All rights reserved.