public class CorporationMedalsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_MEDAL_ID |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
CorporationMedalsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationMedalsResponse |
createdAt(java.time.OffsetDateTime createdAt) |
CorporationMedalsResponse |
creatorId(Integer creatorId) |
CorporationMedalsResponse |
description(String description) |
boolean |
equals(Object o) |
java.time.OffsetDateTime |
getCreatedAt()
created_at string
|
Integer |
getCreatorId()
ID of the character who created this medal
|
String |
getDescription()
description string
|
Integer |
getMedalId()
medal_id integer
|
String |
getTitle()
title string
|
int |
hashCode() |
CorporationMedalsResponse |
medalId(Integer medalId) |
void |
setCreatedAt(java.time.OffsetDateTime createdAt) |
void |
setCreatorId(Integer creatorId) |
void |
setDescription(String description) |
void |
setMedalId(Integer medalId) |
void |
setTitle(String title) |
CorporationMedalsResponse |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_MEDAL_ID
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_TITLE
public CorporationMedalsResponse medalId(Integer medalId)
public Integer getMedalId()
public void setMedalId(Integer medalId)
public CorporationMedalsResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public CorporationMedalsResponse createdAt(java.time.OffsetDateTime createdAt)
public java.time.OffsetDateTime getCreatedAt()
public void setCreatedAt(java.time.OffsetDateTime createdAt)
public CorporationMedalsResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CorporationMedalsResponse title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2019. All Rights Reserved.