public class DescribeDLCCatalogAccessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDLCCatalogAccessRequest() |
DescribeDLCCatalogAccessRequest(DescribeDLCCatalogAccessRequest 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 |
---|---|
Filter |
getFilter()
Get 过滤条件
|
Long |
getLimit()
Get 显示条数
|
Long |
getOffset()
Get 记录数量
|
void |
setFilter(Filter Filter)
Set 过滤条件
|
void |
setLimit(Long Limit)
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, toJsonString
public DescribeDLCCatalogAccessRequest()
public DescribeDLCCatalogAccessRequest(DescribeDLCCatalogAccessRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 显示条数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 记录数量public Filter getFilter()
public void setFilter(Filter Filter)
Filter
- 过滤条件Copyright © 2025. All rights reserved.