public static class WxMaStoreFlowResponse.BasicFlowRecord extends Object
构造器和说明 |
---|
BasicFlowRecord() |
限定符和类型 | 方法和说明 |
---|---|
String |
getAppid() |
Date |
getCreateDate() |
long |
getCreateTime() |
int |
getFlowType() |
int |
getPayAmount() |
Date |
getPayDate() |
String |
getPayOrderId() |
long |
getPayTime() |
String |
getServiceTransId() |
String |
getWxStoreId() |
void |
setAppid(String appid) |
void |
setCreateTime(long createTime) |
void |
setFlowType(int flowType) |
void |
setPayAmount(int payAmount) |
void |
setPayOrderId(String payOrderId) |
void |
setPayTime(long payTime) |
void |
setServiceTransId(String serviceTransId) |
void |
setWxStoreId(String wxStoreId) |
String |
toString() |
public int getFlowType()
public void setFlowType(int flowType)
public String getAppid()
public void setAppid(String appid)
public String getWxStoreId()
public void setWxStoreId(String wxStoreId)
public String getPayOrderId()
public void setPayOrderId(String payOrderId)
public String getServiceTransId()
public void setServiceTransId(String serviceTransId)
public int getPayAmount()
public void setPayAmount(int payAmount)
public Date getPayDate()
public long getPayTime()
public void setPayTime(long payTime)
public Date getCreateDate()
public long getCreateTime()
public void setCreateTime(long createTime)
Copyright © 2024. All rights reserved.