public class DescribeNotebookImageRecordsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeNotebookImageRecordsRequest() |
DescribeNotebookImageRecordsRequest(DescribeNotebookImageRecordsRequest 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 |
---|---|
Filter[] |
getFilters()
Get 状态筛选
|
Long |
getLimit()
Get 日志限制
|
String |
getNotebookId()
Get notebook id
|
Long |
getOffset()
Get 位移值
|
void |
setFilters(Filter[] Filters)
Set 状态筛选
|
void |
setLimit(Long Limit)
Set 日志限制
|
void |
setNotebookId(String NotebookId)
Set notebook id
|
void |
setOffset(Long Offset)
Set 位移值
|
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 DescribeNotebookImageRecordsRequest()
public DescribeNotebookImageRecordsRequest(DescribeNotebookImageRecordsRequest source)
public String getNotebookId()
public void setNotebookId(String NotebookId)
NotebookId
- notebook idpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 位移值public Long getLimit()
public void setLimit(Long Limit)
Limit
- 日志限制public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 状态筛选Copyright © 2023. All rights reserved.