public class DescribePublicConfigReleaseLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribePublicConfigReleaseLogsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 每页条数,默认为20
|
String |
getNamespaceId()
Get 命名空间ID,不传入时查询全量
|
Long |
getOffset()
Get 偏移量,默认为0
|
void |
setLimit(Long Limit)
Set 每页条数,默认为20
|
void |
setNamespaceId(String NamespaceId)
Set 命名空间ID,不传入时查询全量
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePublicConfigReleaseLogsRequest()
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId
- 命名空间ID,不传入时查询全量public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数,默认为20Copyright © 2020. All rights reserved.