public class DescribePublicConfigReleaseLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribePublicConfigReleaseLogsRequest() |
DescribePublicConfigReleaseLogsRequest(DescribePublicConfigReleaseLogsRequest 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 每页条数,默认为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 DescribePublicConfigReleaseLogsRequest(DescribePublicConfigReleaseLogsRequest source)
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 © 2022. All rights reserved.