Package net.troja.eve.esi.model
Class CorporationMedalsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationMedalsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationMedalsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_CREATOR_IDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_MEDAL_IDstatic StringSERIALIZED_NAME_TITLE
-
Constructor Summary
Constructors Constructor Description CorporationMedalsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorporationMedalsResponsecreatedAt(java.time.OffsetDateTime createdAt)CorporationMedalsResponsecreatorId(Integer creatorId)CorporationMedalsResponsedescription(String description)booleanequals(Object o)java.time.OffsetDateTimegetCreatedAt()created_at stringIntegergetCreatorId()ID of the character who created this medalStringgetDescription()description stringIntegergetMedalId()medal_id integerStringgetTitle()title stringinthashCode()CorporationMedalsResponsemedalId(Integer medalId)voidsetCreatedAt(java.time.OffsetDateTime createdAt)voidsetCreatorId(Integer creatorId)voidsetDescription(String description)voidsetMedalId(Integer medalId)voidsetTitle(String title)CorporationMedalsResponsetitle(String title)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_CREATOR_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEDAL_ID
public static final String SERIALIZED_NAME_MEDAL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdAt
public CorporationMedalsResponse createdAt(java.time.OffsetDateTime createdAt)
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
created_at string- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.time.OffsetDateTime createdAt)
-
creatorId
public CorporationMedalsResponse creatorId(Integer creatorId)
-
getCreatorId
public Integer getCreatorId()
ID of the character who created this medal- Returns:
- creatorId
-
setCreatorId
public void setCreatorId(Integer creatorId)
-
description
public CorporationMedalsResponse description(String description)
-
getDescription
public String getDescription()
description string- Returns:
- description
-
setDescription
public void setDescription(String description)
-
medalId
public CorporationMedalsResponse medalId(Integer medalId)
-
getMedalId
public Integer getMedalId()
medal_id integer- Returns:
- medalId
-
setMedalId
public void setMedalId(Integer medalId)
-
title
public CorporationMedalsResponse title(String title)
-
getTitle
public String getTitle()
title string- Returns:
- title
-
setTitle
public void setTitle(String title)
-
-