public class PassStationLine
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR |
long |
distance |
java.util.Date |
endTime
停运时间
|
java.lang.String |
name
路线名称
|
int |
pathId
线路编号
|
java.util.Date |
startTime
开始时间
|
int |
stationCount
线路总站台个数
|
int |
type
类型 1:公交;2:地铁
|
构造器和说明 |
---|
PassStationLine() |
PassStationLine(Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public long distance
public java.util.Date startTime
public java.util.Date endTime
public int stationCount
public int pathId
public int type
public java.lang.String name
public static final <any> CREATOR