Package net.troja.eve.esi.model
Class CorporationStarbaseResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationStarbaseResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationStarbaseResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationStarbaseResponse.AnchorEnumWho can anchor starbase (POS) and its structuresstatic classCorporationStarbaseResponse.FuelBayTakeEnumWho can take fuel blocks out of the starbase (POS)'s fuel baystatic classCorporationStarbaseResponse.FuelBayViewEnumWho can view the starbase (POS)'s fule bay.static classCorporationStarbaseResponse.OfflineEnumWho can offline starbase (POS) and its structuresstatic classCorporationStarbaseResponse.OnlineEnumWho can online starbase (POS) and its structuresstatic classCorporationStarbaseResponse.UnanchorEnumWho can unanchor starbase (POS) and its structures
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLOW_ALLIANCE_MEMBERSstatic StringSERIALIZED_NAME_ALLOW_CORPORATION_MEMBERSstatic StringSERIALIZED_NAME_ANCHORstatic StringSERIALIZED_NAME_ATTACK_IF_AT_WARstatic StringSERIALIZED_NAME_ATTACK_IF_OTHER_SECURITY_STATUS_DROPPINGstatic StringSERIALIZED_NAME_ATTACK_SECURITY_STATUS_THRESHOLDstatic StringSERIALIZED_NAME_ATTACK_STANDING_THRESHOLDstatic StringSERIALIZED_NAME_FUEL_BAY_TAKEstatic StringSERIALIZED_NAME_FUEL_BAY_VIEWstatic StringSERIALIZED_NAME_FUELSstatic StringSERIALIZED_NAME_OFFLINEstatic StringSERIALIZED_NAME_ONLINEstatic StringSERIALIZED_NAME_UNANCHORstatic StringSERIALIZED_NAME_USE_ALLIANCE_STANDINGS
-
Constructor Summary
Constructors Constructor Description CorporationStarbaseResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLOW_ALLIANCE_MEMBERS
public static final String SERIALIZED_NAME_ALLOW_ALLIANCE_MEMBERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_CORPORATION_MEMBERS
public static final String SERIALIZED_NAME_ALLOW_CORPORATION_MEMBERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ANCHOR
public static final String SERIALIZED_NAME_ANCHOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACK_IF_AT_WAR
public static final String SERIALIZED_NAME_ATTACK_IF_AT_WAR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACK_IF_OTHER_SECURITY_STATUS_DROPPING
public static final String SERIALIZED_NAME_ATTACK_IF_OTHER_SECURITY_STATUS_DROPPING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACK_SECURITY_STATUS_THRESHOLD
public static final String SERIALIZED_NAME_ATTACK_SECURITY_STATUS_THRESHOLD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACK_STANDING_THRESHOLD
public static final String SERIALIZED_NAME_ATTACK_STANDING_THRESHOLD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FUEL_BAY_TAKE
public static final String SERIALIZED_NAME_FUEL_BAY_TAKE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FUEL_BAY_VIEW
public static final String SERIALIZED_NAME_FUEL_BAY_VIEW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FUELS
public static final String SERIALIZED_NAME_FUELS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OFFLINE
public static final String SERIALIZED_NAME_OFFLINE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ONLINE
public static final String SERIALIZED_NAME_ONLINE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNANCHOR
public static final String SERIALIZED_NAME_UNANCHOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USE_ALLIANCE_STANDINGS
public static final String SERIALIZED_NAME_USE_ALLIANCE_STANDINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowAllianceMembers
public CorporationStarbaseResponse allowAllianceMembers(Boolean allowAllianceMembers)
-
getAllowAllianceMembers
public Boolean getAllowAllianceMembers()
allow_alliance_members boolean- Returns:
- allowAllianceMembers
-
setAllowAllianceMembers
public void setAllowAllianceMembers(Boolean allowAllianceMembers)
-
allowCorporationMembers
public CorporationStarbaseResponse allowCorporationMembers(Boolean allowCorporationMembers)
-
getAllowCorporationMembers
public Boolean getAllowCorporationMembers()
allow_corporation_members boolean- Returns:
- allowCorporationMembers
-
setAllowCorporationMembers
public void setAllowCorporationMembers(Boolean allowCorporationMembers)
-
anchor
public CorporationStarbaseResponse anchor(CorporationStarbaseResponse.AnchorEnum anchorEnum)
-
anchorString
public CorporationStarbaseResponse anchorString(String anchor)
-
getAnchor
public CorporationStarbaseResponse.AnchorEnum getAnchor()
Who can anchor starbase (POS) and its structures- Returns:
- anchor
-
getAnchorString
public String getAnchorString()
-
setAnchor
public void setAnchor(CorporationStarbaseResponse.AnchorEnum anchorEnum)
-
setAnchorString
public void setAnchorString(String anchor)
-
attackIfAtWar
public CorporationStarbaseResponse attackIfAtWar(Boolean attackIfAtWar)
-
getAttackIfAtWar
public Boolean getAttackIfAtWar()
attack_if_at_war boolean- Returns:
- attackIfAtWar
-
setAttackIfAtWar
public void setAttackIfAtWar(Boolean attackIfAtWar)
-
attackIfOtherSecurityStatusDropping
public CorporationStarbaseResponse attackIfOtherSecurityStatusDropping(Boolean attackIfOtherSecurityStatusDropping)
-
getAttackIfOtherSecurityStatusDropping
public Boolean getAttackIfOtherSecurityStatusDropping()
attack_if_other_security_status_dropping boolean- Returns:
- attackIfOtherSecurityStatusDropping
-
setAttackIfOtherSecurityStatusDropping
public void setAttackIfOtherSecurityStatusDropping(Boolean attackIfOtherSecurityStatusDropping)
-
attackSecurityStatusThreshold
public CorporationStarbaseResponse attackSecurityStatusThreshold(Float attackSecurityStatusThreshold)
-
getAttackSecurityStatusThreshold
@Nullable public Float getAttackSecurityStatusThreshold()
Starbase (POS) will attack if target's security standing is lower than this value- Returns:
- attackSecurityStatusThreshold
-
setAttackSecurityStatusThreshold
public void setAttackSecurityStatusThreshold(Float attackSecurityStatusThreshold)
-
attackStandingThreshold
public CorporationStarbaseResponse attackStandingThreshold(Float attackStandingThreshold)
-
getAttackStandingThreshold
@Nullable public Float getAttackStandingThreshold()
Starbase (POS) will attack if target's standing is lower than this value- Returns:
- attackStandingThreshold
-
setAttackStandingThreshold
public void setAttackStandingThreshold(Float attackStandingThreshold)
-
fuelBayTake
public CorporationStarbaseResponse fuelBayTake(CorporationStarbaseResponse.FuelBayTakeEnum fuelBayTakeEnum)
-
fuelBayTakeString
public CorporationStarbaseResponse fuelBayTakeString(String fuelBayTake)
-
getFuelBayTake
public CorporationStarbaseResponse.FuelBayTakeEnum getFuelBayTake()
Who can take fuel blocks out of the starbase (POS)'s fuel bay- Returns:
- fuelBayTake
-
getFuelBayTakeString
public String getFuelBayTakeString()
-
setFuelBayTake
public void setFuelBayTake(CorporationStarbaseResponse.FuelBayTakeEnum fuelBayTakeEnum)
-
setFuelBayTakeString
public void setFuelBayTakeString(String fuelBayTake)
-
fuelBayView
public CorporationStarbaseResponse fuelBayView(CorporationStarbaseResponse.FuelBayViewEnum fuelBayViewEnum)
-
fuelBayViewString
public CorporationStarbaseResponse fuelBayViewString(String fuelBayView)
-
getFuelBayView
public CorporationStarbaseResponse.FuelBayViewEnum getFuelBayView()
Who can view the starbase (POS)'s fule bay. Characters either need to have required role or belong to the starbase (POS) owner's corporation or alliance, as described by the enum, all other access settings follows the same scheme- Returns:
- fuelBayView
-
getFuelBayViewString
public String getFuelBayViewString()
-
setFuelBayView
public void setFuelBayView(CorporationStarbaseResponse.FuelBayViewEnum fuelBayViewEnum)
-
setFuelBayViewString
public void setFuelBayViewString(String fuelBayView)
-
fuels
public CorporationStarbaseResponse fuels(List<CorporationStarbaseFuel> fuels)
-
addFuelsItem
public CorporationStarbaseResponse addFuelsItem(CorporationStarbaseFuel fuelsItem)
-
getFuels
@Nullable public List<CorporationStarbaseFuel> getFuels()
Fuel blocks and other things that will be consumed when operating a starbase (POS)- Returns:
- fuels
-
setFuels
public void setFuels(List<CorporationStarbaseFuel> fuels)
-
offline
public CorporationStarbaseResponse offline(CorporationStarbaseResponse.OfflineEnum offlineEnum)
-
offlineString
public CorporationStarbaseResponse offlineString(String offline)
-
getOffline
public CorporationStarbaseResponse.OfflineEnum getOffline()
Who can offline starbase (POS) and its structures- Returns:
- offline
-
getOfflineString
public String getOfflineString()
-
setOffline
public void setOffline(CorporationStarbaseResponse.OfflineEnum offlineEnum)
-
setOfflineString
public void setOfflineString(String offline)
-
online
public CorporationStarbaseResponse online(CorporationStarbaseResponse.OnlineEnum onlineEnum)
-
onlineString
public CorporationStarbaseResponse onlineString(String online)
-
getOnline
public CorporationStarbaseResponse.OnlineEnum getOnline()
Who can online starbase (POS) and its structures- Returns:
- online
-
getOnlineString
public String getOnlineString()
-
setOnline
public void setOnline(CorporationStarbaseResponse.OnlineEnum onlineEnum)
-
setOnlineString
public void setOnlineString(String online)
-
unanchor
public CorporationStarbaseResponse unanchor(CorporationStarbaseResponse.UnanchorEnum unanchorEnum)
-
unanchorString
public CorporationStarbaseResponse unanchorString(String unanchor)
-
getUnanchor
public CorporationStarbaseResponse.UnanchorEnum getUnanchor()
Who can unanchor starbase (POS) and its structures- Returns:
- unanchor
-
getUnanchorString
public String getUnanchorString()
-
setUnanchor
public void setUnanchor(CorporationStarbaseResponse.UnanchorEnum unanchorEnum)
-
setUnanchorString
public void setUnanchorString(String unanchor)
-
useAllianceStandings
public CorporationStarbaseResponse useAllianceStandings(Boolean useAllianceStandings)
-
getUseAllianceStandings
public Boolean getUseAllianceStandings()
True if the starbase (POS) is using alliance standings, otherwise using corporation's- Returns:
- useAllianceStandings
-
setUseAllianceStandings
public void setUseAllianceStandings(Boolean useAllianceStandings)
-
-