| Constructor and Description |
|---|
GetMetroStationsByIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCityId() |
java.lang.String |
getColor() |
java.lang.Integer |
getId() |
java.lang.String |
getName() |
int |
hashCode() |
GetMetroStationsByIdResponse |
setCityId(java.lang.Integer cityId) |
GetMetroStationsByIdResponse |
setColor(java.lang.String color) |
GetMetroStationsByIdResponse |
setId(java.lang.Integer id) |
GetMetroStationsByIdResponse |
setName(java.lang.String name) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getCityId()
public GetMetroStationsByIdResponse setCityId(java.lang.Integer cityId)
public java.lang.String getColor()
public GetMetroStationsByIdResponse setColor(java.lang.String color)
public java.lang.Integer getId()
public GetMetroStationsByIdResponse setId(java.lang.Integer id)
public java.lang.String getName()
public GetMetroStationsByIdResponse setName(java.lang.String name)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()