Class RouteBean
- java.lang.Object
-
- org.onebusaway.transit_data.model.RouteBean
-
- All Implemented Interfaces:
Serializable
public final class RouteBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteBean.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouteBean.Builder
builder()
static RouteBean.Builder
builder(RouteBean bean)
boolean
equals(Object obj)
AgencyBean
getAgency()
String
getColor()
String
getDescription()
String
getId()
String
getLongName()
String
getShortName()
String
getTextColor()
int
getType()
String
getUrl()
int
hashCode()
-
-
-
Method Detail
-
builder
public static RouteBean.Builder builder()
-
builder
public static RouteBean.Builder builder(RouteBean bean)
-
getId
public String getId()
-
getShortName
public String getShortName()
-
getLongName
public String getLongName()
-
getDescription
public String getDescription()
-
getType
public int getType()
-
getUrl
public String getUrl()
-
getColor
public String getColor()
-
getTextColor
public String getTextColor()
-
getAgency
public AgencyBean getAgency()
-
-