public class DescribeNamespacePersonalRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeNamespacePersonalRequest() | 
| DescribeNamespacePersonalRequest(DescribeNamespacePersonalRequest 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 单页数量 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeNamespacePersonalRequest()
public DescribeNamespacePersonalRequest(DescribeNamespacePersonalRequest source)
public 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 © 2025. All rights reserved.