public class Leaseholds extends AlipayObject
| 构造器和说明 |
|---|
Leaseholds() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDailyRentPrice() |
String |
getDeviceModelNo() |
String |
getExpectedLeaseQuantity() |
List<String> |
getLeaseAssetIds() |
String |
getMonthRentPrice() |
void |
setDailyRentPrice(String dailyRentPrice) |
void |
setDeviceModelNo(String deviceModelNo) |
void |
setExpectedLeaseQuantity(String expectedLeaseQuantity) |
void |
setLeaseAssetIds(List<String> leaseAssetIds) |
void |
setMonthRentPrice(String monthRentPrice) |
public String getDailyRentPrice()
public void setDailyRentPrice(String dailyRentPrice)
public String getDeviceModelNo()
public void setDeviceModelNo(String deviceModelNo)
public String getExpectedLeaseQuantity()
public void setExpectedLeaseQuantity(String expectedLeaseQuantity)
public String getMonthRentPrice()
public void setMonthRentPrice(String monthRentPrice)
Copyright © 2023. All rights reserved.