public class SupportBillingSpec extends Object
| 构造器和说明 |
|---|
SupportBillingSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
SupportBillingSpec |
billingEvent(BillingEvent billingEvent) |
boolean |
equals(Object o) |
BillingEvent |
getBillingEvent()
Get billingEvent
|
Long |
getMaxPrice()
Get maxPrice
|
Long |
getMinPrice()
Get minPrice
|
int |
hashCode() |
SupportBillingSpec |
maxPrice(Long maxPrice) |
SupportBillingSpec |
minPrice(Long minPrice) |
void |
setBillingEvent(BillingEvent billingEvent) |
void |
setMaxPrice(Long maxPrice) |
void |
setMinPrice(Long minPrice) |
String |
toString() |
public SupportBillingSpec billingEvent(BillingEvent billingEvent)
public BillingEvent getBillingEvent()
public void setBillingEvent(BillingEvent billingEvent)
public SupportBillingSpec minPrice(Long minPrice)
public Long getMinPrice()
public void setMinPrice(Long minPrice)
public SupportBillingSpec maxPrice(Long maxPrice)
public Long getMaxPrice()
public void setMaxPrice(Long maxPrice)
Copyright © 2020. All rights reserved.