Class MerchantManagementResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.MerchantManagementResult
-
public class MerchantManagementResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MerchantManagementResult()MerchantManagementResult(MerchantManagementResult 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 MerchantManagementList[]getList()Get 商户列表。LonggetTotal()Get 总数。voidsetList(MerchantManagementList[] List)Set 商户列表。voidsetTotal(Long Total)Set 总数。voidtoMap(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
-
MerchantManagementResult
public MerchantManagementResult()
-
MerchantManagementResult
public MerchantManagementResult(MerchantManagementResult 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
-
getTotal
public Long getTotal()
Get 总数。- Returns:
- Total 总数。
-
setTotal
public void setTotal(Long Total)
Set 总数。- Parameters:
Total- 总数。
-
getList
public MerchantManagementList[] getList()
Get 商户列表。- Returns:
- List 商户列表。
-
setList
public void setList(MerchantManagementList[] List)
Set 商户列表。- Parameters:
List- 商户列表。
-
-