Package net.troja.eve.esi.model
Class CorporationStandingsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationStandingsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationStandingsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationStandingsResponse.FromTypeEnumfrom_type string
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FROM_IDstatic StringSERIALIZED_NAME_FROM_TYPEstatic StringSERIALIZED_NAME_STANDING
-
Constructor Summary
Constructors Constructor Description CorporationStandingsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CorporationStandingsResponsefromId(Integer fromId)CorporationStandingsResponsefromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)CorporationStandingsResponsefromTypeString(String fromType)IntegergetFromId()from_id integerCorporationStandingsResponse.FromTypeEnumgetFromType()from_type stringStringgetFromTypeString()FloatgetStanding()standing numberinthashCode()voidsetFromId(Integer fromId)voidsetFromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)voidsetFromTypeString(String fromType)voidsetStanding(Float standing)CorporationStandingsResponsestanding(Float standing)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_FROM_ID
public static final String SERIALIZED_NAME_FROM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FROM_TYPE
public static final String SERIALIZED_NAME_FROM_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STANDING
public static final String SERIALIZED_NAME_STANDING
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromId
public CorporationStandingsResponse fromId(Integer fromId)
-
getFromId
public Integer getFromId()
from_id integer- Returns:
- fromId
-
setFromId
public void setFromId(Integer fromId)
-
fromType
public CorporationStandingsResponse fromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)
-
fromTypeString
public CorporationStandingsResponse fromTypeString(String fromType)
-
getFromType
public CorporationStandingsResponse.FromTypeEnum getFromType()
from_type string- Returns:
- fromType
-
getFromTypeString
public String getFromTypeString()
-
setFromType
public void setFromType(CorporationStandingsResponse.FromTypeEnum fromTypeEnum)
-
setFromTypeString
public void setFromTypeString(String fromType)
-
standing
public CorporationStandingsResponse standing(Float standing)
-
getStanding
public Float getStanding()
standing number- Returns:
- standing
-
setStanding
public void setStanding(Float standing)
-
-