@@ -72,38 +72,38 @@ public Builder setRoutePoints(List<RoutePoint> routePoints) {
72
72
return this ;
73
73
}
74
74
75
- public Builder setRouteName (String mRouteName ) {
76
- this . mRouteName = mRouteName ;
75
+ public Builder setRouteName (String routeName ) {
76
+ mRouteName = routeName ;
77
77
return this ;
78
78
}
79
79
80
- public Builder setRouteDesc (String mRouteDesc ) {
81
- this . mRouteDesc = mRouteDesc ;
80
+ public Builder setRouteDesc (String routeDesc ) {
81
+ mRouteDesc = routeDesc ;
82
82
return this ;
83
83
}
84
84
85
- public Builder setRouteCmt (String mRouteCmt ) {
86
- this . mRouteCmt = mRouteCmt ;
85
+ public Builder setRouteCmt (String routeCmt ) {
86
+ mRouteCmt = routeCmt ;
87
87
return this ;
88
88
}
89
89
90
- public Builder setRouteSrc (String mRouteSrc ) {
91
- this . mRouteSrc = mRouteSrc ;
90
+ public Builder setRouteSrc (String routeSrc ) {
91
+ mRouteSrc = routeSrc ;
92
92
return this ;
93
93
}
94
94
95
- public Builder setRouteNumber (Integer mRouteNumber ) {
96
- this . mRouteNumber = mRouteNumber ;
95
+ public Builder setRouteNumber (Integer routeNumber ) {
96
+ mRouteNumber = routeNumber ;
97
97
return this ;
98
98
}
99
99
100
- public Builder setRouteLink (Link mRouteLink ) {
101
- this . mRouteLink = mRouteLink ;
100
+ public Builder setRouteLink (Link routeLink ) {
101
+ mRouteLink = routeLink ;
102
102
return this ;
103
103
}
104
104
105
- public Builder setRouteType (String mRouteType ) {
106
- this . mRouteType = mRouteType ;
105
+ public Builder setRouteType (String routeType ) {
106
+ mRouteType = routeType ;
107
107
return this ;
108
108
}
109
109
0 commit comments