public class AlipayPointDetail extends AlipayObject
| 构造器和说明 |
|---|
AlipayPointDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizGroupNo() |
Date |
getGmtCreate() |
Long |
getId() |
String |
getInOutType() |
String |
getOrderId() |
Long |
getPoint() |
String |
getTransMemo() |
void |
setBizGroupNo(String bizGroupNo) |
void |
setGmtCreate(Date gmtCreate) |
void |
setId(Long id) |
void |
setInOutType(String inOutType) |
void |
setOrderId(String orderId) |
void |
setPoint(Long point) |
void |
setTransMemo(String transMemo) |
public String getBizGroupNo()
public void setBizGroupNo(String bizGroupNo)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public Long getId()
public void setId(Long id)
public String getInOutType()
public void setInOutType(String inOutType)
public String getOrderId()
public void setOrderId(String orderId)
public Long getPoint()
public void setPoint(Long point)
public String getTransMemo()
public void setTransMemo(String transMemo)
Copyright © 2024. All rights reserved.