public class CharacterStandingsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterStandingsResponse.FromTypeEnum
from_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FROM_ID |
static String |
SERIALIZED_NAME_FROM_TYPE |
static String |
SERIALIZED_NAME_STANDING |
| Constructor and Description |
|---|
CharacterStandingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CharacterStandingsResponse |
fromId(Integer fromId) |
CharacterStandingsResponse |
fromType(CharacterStandingsResponse.FromTypeEnum fromType) |
Integer |
getFromId()
from_id integer
|
CharacterStandingsResponse.FromTypeEnum |
getFromType()
from_type string
|
Float |
getStanding()
standing number
|
int |
hashCode() |
void |
setFromId(Integer fromId) |
void |
setFromType(CharacterStandingsResponse.FromTypeEnum fromType) |
void |
setStanding(Float standing) |
CharacterStandingsResponse |
standing(Float standing) |
String |
toString() |
public static final String SERIALIZED_NAME_FROM_ID
public static final String SERIALIZED_NAME_FROM_TYPE
public static final String SERIALIZED_NAME_STANDING
public CharacterStandingsResponse fromId(Integer fromId)
public Integer getFromId()
public void setFromId(Integer fromId)
public CharacterStandingsResponse fromType(CharacterStandingsResponse.FromTypeEnum fromType)
public CharacterStandingsResponse.FromTypeEnum getFromType()
public void setFromType(CharacterStandingsResponse.FromTypeEnum fromType)
public CharacterStandingsResponse standing(Float standing)
public Float getStanding()
public void setStanding(Float standing)
Copyright © 2020. All Rights Reserved.