Package net.troja.eve.esi.model
Class CharacterStandingsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterStandingsResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterStandingsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharacterStandingsResponse.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 CharacterStandingsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CharacterStandingsResponsefromId(Integer fromId)CharacterStandingsResponsefromType(CharacterStandingsResponse.FromTypeEnum fromTypeEnum)CharacterStandingsResponsefromTypeString(String fromType)IntegergetFromId()from_id integerCharacterStandingsResponse.FromTypeEnumgetFromType()from_type stringStringgetFromTypeString()FloatgetStanding()standing numberinthashCode()voidsetFromId(Integer fromId)voidsetFromType(CharacterStandingsResponse.FromTypeEnum fromTypeEnum)voidsetFromTypeString(String fromType)voidsetStanding(Float standing)CharacterStandingsResponsestanding(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 CharacterStandingsResponse fromId(Integer fromId)
-
getFromId
public Integer getFromId()
from_id integer- Returns:
- fromId
-
setFromId
public void setFromId(Integer fromId)
-
fromType
public CharacterStandingsResponse fromType(CharacterStandingsResponse.FromTypeEnum fromTypeEnum)
-
fromTypeString
public CharacterStandingsResponse fromTypeString(String fromType)
-
getFromType
public CharacterStandingsResponse.FromTypeEnum getFromType()
from_type string- Returns:
- fromType
-
getFromTypeString
public String getFromTypeString()
-
setFromType
public void setFromType(CharacterStandingsResponse.FromTypeEnum fromTypeEnum)
-
setFromTypeString
public void setFromTypeString(String fromType)
-
standing
public CharacterStandingsResponse standing(Float standing)
-
getStanding
public Float getStanding()
standing number- Returns:
- standing
-
setStanding
public void setStanding(Float standing)
-
-