Class DistributeQueryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.DistributeQueryRequest
-
public class DistributeQueryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DistributeQueryRequest()DistributeQueryRequest(DistributeQueryRequest 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 StringgetDistributeNo()Get 平台分账单号,type为2时,和OutDistributeNo二者传其一StringgetOpenId()Get 使用门店OpenIdStringgetOpenKey()Get 使用门店OpenKeyStringgetOrderNo()Get 平台交易订单号StringgetOutDistributeNo()Get 商户分账单号,type为2时,和DistributeNo二者传其一StringgetProfile()Get 沙箱环境填sandbox,正式环境不填StringgetType()Get 查询类型(1-全部,2-单笔)voidsetDistributeNo(String DistributeNo)Set 平台分账单号,type为2时,和OutDistributeNo二者传其一voidsetOpenId(String OpenId)Set 使用门店OpenIdvoidsetOpenKey(String OpenKey)Set 使用门店OpenKeyvoidsetOrderNo(String OrderNo)Set 平台交易订单号voidsetOutDistributeNo(String OutDistributeNo)Set 商户分账单号,type为2时,和DistributeNo二者传其一voidsetProfile(String Profile)Set 沙箱环境填sandbox,正式环境不填voidsetType(String Type)Set 查询类型(1-全部,2-单笔)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
-
DistributeQueryRequest
public DistributeQueryRequest()
-
DistributeQueryRequest
public DistributeQueryRequest(DistributeQueryRequest 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
-
getOpenId
public String getOpenId()
Get 使用门店OpenId- Returns:
- OpenId 使用门店OpenId
-
setOpenId
public void setOpenId(String OpenId)
Set 使用门店OpenId- Parameters:
OpenId- 使用门店OpenId
-
getOpenKey
public String getOpenKey()
Get 使用门店OpenKey- Returns:
- OpenKey 使用门店OpenKey
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 使用门店OpenKey- Parameters:
OpenKey- 使用门店OpenKey
-
getType
public String getType()
Get 查询类型(1-全部,2-单笔)- Returns:
- Type 查询类型(1-全部,2-单笔)
-
setType
public void setType(String Type)
Set 查询类型(1-全部,2-单笔)- Parameters:
Type- 查询类型(1-全部,2-单笔)
-
getOutDistributeNo
public String getOutDistributeNo()
Get 商户分账单号,type为2时,和DistributeNo二者传其一- Returns:
- OutDistributeNo 商户分账单号,type为2时,和DistributeNo二者传其一
-
setOutDistributeNo
public void setOutDistributeNo(String OutDistributeNo)
Set 商户分账单号,type为2时,和DistributeNo二者传其一- Parameters:
OutDistributeNo- 商户分账单号,type为2时,和DistributeNo二者传其一
-
getDistributeNo
public String getDistributeNo()
Get 平台分账单号,type为2时,和OutDistributeNo二者传其一- Returns:
- DistributeNo 平台分账单号,type为2时,和OutDistributeNo二者传其一
-
setDistributeNo
public void setDistributeNo(String DistributeNo)
Set 平台分账单号,type为2时,和OutDistributeNo二者传其一- Parameters:
DistributeNo- 平台分账单号,type为2时,和OutDistributeNo二者传其一
-
getOrderNo
public String getOrderNo()
Get 平台交易订单号- Returns:
- OrderNo 平台交易订单号
-
setOrderNo
public void setOrderNo(String OrderNo)
Set 平台交易订单号- Parameters:
OrderNo- 平台交易订单号
-
getProfile
public String getProfile()
Get 沙箱环境填sandbox,正式环境不填- Returns:
- Profile 沙箱环境填sandbox,正式环境不填
-
setProfile
public void setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填- Parameters:
Profile- 沙箱环境填sandbox,正式环境不填
-
-