public class DescribeRumLogExportsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRumLogExportsRequest() |
DescribeRumLogExportsRequest(DescribeRumLogExportsRequest 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 |
getID()
Get 项目ID(必填)
|
Long |
getPageNum()
Get 页数,第几页
|
Long |
getPageSize()
Get 页面大小
|
void |
setID(Long ID)
Set 项目ID(必填)
|
void |
setPageNum(Long PageNum)
Set 页数,第几页
|
void |
setPageSize(Long PageSize)
Set 页面大小
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRumLogExportsRequest()
public DescribeRumLogExportsRequest(DescribeRumLogExportsRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页面大小public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 页数,第几页public Long getID()
public void setID(Long ID)
ID
- 项目ID(必填)Copyright © 2024. All rights reserved.