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