public class CorporationOutpostService extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationOutpostService.ServiceNameEnum
service_name string
|
| Constructor and Description |
|---|
CorporationOutpostService() |
| Modifier and Type | Method and Description |
|---|---|
CorporationOutpostService |
discountPerGoodStanding(Double discountPerGoodStanding) |
boolean |
equals(Object o) |
Double |
getDiscountPerGoodStanding()
discount_per_good_standing number
|
Double |
getMinimumStanding()
minimum_standing number
|
CorporationOutpostService.ServiceNameEnum |
getServiceName()
service_name string
|
Double |
getSurchargePerBadStanding()
surcharge_per_bad_standing number
|
int |
hashCode() |
CorporationOutpostService |
minimumStanding(Double minimumStanding) |
CorporationOutpostService |
serviceName(CorporationOutpostService.ServiceNameEnum serviceName) |
void |
setDiscountPerGoodStanding(Double discountPerGoodStanding) |
void |
setMinimumStanding(Double minimumStanding) |
void |
setServiceName(CorporationOutpostService.ServiceNameEnum serviceName) |
void |
setSurchargePerBadStanding(Double surchargePerBadStanding) |
CorporationOutpostService |
surchargePerBadStanding(Double surchargePerBadStanding) |
String |
toString() |
public CorporationOutpostService discountPerGoodStanding(Double discountPerGoodStanding)
public Double getDiscountPerGoodStanding()
public void setDiscountPerGoodStanding(Double discountPerGoodStanding)
public CorporationOutpostService minimumStanding(Double minimumStanding)
public Double getMinimumStanding()
public void setMinimumStanding(Double minimumStanding)
public CorporationOutpostService serviceName(CorporationOutpostService.ServiceNameEnum serviceName)
public CorporationOutpostService.ServiceNameEnum getServiceName()
public void setServiceName(CorporationOutpostService.ServiceNameEnum serviceName)
public CorporationOutpostService surchargePerBadStanding(Double surchargePerBadStanding)
public Double getSurchargePerBadStanding()
public void setSurchargePerBadStanding(Double surchargePerBadStanding)
Copyright © 2018. All Rights Reserved.