public class DescribeProductResourceRequest extends AbstractModel
Constructor and Description |
---|
DescribeProductResourceRequest() |
DescribeProductResourceRequest(DescribeProductResourceRequest 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 |
getName()
Get 需要过滤的资源名称
|
String |
getProductID()
Get 需要查看资源列表的产品 ID
|
void |
setName(String Name)
Set 需要过滤的资源名称
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeProductResourceRequest()
public DescribeProductResourceRequest(DescribeProductResourceRequest source)
public String getProductID()
public void setProductID(String ProductID)
ProductID
- 需要查看资源列表的产品 IDpublic String getName()
public void setName(String Name)
Name
- 需要过滤的资源名称Copyright © 2022. All rights reserved.