public class CharacterKillmailsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_KILLMAIL_HASH |
static String |
SERIALIZED_NAME_KILLMAIL_ID |
| Constructor and Description |
|---|
CharacterKillmailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKillmailHash()
A hash of this killmail
|
Integer |
getKillmailId()
ID of this killmail
|
int |
hashCode() |
CharacterKillmailsResponse |
killmailHash(String killmailHash) |
CharacterKillmailsResponse |
killmailId(Integer killmailId) |
void |
setKillmailHash(String killmailHash) |
void |
setKillmailId(Integer killmailId) |
String |
toString() |
public static final String SERIALIZED_NAME_KILLMAIL_HASH
public static final String SERIALIZED_NAME_KILLMAIL_ID
public CharacterKillmailsResponse killmailHash(String killmailHash)
public String getKillmailHash()
public void setKillmailHash(String killmailHash)
public CharacterKillmailsResponse killmailId(Integer killmailId)
public Integer getKillmailId()
public void setKillmailId(Integer killmailId)
Copyright © 2019. All Rights Reserved.