public class CorporationStandingsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStandingsResponse.FromTypeEnum
from_type string
|
| 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 CorporationStandingsResponse fromId(Integer fromId)
public Integer getFromId()
public void setFromId(Integer fromId)
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)
Copyright © 2019. All Rights Reserved.