public class ExchangeVoucherValueInfo extends AlipayObject
| 构造器和说明 |
|---|
ExchangeVoucherValueInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getChangeCount() |
String |
getProductImgUrl() |
String |
getProductName() |
Long |
getRemainCount() |
Long |
getTotalCount() |
Long |
getUsedCount() |
void |
setChangeCount(Long changeCount) |
void |
setProductImgUrl(String productImgUrl) |
void |
setProductName(String productName) |
void |
setRemainCount(Long remainCount) |
void |
setTotalCount(Long totalCount) |
void |
setUsedCount(Long usedCount) |
public Long getChangeCount()
public void setChangeCount(Long changeCount)
public String getProductImgUrl()
public void setProductImgUrl(String productImgUrl)
public String getProductName()
public void setProductName(String productName)
public Long getRemainCount()
public void setRemainCount(Long remainCount)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public Long getUsedCount()
public void setUsedCount(Long usedCount)
Copyright © 2024. All rights reserved.