public static class P2cQueryDiscountRecordResponse.P2cQueryDiscountRecordItem extends Object
| 构造器和说明 |
|---|
P2cQueryDiscountRecordItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getDiscountName()
Gets discount name.
|
String |
getDiscountNo()
Gets discount no.
|
String |
getOrderNum()
Gets order num.
|
String |
getParkCode()
Gets park code.
|
String |
getParkName()
Gets park name.
|
Integer |
getStatus()
Gets status.
|
Integer |
getType()
Gets type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setDiscountName(String discountName)
Sets discount name.
|
void |
setDiscountNo(String discountNo)
Sets discount no.
|
void |
setOrderNum(String orderNum)
Sets order num.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setParkName(String parkName)
Sets park name.
|
void |
setStatus(Integer status)
Sets status.
|
void |
setType(Integer type)
Sets type.
|
public String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic String getParkName()
public void setParkName(String parkName)
parkName - the park namepublic String getOrderNum()
public void setOrderNum(String orderNum)
orderNum - the order numpublic String getDiscountName()
public void setDiscountName(String discountName)
discountName - the discount namepublic String getDiscountNo()
public void setDiscountNo(String discountNo)
discountNo - the discount nopublic String getAmount()
public void setAmount(String amount)
amount - the amountpublic Integer getStatus()
public void setStatus(Integer status)
status - the statuspublic Integer getType()
public void setType(Integer type)
type - the typeCopyright © 2025. All rights reserved.