public class CharacterStatsIsk extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IN |
static String |
SERIALIZED_NAME_OUT |
| Constructor and Description |
|---|
CharacterStatsIsk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getIn()
in integer
|
Long |
getOut()
out integer
|
int |
hashCode() |
CharacterStatsIsk |
in(Long in) |
CharacterStatsIsk |
out(Long out) |
void |
setIn(Long in) |
void |
setOut(Long out) |
String |
toString() |
public static final String SERIALIZED_NAME_IN
public static final String SERIALIZED_NAME_OUT
public CharacterStatsIsk in(Long in)
public Long getIn()
public void setIn(Long in)
public CharacterStatsIsk out(Long out)
public Long getOut()
public void setOut(Long out)
Copyright © 2019. All Rights Reserved.