Package net.troja.eve.esi.model
Class CorporationMemberTrackingResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationMemberTrackingResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationMemberTrackingResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BASE_IDstatic StringSERIALIZED_NAME_CHARACTER_IDstatic StringSERIALIZED_NAME_LOCATION_IDstatic StringSERIALIZED_NAME_LOGOFF_DATEstatic StringSERIALIZED_NAME_LOGON_DATEstatic StringSERIALIZED_NAME_SHIP_TYPE_IDstatic StringSERIALIZED_NAME_START_DATE
-
Constructor Summary
Constructors Constructor Description CorporationMemberTrackingResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorporationMemberTrackingResponsebaseId(Integer baseId)CorporationMemberTrackingResponsecharacterId(Integer characterId)booleanequals(Object o)IntegergetBaseId()base_id integerIntegergetCharacterId()character_id integerLonggetLocationId()location_id integerjava.time.OffsetDateTimegetLogoffDate()logoff_date stringjava.time.OffsetDateTimegetLogonDate()logon_date stringIntegergetShipTypeId()ship_type_id integerjava.time.OffsetDateTimegetStartDate()start_date stringinthashCode()CorporationMemberTrackingResponselocationId(Long locationId)CorporationMemberTrackingResponselogoffDate(java.time.OffsetDateTime logoffDate)CorporationMemberTrackingResponselogonDate(java.time.OffsetDateTime logonDate)voidsetBaseId(Integer baseId)voidsetCharacterId(Integer characterId)voidsetLocationId(Long locationId)voidsetLogoffDate(java.time.OffsetDateTime logoffDate)voidsetLogonDate(java.time.OffsetDateTime logonDate)voidsetShipTypeId(Integer shipTypeId)voidsetStartDate(java.time.OffsetDateTime startDate)CorporationMemberTrackingResponseshipTypeId(Integer shipTypeId)CorporationMemberTrackingResponsestartDate(java.time.OffsetDateTime startDate)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_BASE_ID
public static final String SERIALIZED_NAME_BASE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGOFF_DATE
public static final String SERIALIZED_NAME_LOGOFF_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGON_DATE
public static final String SERIALIZED_NAME_LOGON_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_START_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
baseId
public CorporationMemberTrackingResponse baseId(Integer baseId)
-
setBaseId
public void setBaseId(Integer baseId)
-
characterId
public CorporationMemberTrackingResponse characterId(Integer characterId)
-
getCharacterId
public Integer getCharacterId()
character_id integer- Returns:
- characterId
-
setCharacterId
public void setCharacterId(Integer characterId)
-
locationId
public CorporationMemberTrackingResponse locationId(Long locationId)
-
setLocationId
public void setLocationId(Long locationId)
-
logoffDate
public CorporationMemberTrackingResponse logoffDate(java.time.OffsetDateTime logoffDate)
-
getLogoffDate
@Nullable public java.time.OffsetDateTime getLogoffDate()
logoff_date string- Returns:
- logoffDate
-
setLogoffDate
public void setLogoffDate(java.time.OffsetDateTime logoffDate)
-
logonDate
public CorporationMemberTrackingResponse logonDate(java.time.OffsetDateTime logonDate)
-
getLogonDate
@Nullable public java.time.OffsetDateTime getLogonDate()
logon_date string- Returns:
- logonDate
-
setLogonDate
public void setLogonDate(java.time.OffsetDateTime logonDate)
-
shipTypeId
public CorporationMemberTrackingResponse shipTypeId(Integer shipTypeId)
-
setShipTypeId
public void setShipTypeId(Integer shipTypeId)
-
startDate
public CorporationMemberTrackingResponse startDate(java.time.OffsetDateTime startDate)
-
getStartDate
@Nullable public java.time.OffsetDateTime getStartDate()
start_date string- Returns:
- startDate
-
setStartDate
public void setStartDate(java.time.OffsetDateTime startDate)
-
-