public static class P2cQueryMonthProductResponse.P2cQueryMonthProductItem extends Object
| 构造器和说明 |
|---|
P2cQueryMonthProductItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBuyWay()
Gets buy way.
|
String |
getCardType()
Gets card type.
|
Integer |
getDuration()
Gets duration.
|
String |
getEndDate()
Gets end date.
|
String |
getEndTime()
Gets end time.
|
String |
getPayMoney()
Gets pay money.
|
String |
getProductId()
Gets product id.
|
String |
getProductName()
Gets product name.
|
Integer |
getProductStatus()
Gets product status.
|
String |
getStartDate()
Gets start date.
|
String |
getStartTime()
Gets start time.
|
void |
setBuyWay(Integer buyWay)
Sets buy way.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setDuration(Integer duration)
Sets duration.
|
void |
setEndDate(String endDate)
Sets end date.
|
void |
setEndTime(String endTime)
Sets end time.
|
void |
setPayMoney(String payMoney)
Sets pay money.
|
void |
setProductId(String productId)
Sets product id.
|
void |
setProductName(String productName)
Sets product name.
|
void |
setProductStatus(Integer productStatus)
Sets product status.
|
void |
setStartDate(String startDate)
Sets start date.
|
void |
setStartTime(String startTime)
Sets start time.
|
public String getProductId()
public void setProductId(String productId)
productId - the product idpublic String getProductName()
public void setProductName(String productName)
productName - the product namepublic Integer getDuration()
public void setDuration(Integer duration)
duration - the durationpublic String getPayMoney()
public void setPayMoney(String payMoney)
payMoney - the pay moneypublic String getCardType()
public void setCardType(String cardType)
cardType - the card typepublic String getStartDate()
public void setStartDate(String startDate)
startDate - the start datepublic String getEndDate()
public void setEndDate(String endDate)
endDate - the end datepublic String getStartTime()
public void setStartTime(String startTime)
startTime - the start timepublic String getEndTime()
public void setEndTime(String endTime)
endTime - the end timepublic Integer getBuyWay()
public void setBuyWay(Integer buyWay)
buyWay - the buy waypublic Integer getProductStatus()
public void setProductStatus(Integer productStatus)
productStatus - the product statusCopyright © 2025. All rights reserved.