Class QueryFlexPayeeAccountInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryFlexPayeeAccountInfoRequest
-
public class QueryFlexPayeeAccountInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryFlexPayeeAccountInfoRequest()QueryFlexPayeeAccountInfoRequest(QueryFlexPayeeAccountInfoRequest 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 StringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境StringgetOutUserId()Get 外部用户IDStringgetPayeeId()Get 收款用户IDvoidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境voidsetOutUserId(String OutUserId)Set 外部用户IDvoidsetPayeeId(String PayeeId)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
-
QueryFlexPayeeAccountInfoRequest
public QueryFlexPayeeAccountInfoRequest()
-
QueryFlexPayeeAccountInfoRequest
public QueryFlexPayeeAccountInfoRequest(QueryFlexPayeeAccountInfoRequest 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
-
getPayeeId
public String getPayeeId()
Get 收款用户ID- Returns:
- PayeeId 收款用户ID
-
setPayeeId
public void setPayeeId(String PayeeId)
Set 收款用户ID- Parameters:
PayeeId- 收款用户ID
-
getOutUserId
public String getOutUserId()
Get 外部用户ID- Returns:
- OutUserId 外部用户ID
-
setOutUserId
public void setOutUserId(String OutUserId)
Set 外部用户ID- Parameters:
OutUserId- 外部用户ID
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
-