public class CorporationMedalsResponse extends Object implements Serializable
| 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 CorporationMedalsResponse medalId(Integer medalId)
public Integer getMedalId()
public void setMedalId(Integer medalId)
public CorporationMedalsResponse title(String title)
public String getTitle()
public void setTitle(String title)
public CorporationMedalsResponse description(String description)
public String getDescription()
public void setDescription(String description)
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)
Copyright © 2018. All Rights Reserved.