public class CharacterMedalsGraphic extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COLOR |
static String |
SERIALIZED_NAME_GRAPHIC |
static String |
SERIALIZED_NAME_LAYER |
static String |
SERIALIZED_NAME_PART |
| Constructor and Description |
|---|
CharacterMedalsGraphic() |
| Modifier and Type | Method and Description |
|---|---|
CharacterMedalsGraphic |
color(Integer color) |
boolean |
equals(Object o) |
Integer |
getColor()
color integer
|
String |
getGraphic()
graphic string
|
Integer |
getLayer()
layer integer
|
Integer |
getPart()
part integer
|
CharacterMedalsGraphic |
graphic(String graphic) |
int |
hashCode() |
CharacterMedalsGraphic |
layer(Integer layer) |
CharacterMedalsGraphic |
part(Integer part) |
void |
setColor(Integer color) |
void |
setGraphic(String graphic) |
void |
setLayer(Integer layer) |
void |
setPart(Integer part) |
String |
toString() |
public static final String SERIALIZED_NAME_COLOR
public static final String SERIALIZED_NAME_GRAPHIC
public static final String SERIALIZED_NAME_LAYER
public static final String SERIALIZED_NAME_PART
public CharacterMedalsGraphic color(Integer color)
public void setColor(Integer color)
public CharacterMedalsGraphic graphic(String graphic)
public String getGraphic()
public void setGraphic(String graphic)
public CharacterMedalsGraphic layer(Integer layer)
public Integer getLayer()
public void setLayer(Integer layer)
public CharacterMedalsGraphic part(Integer part)
public Integer getPart()
public void setPart(Integer part)
Copyright © 2023. All Rights Reserved.