Package net.troja.eve.esi.model
Class CorporationKillmailsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationKillmailsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationKillmailsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KILLMAIL_HASHstatic StringSERIALIZED_NAME_KILLMAIL_ID
-
Constructor Summary
Constructors Constructor Description CorporationKillmailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKillmailHash()A hash of this killmailIntegergetKillmailId()ID of this killmailinthashCode()CorporationKillmailsResponsekillmailHash(String killmailHash)CorporationKillmailsResponsekillmailId(Integer killmailId)voidsetKillmailHash(String killmailHash)voidsetKillmailId(Integer killmailId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_KILLMAIL_HASH
public static final String SERIALIZED_NAME_KILLMAIL_HASH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KILLMAIL_ID
public static final String SERIALIZED_NAME_KILLMAIL_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
killmailHash
public CorporationKillmailsResponse killmailHash(String killmailHash)
-
getKillmailHash
public String getKillmailHash()
A hash of this killmail- Returns:
- killmailHash
-
setKillmailHash
public void setKillmailHash(String killmailHash)
-
killmailId
public CorporationKillmailsResponse killmailId(Integer killmailId)
-
getKillmailId
public Integer getKillmailId()
ID of this killmail- Returns:
- killmailId
-
setKillmailId
public void setKillmailId(Integer killmailId)
-
-