Class DescribeProductResourceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.DescribeProductResourceRequest
-
public class DescribeProductResourceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 需要过滤的资源名称StringgetProductID()Get 需要查看资源列表的产品 IDvoidsetName(String Name)Set 需要过滤的资源名称voidsetProductID(String ProductID)Set 需要查看资源列表的产品 IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProductResourceRequest
public DescribeProductResourceRequest()
-
DescribeProductResourceRequest
public 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.
-
-
Method Detail
-
getProductID
public String getProductID()
Get 需要查看资源列表的产品 ID- Returns:
- ProductID 需要查看资源列表的产品 ID
-
setProductID
public void setProductID(String ProductID)
Set 需要查看资源列表的产品 ID- Parameters:
ProductID- 需要查看资源列表的产品 ID
-
getName
public String getName()
Get 需要过滤的资源名称- Returns:
- Name 需要过滤的资源名称
-
setName
public void setName(String Name)
Set 需要过滤的资源名称- Parameters:
Name- 需要过滤的资源名称
-
-