public class DescribeShareUnitResourcesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeShareUnitResourcesRequest() | 
| DescribeShareUnitResourcesRequest(DescribeShareUnitResourcesRequest 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 | 
|---|---|
| String | getArea()Get 共享单元地域。 | 
| Long | getLimit()Get 限制数目。取值范围:1~50。 | 
| Long | getOffset()Get 偏移量。取值是limit的整数倍,默认值 : 0 | 
| String | getSearchKey()Get 搜索关键字。支持产品资源ID搜索。 | 
| String | getType()Get 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489) | 
| String | getUnitId()Get 共享单元ID。 | 
| void | setArea(String Area)Set 共享单元地域。 | 
| void | setLimit(Long Limit)Set 限制数目。取值范围:1~50。 | 
| void | setOffset(Long Offset)Set 偏移量。取值是limit的整数倍,默认值 : 0 | 
| void | setSearchKey(String SearchKey)Set 搜索关键字。支持产品资源ID搜索。 | 
| void | setType(String Type)Set 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489) | 
| void | setUnitId(String UnitId)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 DescribeShareUnitResourcesRequest()
public DescribeShareUnitResourcesRequest(DescribeShareUnitResourcesRequest source)
public String getUnitId()
public void setUnitId(String UnitId)
UnitId - 共享单元ID。public String getArea()
public void setArea(String Area)
Area - 共享单元地域。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量。取值是limit的整数倍,默认值 : 0public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制数目。取值范围:1~50。public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey - 搜索关键字。支持产品资源ID搜索。public String getType()
public void setType(String Type)
Type - 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)Copyright © 2025. All rights reserved.