public class OpenBankProfitShareRespInfo extends AbstractModel
Constructor and Description |
---|
OpenBankProfitShareRespInfo() |
OpenBankProfitShareRespInfo(OpenBankProfitShareRespInfo 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getProfitFinishTime()
Get 分账完成时间
|
Long |
getProfitShareFee()
Get 分润金额(分)
|
String |
getProfitShareStatus()
Get 分账状态
|
Long |
getProfitShareType()
Get 分账类型
|
Long |
getRealProfitShareFee()
Get 实际分账金额
|
String |
getRecvId()
Get 接收方企业ID
|
void |
setProfitFinishTime(String ProfitFinishTime)
Set 分账完成时间
|
void |
setProfitShareFee(Long ProfitShareFee)
Set 分润金额(分)
|
void |
setProfitShareStatus(String ProfitShareStatus)
Set 分账状态
|
void |
setProfitShareType(Long ProfitShareType)
Set 分账类型
|
void |
setRealProfitShareFee(Long RealProfitShareFee)
Set 实际分账金额
|
void |
setRecvId(String RecvId)
Set 接收方企业ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OpenBankProfitShareRespInfo()
public OpenBankProfitShareRespInfo(OpenBankProfitShareRespInfo source)
public String getRecvId()
public void setRecvId(String RecvId)
RecvId
- 接收方企业IDpublic Long getProfitShareFee()
public void setProfitShareFee(Long ProfitShareFee)
ProfitShareFee
- 分润金额(分)public Long getRealProfitShareFee()
public void setRealProfitShareFee(Long RealProfitShareFee)
RealProfitShareFee
- 实际分账金额public String getProfitShareStatus()
public void setProfitShareStatus(String ProfitShareStatus)
ProfitShareStatus
- 分账状态public String getProfitFinishTime()
public void setProfitFinishTime(String ProfitFinishTime)
ProfitFinishTime
- 分账完成时间public Long getProfitShareType()
public void setProfitShareType(Long ProfitShareType)
ProfitShareType
- 分账类型Copyright © 2022. All rights reserved.