public class UnsupportBillingSpec extends Object
| 构造器和说明 |
|---|
UnsupportBillingSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
UnsupportBillingSpec |
addSiteSetItem(String siteSetItem) |
UnsupportBillingSpec |
billingEvent(BillingEvent billingEvent) |
boolean |
equals(Object o) |
BillingEvent |
getBillingEvent()
Get billingEvent
|
Long |
getMaxPrice()
Get maxPrice
|
Long |
getMinPrice()
Get minPrice
|
List<String> |
getSiteSet()
Get siteSet
|
UnsupportType |
getUnsupportType()
Get unsupportType
|
int |
hashCode() |
UnsupportBillingSpec |
maxPrice(Long maxPrice) |
UnsupportBillingSpec |
minPrice(Long minPrice) |
void |
setBillingEvent(BillingEvent billingEvent) |
void |
setMaxPrice(Long maxPrice) |
void |
setMinPrice(Long minPrice) |
void |
setSiteSet(List<String> siteSet) |
void |
setUnsupportType(UnsupportType unsupportType) |
UnsupportBillingSpec |
siteSet(List<String> siteSet) |
String |
toString() |
UnsupportBillingSpec |
unsupportType(UnsupportType unsupportType) |
public UnsupportBillingSpec siteSet(List<String> siteSet)
public UnsupportBillingSpec addSiteSetItem(String siteSetItem)
public UnsupportBillingSpec billingEvent(BillingEvent billingEvent)
public BillingEvent getBillingEvent()
public void setBillingEvent(BillingEvent billingEvent)
public UnsupportBillingSpec minPrice(Long minPrice)
public Long getMinPrice()
public void setMinPrice(Long minPrice)
public UnsupportBillingSpec maxPrice(Long maxPrice)
public Long getMaxPrice()
public void setMaxPrice(Long maxPrice)
public UnsupportBillingSpec unsupportType(UnsupportType unsupportType)
public UnsupportType getUnsupportType()
public void setUnsupportType(UnsupportType unsupportType)
Copyright © 2020. All rights reserved.