public class TripGroupSchedule extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TripGroupSchedule.Builder |
| 构造器和说明 |
|---|
TripGroupSchedule() |
TripGroupSchedule(TripGroupSchedule.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDeparture() |
String |
getDestination() |
String |
getRemark() |
String |
getTransportation() |
String |
getTripEndTime() |
String |
getTripInterval() |
String |
getTripStartTime() |
String |
getTripType() |
static TripGroupSchedule.Builder |
newBuilder() |
void |
setDeparture(String departure) |
void |
setDestination(String destination) |
void |
setRemark(String remark) |
void |
setTransportation(String transportation) |
void |
setTripEndTime(String tripEndTime) |
void |
setTripInterval(String tripInterval) |
void |
setTripStartTime(String tripStartTime) |
void |
setTripType(String tripType) |
public TripGroupSchedule()
public TripGroupSchedule(TripGroupSchedule.Builder builder)
public static TripGroupSchedule.Builder newBuilder()
public String getTripStartTime()
public void setTripStartTime(String tripStartTime)
public String getTripEndTime()
public void setTripEndTime(String tripEndTime)
public String getTripInterval()
public void setTripInterval(String tripInterval)
public String getDeparture()
public void setDeparture(String departure)
public String getDestination()
public void setDestination(String destination)
public String getTransportation()
public void setTransportation(String transportation)
public String getTripType()
public void setTripType(String tripType)
public String getRemark()
public void setRemark(String remark)
Copyright © 2022. All rights reserved.