public class DescribeProductResourcesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeProductResourcesRequest() | 
| DescribeProductResourcesRequest(DescribeProductResourcesRequest 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 分页的大小,数值范围 10-250 | 
| String | getName()Get 需要过滤的资源名称 | 
| Long | getOffset()Get 偏移量,Offset从0开始 | 
| String | getProductID()Get 需要查看资源列表的产品 ID | 
| void | setLimit(Long Limit)Set 分页的大小,数值范围 10-250 | 
| void | setName(String Name)Set 需要过滤的资源名称 | 
| void | setOffset(Long Offset)Set 偏移量,Offset从0开始 | 
| void | setProductID(String ProductID)Set 需要查看资源列表的产品 ID | 
| 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 DescribeProductResourcesRequest()
public DescribeProductResourcesRequest(DescribeProductResourcesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,Offset从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页的大小,数值范围 10-250public String getProductID()
public void setProductID(String ProductID)
ProductID - 需要查看资源列表的产品 IDpublic String getName()
public void setName(String Name)
Name - 需要过滤的资源名称Copyright © 2025. All rights reserved.