public class CorporationMemberTrackingResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BASE_ID |
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_LOGOFF_DATE |
static String |
SERIALIZED_NAME_LOGON_DATE |
static String |
SERIALIZED_NAME_SHIP_TYPE_ID |
static String |
SERIALIZED_NAME_START_DATE |
| Constructor and Description |
|---|
CorporationMemberTrackingResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationMemberTrackingResponse |
baseId(Integer baseId) |
CorporationMemberTrackingResponse |
characterId(Integer characterId) |
boolean |
equals(Object o) |
Integer |
getBaseId()
base_id integer
|
Integer |
getCharacterId()
character_id integer
|
Long |
getLocationId()
location_id integer
|
java.time.OffsetDateTime |
getLogoffDate()
logoff_date string
|
java.time.OffsetDateTime |
getLogonDate()
logon_date string
|
Integer |
getShipTypeId()
ship_type_id integer
|
java.time.OffsetDateTime |
getStartDate()
start_date string
|
int |
hashCode() |
CorporationMemberTrackingResponse |
locationId(Long locationId) |
CorporationMemberTrackingResponse |
logoffDate(java.time.OffsetDateTime logoffDate) |
CorporationMemberTrackingResponse |
logonDate(java.time.OffsetDateTime logonDate) |
void |
setBaseId(Integer baseId) |
void |
setCharacterId(Integer characterId) |
void |
setLocationId(Long locationId) |
void |
setLogoffDate(java.time.OffsetDateTime logoffDate) |
void |
setLogonDate(java.time.OffsetDateTime logonDate) |
void |
setShipTypeId(Integer shipTypeId) |
void |
setStartDate(java.time.OffsetDateTime startDate) |
CorporationMemberTrackingResponse |
shipTypeId(Integer shipTypeId) |
CorporationMemberTrackingResponse |
startDate(java.time.OffsetDateTime startDate) |
String |
toString() |
public static final String SERIALIZED_NAME_LOGOFF_DATE
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_BASE_ID
public static final String SERIALIZED_NAME_LOGON_DATE
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_START_DATE
public CorporationMemberTrackingResponse logoffDate(java.time.OffsetDateTime logoffDate)
public java.time.OffsetDateTime getLogoffDate()
public void setLogoffDate(java.time.OffsetDateTime logoffDate)
public CorporationMemberTrackingResponse shipTypeId(Integer shipTypeId)
public Integer getShipTypeId()
public void setShipTypeId(Integer shipTypeId)
public CorporationMemberTrackingResponse baseId(Integer baseId)
public Integer getBaseId()
public void setBaseId(Integer baseId)
public CorporationMemberTrackingResponse logonDate(java.time.OffsetDateTime logonDate)
public java.time.OffsetDateTime getLogonDate()
public void setLogonDate(java.time.OffsetDateTime logonDate)
public CorporationMemberTrackingResponse characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public CorporationMemberTrackingResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CorporationMemberTrackingResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
Copyright © 2019. All Rights Reserved.