Class FlexFundingAccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.FlexFundingAccountInfo
-
public class FlexFundingAccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FlexFundingAccountInfo()
FlexFundingAccountInfo(FlexFundingAccountInfo 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 String
getFundingAccountBindSerialNo()
Get 资金账户绑定序列号String
getFundingAccountName()
Get 资金账户名称String
getFundingAccountNo()
Get 资金账户号String
getFundingAccountType()
Get 资金账户类型void
setFundingAccountBindSerialNo(String FundingAccountBindSerialNo)
Set 资金账户绑定序列号void
setFundingAccountName(String FundingAccountName)
Set 资金账户名称void
setFundingAccountNo(String FundingAccountNo)
Set 资金账户号void
setFundingAccountType(String FundingAccountType)
Set 资金账户类型void
toMap(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
-
FlexFundingAccountInfo
public FlexFundingAccountInfo()
-
FlexFundingAccountInfo
public FlexFundingAccountInfo(FlexFundingAccountInfo 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
-
getFundingAccountNo
public String getFundingAccountNo()
Get 资金账户号- Returns:
- FundingAccountNo 资金账户号
-
setFundingAccountNo
public void setFundingAccountNo(String FundingAccountNo)
Set 资金账户号- Parameters:
FundingAccountNo
- 资金账户号
-
getFundingAccountType
public String getFundingAccountType()
Get 资金账户类型- Returns:
- FundingAccountType 资金账户类型
-
setFundingAccountType
public void setFundingAccountType(String FundingAccountType)
Set 资金账户类型- Parameters:
FundingAccountType
- 资金账户类型
-
getFundingAccountBindSerialNo
public String getFundingAccountBindSerialNo()
Get 资金账户绑定序列号- Returns:
- FundingAccountBindSerialNo 资金账户绑定序列号
-
setFundingAccountBindSerialNo
public void setFundingAccountBindSerialNo(String FundingAccountBindSerialNo)
Set 资金账户绑定序列号- Parameters:
FundingAccountBindSerialNo
- 资金账户绑定序列号
-
getFundingAccountName
public String getFundingAccountName()
Get 资金账户名称- Returns:
- FundingAccountName 资金账户名称
-
setFundingAccountName
public void setFundingAccountName(String FundingAccountName)
Set 资金账户名称- Parameters:
FundingAccountName
- 资金账户名称
-
-