public class DescribeNamespacePersonalRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeNamespacePersonalRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit()
Get 单页数量
|
String |
getNamespace()
Get 命名空间,支持模糊查询
|
Long |
getOffset()
Get 偏移量
|
void |
setLimit(Long Limit)
Set 单页数量
|
void |
setNamespace(String Namespace)
Set 命名空间,支持模糊查询
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace - 命名空间,支持模糊查询public Long getLimit()
public void setLimit(Long Limit)
Limit - 单页数量public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量Copyright © 2020. All rights reserved.