Class QueryProductsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cr.v20180321.models.QueryProductsRequest
-
public class QueryProductsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryProductsRequest()QueryProductsRequest(QueryProductsRequest 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 StringgetInstanceId()Get 实例Id。StringgetModule()Get 模块名。默认值(固定):ProductStringgetOperation()Get 操作名。默认值(固定):QueryProductsvoidsetInstanceId(String InstanceId)Set 实例Id。voidsetModule(String Module)Set 模块名。默认值(固定):ProductvoidsetOperation(String Operation)Set 操作名。默认值(固定):QueryProductsvoidtoMap(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
-
QueryProductsRequest
public QueryProductsRequest()
-
QueryProductsRequest
public QueryProductsRequest(QueryProductsRequest 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
-
getModule
public String getModule()
Get 模块名。默认值(固定):Product- Returns:
- Module 模块名。默认值(固定):Product
-
setModule
public void setModule(String Module)
Set 模块名。默认值(固定):Product- Parameters:
Module- 模块名。默认值(固定):Product
-
getOperation
public String getOperation()
Get 操作名。默认值(固定):QueryProducts- Returns:
- Operation 操作名。默认值(固定):QueryProducts
-
setOperation
public void setOperation(String Operation)
Set 操作名。默认值(固定):QueryProducts- Parameters:
Operation- 操作名。默认值(固定):QueryProducts
-
getInstanceId
public String getInstanceId()
Get 实例Id。- Returns:
- InstanceId 实例Id。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id。- Parameters:
InstanceId- 实例Id。
-
-