public class ZhimaMerchantOrderRentModifyModel extends AlipayObject
Constructor and Description |
---|
ZhimaMerchantOrderRentModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBorrowTime()
Gets borrow time.
|
String |
getExpiryTime()
Gets expiry time.
|
String |
getOrderNo()
Gets order no.
|
String |
getProductCode()
Gets product code.
|
void |
setBorrowTime(String borrowTime)
Sets borrow time.
|
void |
setExpiryTime(String expiryTime)
Sets expiry time.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setProductCode(String productCode)
Sets product code.
|
public String getBorrowTime()
public void setBorrowTime(String borrowTime)
borrowTime
- the borrow timepublic String getExpiryTime()
public void setExpiryTime(String expiryTime)
expiryTime
- the expiry timepublic String getOrderNo()
public void setOrderNo(String orderNo)
orderNo
- the order nopublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codeCopyright © 2018. All rights reserved.