@@ -7,168 +7,168 @@ |
||
7 | 7 | class PddPromotionLimitedActivityCreateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddPromotionLimitedActivityCreateRequest_RequestItem>, "request") |
|
15 | - */ |
|
16 | - private $request; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddPromotionLimitedActivityCreateRequest_RequestItem>, "request") |
|
15 | + */ |
|
16 | + private $request; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "request", $this->request); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "request", $this->request); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.promotion.limited.activity.create"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.promotion.limited.activity.create"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setRequest($request) |
|
40 | - { |
|
41 | - $this->request = $request; |
|
42 | - } |
|
39 | + public function setRequest($request) |
|
40 | + { |
|
41 | + $this->request = $request; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddPromotionLimitedActivityCreateRequest_RequestItem extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - /** |
|
55 | - * @JsonProperty(String, "activity_name") |
|
56 | - */ |
|
57 | - private $activityName; |
|
58 | - |
|
59 | - /** |
|
60 | - * @JsonProperty(Integer, "activity_type") |
|
61 | - */ |
|
62 | - private $activityType; |
|
63 | - |
|
64 | - /** |
|
65 | - * @JsonProperty(Long, "discount") |
|
66 | - */ |
|
67 | - private $discount; |
|
68 | - |
|
69 | - /** |
|
70 | - * @JsonProperty(Long, "end_time") |
|
71 | - */ |
|
72 | - private $endTime; |
|
73 | - |
|
74 | - /** |
|
75 | - * @JsonProperty(Long, "goods_id") |
|
76 | - */ |
|
77 | - private $goodsId; |
|
78 | - |
|
79 | - /** |
|
80 | - * @JsonProperty(Long, "quantity") |
|
81 | - */ |
|
82 | - private $quantity; |
|
83 | - |
|
84 | - /** |
|
85 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddPromotionLimitedActivityCreateRequest_RequestItemSkuPriceListItem>, "sku_price_list") |
|
86 | - */ |
|
87 | - private $skuPriceList; |
|
88 | - |
|
89 | - /** |
|
90 | - * @JsonProperty(Long, "start_time") |
|
91 | - */ |
|
92 | - private $startTime; |
|
93 | - |
|
94 | - /** |
|
95 | - * @JsonProperty(Long, "user_activity_limit") |
|
96 | - */ |
|
97 | - private $userActivityLimit; |
|
98 | - |
|
99 | - public function setActivityName($activityName) |
|
100 | - { |
|
101 | - $this->activityName = $activityName; |
|
102 | - } |
|
103 | - |
|
104 | - public function setActivityType($activityType) |
|
105 | - { |
|
106 | - $this->activityType = $activityType; |
|
107 | - } |
|
108 | - |
|
109 | - public function setDiscount($discount) |
|
110 | - { |
|
111 | - $this->discount = $discount; |
|
112 | - } |
|
113 | - |
|
114 | - public function setEndTime($endTime) |
|
115 | - { |
|
116 | - $this->endTime = $endTime; |
|
117 | - } |
|
118 | - |
|
119 | - public function setGoodsId($goodsId) |
|
120 | - { |
|
121 | - $this->goodsId = $goodsId; |
|
122 | - } |
|
123 | - |
|
124 | - public function setQuantity($quantity) |
|
125 | - { |
|
126 | - $this->quantity = $quantity; |
|
127 | - } |
|
128 | - |
|
129 | - public function setSkuPriceList($skuPriceList) |
|
130 | - { |
|
131 | - $this->skuPriceList = $skuPriceList; |
|
132 | - } |
|
133 | - |
|
134 | - public function setStartTime($startTime) |
|
135 | - { |
|
136 | - $this->startTime = $startTime; |
|
137 | - } |
|
138 | - |
|
139 | - public function setUserActivityLimit($userActivityLimit) |
|
140 | - { |
|
141 | - $this->userActivityLimit = $userActivityLimit; |
|
142 | - } |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + /** |
|
55 | + * @JsonProperty(String, "activity_name") |
|
56 | + */ |
|
57 | + private $activityName; |
|
58 | + |
|
59 | + /** |
|
60 | + * @JsonProperty(Integer, "activity_type") |
|
61 | + */ |
|
62 | + private $activityType; |
|
63 | + |
|
64 | + /** |
|
65 | + * @JsonProperty(Long, "discount") |
|
66 | + */ |
|
67 | + private $discount; |
|
68 | + |
|
69 | + /** |
|
70 | + * @JsonProperty(Long, "end_time") |
|
71 | + */ |
|
72 | + private $endTime; |
|
73 | + |
|
74 | + /** |
|
75 | + * @JsonProperty(Long, "goods_id") |
|
76 | + */ |
|
77 | + private $goodsId; |
|
78 | + |
|
79 | + /** |
|
80 | + * @JsonProperty(Long, "quantity") |
|
81 | + */ |
|
82 | + private $quantity; |
|
83 | + |
|
84 | + /** |
|
85 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddPromotionLimitedActivityCreateRequest_RequestItemSkuPriceListItem>, "sku_price_list") |
|
86 | + */ |
|
87 | + private $skuPriceList; |
|
88 | + |
|
89 | + /** |
|
90 | + * @JsonProperty(Long, "start_time") |
|
91 | + */ |
|
92 | + private $startTime; |
|
93 | + |
|
94 | + /** |
|
95 | + * @JsonProperty(Long, "user_activity_limit") |
|
96 | + */ |
|
97 | + private $userActivityLimit; |
|
98 | + |
|
99 | + public function setActivityName($activityName) |
|
100 | + { |
|
101 | + $this->activityName = $activityName; |
|
102 | + } |
|
103 | + |
|
104 | + public function setActivityType($activityType) |
|
105 | + { |
|
106 | + $this->activityType = $activityType; |
|
107 | + } |
|
108 | + |
|
109 | + public function setDiscount($discount) |
|
110 | + { |
|
111 | + $this->discount = $discount; |
|
112 | + } |
|
113 | + |
|
114 | + public function setEndTime($endTime) |
|
115 | + { |
|
116 | + $this->endTime = $endTime; |
|
117 | + } |
|
118 | + |
|
119 | + public function setGoodsId($goodsId) |
|
120 | + { |
|
121 | + $this->goodsId = $goodsId; |
|
122 | + } |
|
123 | + |
|
124 | + public function setQuantity($quantity) |
|
125 | + { |
|
126 | + $this->quantity = $quantity; |
|
127 | + } |
|
128 | + |
|
129 | + public function setSkuPriceList($skuPriceList) |
|
130 | + { |
|
131 | + $this->skuPriceList = $skuPriceList; |
|
132 | + } |
|
133 | + |
|
134 | + public function setStartTime($startTime) |
|
135 | + { |
|
136 | + $this->startTime = $startTime; |
|
137 | + } |
|
138 | + |
|
139 | + public function setUserActivityLimit($userActivityLimit) |
|
140 | + { |
|
141 | + $this->userActivityLimit = $userActivityLimit; |
|
142 | + } |
|
143 | 143 | |
144 | 144 | } |
145 | 145 | |
146 | 146 | class PddPromotionLimitedActivityCreateRequest_RequestItemSkuPriceListItem extends PopBaseJsonEntity |
147 | 147 | { |
148 | 148 | |
149 | - public function __construct() |
|
150 | - { |
|
149 | + public function __construct() |
|
150 | + { |
|
151 | 151 | |
152 | - } |
|
152 | + } |
|
153 | 153 | |
154 | - /** |
|
155 | - * @JsonProperty(Long, "activity_price") |
|
156 | - */ |
|
157 | - private $activityPrice; |
|
154 | + /** |
|
155 | + * @JsonProperty(Long, "activity_price") |
|
156 | + */ |
|
157 | + private $activityPrice; |
|
158 | 158 | |
159 | - /** |
|
160 | - * @JsonProperty(Long, "sku_id") |
|
161 | - */ |
|
162 | - private $skuId; |
|
159 | + /** |
|
160 | + * @JsonProperty(Long, "sku_id") |
|
161 | + */ |
|
162 | + private $skuId; |
|
163 | 163 | |
164 | - public function setActivityPrice($activityPrice) |
|
165 | - { |
|
166 | - $this->activityPrice = $activityPrice; |
|
167 | - } |
|
164 | + public function setActivityPrice($activityPrice) |
|
165 | + { |
|
166 | + $this->activityPrice = $activityPrice; |
|
167 | + } |
|
168 | 168 | |
169 | - public function setSkuId($skuId) |
|
170 | - { |
|
171 | - $this->skuId = $skuId; |
|
172 | - } |
|
169 | + public function setSkuId($skuId) |
|
170 | + { |
|
171 | + $this->skuId = $skuId; |
|
172 | + } |
|
173 | 173 | |
174 | 174 | } |
@@ -7,307 +7,307 @@ |
||
7 | 7 | class PddFlightCallbackConfirmChangeRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "change_time") |
|
15 | - */ |
|
16 | - private $changeTime; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "change_type") |
|
20 | - */ |
|
21 | - private $changeType; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "error_code") |
|
25 | - */ |
|
26 | - private $errorCode; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "error_msg") |
|
30 | - */ |
|
31 | - private $errorMsg; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "out_change_no") |
|
35 | - */ |
|
36 | - private $outChangeNo; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "out_order_no") |
|
40 | - */ |
|
41 | - private $outOrderNo; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "parent_travel_sn") |
|
45 | - */ |
|
46 | - private $parentTravelSn; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightCallbackConfirmChangeRequest_PassengerInfoListItem>, "passenger_info_list") |
|
50 | - */ |
|
51 | - private $passengerInfoList; |
|
52 | - |
|
53 | - /** |
|
54 | - * @JsonProperty(String, "sub_trace_id") |
|
55 | - */ |
|
56 | - private $subTraceId; |
|
57 | - |
|
58 | - /** |
|
59 | - * @JsonProperty(String, "trace_id") |
|
60 | - */ |
|
61 | - private $traceId; |
|
62 | - |
|
63 | - protected function setUserParams(&$params) |
|
64 | - { |
|
65 | - $this->setUserParam($params, "change_time", $this->changeTime); |
|
66 | - $this->setUserParam($params, "change_type", $this->changeType); |
|
67 | - $this->setUserParam($params, "error_code", $this->errorCode); |
|
68 | - $this->setUserParam($params, "error_msg", $this->errorMsg); |
|
69 | - $this->setUserParam($params, "out_change_no", $this->outChangeNo); |
|
70 | - $this->setUserParam($params, "out_order_no", $this->outOrderNo); |
|
71 | - $this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn); |
|
72 | - $this->setUserParam($params, "passenger_info_list", $this->passengerInfoList); |
|
73 | - $this->setUserParam($params, "sub_trace_id", $this->subTraceId); |
|
74 | - $this->setUserParam($params, "trace_id", $this->traceId); |
|
75 | - |
|
76 | - } |
|
77 | - |
|
78 | - public function getVersion() |
|
79 | - { |
|
80 | - return "V1"; |
|
81 | - } |
|
82 | - |
|
83 | - public function getDataType() |
|
84 | - { |
|
85 | - return "JSON"; |
|
86 | - } |
|
87 | - |
|
88 | - public function getType() |
|
89 | - { |
|
90 | - return "pdd.flight.callback.confirm.change"; |
|
91 | - } |
|
92 | - |
|
93 | - public function setChangeTime($changeTime) |
|
94 | - { |
|
95 | - $this->changeTime = $changeTime; |
|
96 | - } |
|
97 | - |
|
98 | - public function setChangeType($changeType) |
|
99 | - { |
|
100 | - $this->changeType = $changeType; |
|
101 | - } |
|
102 | - |
|
103 | - public function setErrorCode($errorCode) |
|
104 | - { |
|
105 | - $this->errorCode = $errorCode; |
|
106 | - } |
|
107 | - |
|
108 | - public function setErrorMsg($errorMsg) |
|
109 | - { |
|
110 | - $this->errorMsg = $errorMsg; |
|
111 | - } |
|
112 | - |
|
113 | - public function setOutChangeNo($outChangeNo) |
|
114 | - { |
|
115 | - $this->outChangeNo = $outChangeNo; |
|
116 | - } |
|
117 | - |
|
118 | - public function setOutOrderNo($outOrderNo) |
|
119 | - { |
|
120 | - $this->outOrderNo = $outOrderNo; |
|
121 | - } |
|
122 | - |
|
123 | - public function setParentTravelSn($parentTravelSn) |
|
124 | - { |
|
125 | - $this->parentTravelSn = $parentTravelSn; |
|
126 | - } |
|
127 | - |
|
128 | - public function setPassengerInfoList($passengerInfoList) |
|
129 | - { |
|
130 | - $this->passengerInfoList = $passengerInfoList; |
|
131 | - } |
|
132 | - |
|
133 | - public function setSubTraceId($subTraceId) |
|
134 | - { |
|
135 | - $this->subTraceId = $subTraceId; |
|
136 | - } |
|
137 | - |
|
138 | - public function setTraceId($traceId) |
|
139 | - { |
|
140 | - $this->traceId = $traceId; |
|
141 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "change_time") |
|
15 | + */ |
|
16 | + private $changeTime; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "change_type") |
|
20 | + */ |
|
21 | + private $changeType; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "error_code") |
|
25 | + */ |
|
26 | + private $errorCode; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "error_msg") |
|
30 | + */ |
|
31 | + private $errorMsg; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "out_change_no") |
|
35 | + */ |
|
36 | + private $outChangeNo; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "out_order_no") |
|
40 | + */ |
|
41 | + private $outOrderNo; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "parent_travel_sn") |
|
45 | + */ |
|
46 | + private $parentTravelSn; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddFlightCallbackConfirmChangeRequest_PassengerInfoListItem>, "passenger_info_list") |
|
50 | + */ |
|
51 | + private $passengerInfoList; |
|
52 | + |
|
53 | + /** |
|
54 | + * @JsonProperty(String, "sub_trace_id") |
|
55 | + */ |
|
56 | + private $subTraceId; |
|
57 | + |
|
58 | + /** |
|
59 | + * @JsonProperty(String, "trace_id") |
|
60 | + */ |
|
61 | + private $traceId; |
|
62 | + |
|
63 | + protected function setUserParams(&$params) |
|
64 | + { |
|
65 | + $this->setUserParam($params, "change_time", $this->changeTime); |
|
66 | + $this->setUserParam($params, "change_type", $this->changeType); |
|
67 | + $this->setUserParam($params, "error_code", $this->errorCode); |
|
68 | + $this->setUserParam($params, "error_msg", $this->errorMsg); |
|
69 | + $this->setUserParam($params, "out_change_no", $this->outChangeNo); |
|
70 | + $this->setUserParam($params, "out_order_no", $this->outOrderNo); |
|
71 | + $this->setUserParam($params, "parent_travel_sn", $this->parentTravelSn); |
|
72 | + $this->setUserParam($params, "passenger_info_list", $this->passengerInfoList); |
|
73 | + $this->setUserParam($params, "sub_trace_id", $this->subTraceId); |
|
74 | + $this->setUserParam($params, "trace_id", $this->traceId); |
|
75 | + |
|
76 | + } |
|
77 | + |
|
78 | + public function getVersion() |
|
79 | + { |
|
80 | + return "V1"; |
|
81 | + } |
|
82 | + |
|
83 | + public function getDataType() |
|
84 | + { |
|
85 | + return "JSON"; |
|
86 | + } |
|
87 | + |
|
88 | + public function getType() |
|
89 | + { |
|
90 | + return "pdd.flight.callback.confirm.change"; |
|
91 | + } |
|
92 | + |
|
93 | + public function setChangeTime($changeTime) |
|
94 | + { |
|
95 | + $this->changeTime = $changeTime; |
|
96 | + } |
|
97 | + |
|
98 | + public function setChangeType($changeType) |
|
99 | + { |
|
100 | + $this->changeType = $changeType; |
|
101 | + } |
|
102 | + |
|
103 | + public function setErrorCode($errorCode) |
|
104 | + { |
|
105 | + $this->errorCode = $errorCode; |
|
106 | + } |
|
107 | + |
|
108 | + public function setErrorMsg($errorMsg) |
|
109 | + { |
|
110 | + $this->errorMsg = $errorMsg; |
|
111 | + } |
|
112 | + |
|
113 | + public function setOutChangeNo($outChangeNo) |
|
114 | + { |
|
115 | + $this->outChangeNo = $outChangeNo; |
|
116 | + } |
|
117 | + |
|
118 | + public function setOutOrderNo($outOrderNo) |
|
119 | + { |
|
120 | + $this->outOrderNo = $outOrderNo; |
|
121 | + } |
|
122 | + |
|
123 | + public function setParentTravelSn($parentTravelSn) |
|
124 | + { |
|
125 | + $this->parentTravelSn = $parentTravelSn; |
|
126 | + } |
|
127 | + |
|
128 | + public function setPassengerInfoList($passengerInfoList) |
|
129 | + { |
|
130 | + $this->passengerInfoList = $passengerInfoList; |
|
131 | + } |
|
132 | + |
|
133 | + public function setSubTraceId($subTraceId) |
|
134 | + { |
|
135 | + $this->subTraceId = $subTraceId; |
|
136 | + } |
|
137 | + |
|
138 | + public function setTraceId($traceId) |
|
139 | + { |
|
140 | + $this->traceId = $traceId; |
|
141 | + } |
|
142 | 142 | |
143 | 143 | } |
144 | 144 | |
145 | 145 | class PddFlightCallbackConfirmChangeRequest_PassengerInfoListItem extends PopBaseJsonEntity |
146 | 146 | { |
147 | 147 | |
148 | - public function __construct() |
|
149 | - { |
|
150 | - |
|
151 | - } |
|
152 | - |
|
153 | - /** |
|
154 | - * @JsonProperty(Long, "airport_tax") |
|
155 | - */ |
|
156 | - private $airportTax; |
|
157 | - |
|
158 | - /** |
|
159 | - * @JsonProperty(String, "change_ticket_no") |
|
160 | - */ |
|
161 | - private $changeTicketNo; |
|
162 | - |
|
163 | - /** |
|
164 | - * @JsonProperty(Long, "fuel_tax") |
|
165 | - */ |
|
166 | - private $fuelTax; |
|
167 | - |
|
168 | - /** |
|
169 | - * @JsonProperty(String, "identity_no") |
|
170 | - */ |
|
171 | - private $identityNo; |
|
172 | - |
|
173 | - /** |
|
174 | - * @JsonProperty(String, "identity_type") |
|
175 | - */ |
|
176 | - private $identityType; |
|
177 | - |
|
178 | - /** |
|
179 | - * @JsonProperty(String, "name") |
|
180 | - */ |
|
181 | - private $name; |
|
182 | - |
|
183 | - /** |
|
184 | - * @JsonProperty(String, "origin_pnr") |
|
185 | - */ |
|
186 | - private $originPnr; |
|
187 | - |
|
188 | - /** |
|
189 | - * @JsonProperty(String, "origin_ticket_no") |
|
190 | - */ |
|
191 | - private $originTicketNo; |
|
192 | - |
|
193 | - /** |
|
194 | - * @JsonProperty(Long, "pay") |
|
195 | - */ |
|
196 | - private $pay; |
|
197 | - |
|
198 | - /** |
|
199 | - * @JsonProperty(Long, "pay_airline_tax") |
|
200 | - */ |
|
201 | - private $payAirlineTax; |
|
202 | - |
|
203 | - /** |
|
204 | - * @JsonProperty(Long, "pay_fee") |
|
205 | - */ |
|
206 | - private $payFee; |
|
207 | - |
|
208 | - /** |
|
209 | - * @JsonProperty(Long, "pay_fuel_tax") |
|
210 | - */ |
|
211 | - private $payFuelTax; |
|
212 | - |
|
213 | - /** |
|
214 | - * @JsonProperty(Long, "pay_price") |
|
215 | - */ |
|
216 | - private $payPrice; |
|
217 | - |
|
218 | - /** |
|
219 | - * @JsonProperty(Long, "price") |
|
220 | - */ |
|
221 | - private $price; |
|
222 | - |
|
223 | - /** |
|
224 | - * @JsonProperty(String, "sub_out_change_no") |
|
225 | - */ |
|
226 | - private $subOutChangeNo; |
|
227 | - |
|
228 | - /** |
|
229 | - * @JsonProperty(String, "travel_sn") |
|
230 | - */ |
|
231 | - private $travelSn; |
|
232 | - |
|
233 | - public function setAirportTax($airportTax) |
|
234 | - { |
|
235 | - $this->airportTax = $airportTax; |
|
236 | - } |
|
237 | - |
|
238 | - public function setChangeTicketNo($changeTicketNo) |
|
239 | - { |
|
240 | - $this->changeTicketNo = $changeTicketNo; |
|
241 | - } |
|
242 | - |
|
243 | - public function setFuelTax($fuelTax) |
|
244 | - { |
|
245 | - $this->fuelTax = $fuelTax; |
|
246 | - } |
|
247 | - |
|
248 | - public function setIdentityNo($identityNo) |
|
249 | - { |
|
250 | - $this->identityNo = $identityNo; |
|
251 | - } |
|
252 | - |
|
253 | - public function setIdentityType($identityType) |
|
254 | - { |
|
255 | - $this->identityType = $identityType; |
|
256 | - } |
|
257 | - |
|
258 | - public function setName($name) |
|
259 | - { |
|
260 | - $this->name = $name; |
|
261 | - } |
|
262 | - |
|
263 | - public function setOriginPnr($originPnr) |
|
264 | - { |
|
265 | - $this->originPnr = $originPnr; |
|
266 | - } |
|
267 | - |
|
268 | - public function setOriginTicketNo($originTicketNo) |
|
269 | - { |
|
270 | - $this->originTicketNo = $originTicketNo; |
|
271 | - } |
|
272 | - |
|
273 | - public function setPay($pay) |
|
274 | - { |
|
275 | - $this->pay = $pay; |
|
276 | - } |
|
277 | - |
|
278 | - public function setPayAirlineTax($payAirlineTax) |
|
279 | - { |
|
280 | - $this->payAirlineTax = $payAirlineTax; |
|
281 | - } |
|
282 | - |
|
283 | - public function setPayFee($payFee) |
|
284 | - { |
|
285 | - $this->payFee = $payFee; |
|
286 | - } |
|
287 | - |
|
288 | - public function setPayFuelTax($payFuelTax) |
|
289 | - { |
|
290 | - $this->payFuelTax = $payFuelTax; |
|
291 | - } |
|
292 | - |
|
293 | - public function setPayPrice($payPrice) |
|
294 | - { |
|
295 | - $this->payPrice = $payPrice; |
|
296 | - } |
|
297 | - |
|
298 | - public function setPrice($price) |
|
299 | - { |
|
300 | - $this->price = $price; |
|
301 | - } |
|
302 | - |
|
303 | - public function setSubOutChangeNo($subOutChangeNo) |
|
304 | - { |
|
305 | - $this->subOutChangeNo = $subOutChangeNo; |
|
306 | - } |
|
307 | - |
|
308 | - public function setTravelSn($travelSn) |
|
309 | - { |
|
310 | - $this->travelSn = $travelSn; |
|
311 | - } |
|
148 | + public function __construct() |
|
149 | + { |
|
150 | + |
|
151 | + } |
|
152 | + |
|
153 | + /** |
|
154 | + * @JsonProperty(Long, "airport_tax") |
|
155 | + */ |
|
156 | + private $airportTax; |
|
157 | + |
|
158 | + /** |
|
159 | + * @JsonProperty(String, "change_ticket_no") |
|
160 | + */ |
|
161 | + private $changeTicketNo; |
|
162 | + |
|
163 | + /** |
|
164 | + * @JsonProperty(Long, "fuel_tax") |
|
165 | + */ |
|
166 | + private $fuelTax; |
|
167 | + |
|
168 | + /** |
|
169 | + * @JsonProperty(String, "identity_no") |
|
170 | + */ |
|
171 | + private $identityNo; |
|
172 | + |
|
173 | + /** |
|
174 | + * @JsonProperty(String, "identity_type") |
|
175 | + */ |
|
176 | + private $identityType; |
|
177 | + |
|
178 | + /** |
|
179 | + * @JsonProperty(String, "name") |
|
180 | + */ |
|
181 | + private $name; |
|
182 | + |
|
183 | + /** |
|
184 | + * @JsonProperty(String, "origin_pnr") |
|
185 | + */ |
|
186 | + private $originPnr; |
|
187 | + |
|
188 | + /** |
|
189 | + * @JsonProperty(String, "origin_ticket_no") |
|
190 | + */ |
|
191 | + private $originTicketNo; |
|
192 | + |
|
193 | + /** |
|
194 | + * @JsonProperty(Long, "pay") |
|
195 | + */ |
|
196 | + private $pay; |
|
197 | + |
|
198 | + /** |
|
199 | + * @JsonProperty(Long, "pay_airline_tax") |
|
200 | + */ |
|
201 | + private $payAirlineTax; |
|
202 | + |
|
203 | + /** |
|
204 | + * @JsonProperty(Long, "pay_fee") |
|
205 | + */ |
|
206 | + private $payFee; |
|
207 | + |
|
208 | + /** |
|
209 | + * @JsonProperty(Long, "pay_fuel_tax") |
|
210 | + */ |
|
211 | + private $payFuelTax; |
|
212 | + |
|
213 | + /** |
|
214 | + * @JsonProperty(Long, "pay_price") |
|
215 | + */ |
|
216 | + private $payPrice; |
|
217 | + |
|
218 | + /** |
|
219 | + * @JsonProperty(Long, "price") |
|
220 | + */ |
|
221 | + private $price; |
|
222 | + |
|
223 | + /** |
|
224 | + * @JsonProperty(String, "sub_out_change_no") |
|
225 | + */ |
|
226 | + private $subOutChangeNo; |
|
227 | + |
|
228 | + /** |
|
229 | + * @JsonProperty(String, "travel_sn") |
|
230 | + */ |
|
231 | + private $travelSn; |
|
232 | + |
|
233 | + public function setAirportTax($airportTax) |
|
234 | + { |
|
235 | + $this->airportTax = $airportTax; |
|
236 | + } |
|
237 | + |
|
238 | + public function setChangeTicketNo($changeTicketNo) |
|
239 | + { |
|
240 | + $this->changeTicketNo = $changeTicketNo; |
|
241 | + } |
|
242 | + |
|
243 | + public function setFuelTax($fuelTax) |
|
244 | + { |
|
245 | + $this->fuelTax = $fuelTax; |
|
246 | + } |
|
247 | + |
|
248 | + public function setIdentityNo($identityNo) |
|
249 | + { |
|
250 | + $this->identityNo = $identityNo; |
|
251 | + } |
|
252 | + |
|
253 | + public function setIdentityType($identityType) |
|
254 | + { |
|
255 | + $this->identityType = $identityType; |
|
256 | + } |
|
257 | + |
|
258 | + public function setName($name) |
|
259 | + { |
|
260 | + $this->name = $name; |
|
261 | + } |
|
262 | + |
|
263 | + public function setOriginPnr($originPnr) |
|
264 | + { |
|
265 | + $this->originPnr = $originPnr; |
|
266 | + } |
|
267 | + |
|
268 | + public function setOriginTicketNo($originTicketNo) |
|
269 | + { |
|
270 | + $this->originTicketNo = $originTicketNo; |
|
271 | + } |
|
272 | + |
|
273 | + public function setPay($pay) |
|
274 | + { |
|
275 | + $this->pay = $pay; |
|
276 | + } |
|
277 | + |
|
278 | + public function setPayAirlineTax($payAirlineTax) |
|
279 | + { |
|
280 | + $this->payAirlineTax = $payAirlineTax; |
|
281 | + } |
|
282 | + |
|
283 | + public function setPayFee($payFee) |
|
284 | + { |
|
285 | + $this->payFee = $payFee; |
|
286 | + } |
|
287 | + |
|
288 | + public function setPayFuelTax($payFuelTax) |
|
289 | + { |
|
290 | + $this->payFuelTax = $payFuelTax; |
|
291 | + } |
|
292 | + |
|
293 | + public function setPayPrice($payPrice) |
|
294 | + { |
|
295 | + $this->payPrice = $payPrice; |
|
296 | + } |
|
297 | + |
|
298 | + public function setPrice($price) |
|
299 | + { |
|
300 | + $this->price = $price; |
|
301 | + } |
|
302 | + |
|
303 | + public function setSubOutChangeNo($subOutChangeNo) |
|
304 | + { |
|
305 | + $this->subOutChangeNo = $subOutChangeNo; |
|
306 | + } |
|
307 | + |
|
308 | + public function setTravelSn($travelSn) |
|
309 | + { |
|
310 | + $this->travelSn = $travelSn; |
|
311 | + } |
|
312 | 312 | |
313 | 313 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddPngPermissionsMallStaffPushConfirmRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "from_mall_id") |
|
15 | - */ |
|
16 | - private $fromMallId; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "from_mall_id", $this->fromMallId); |
|
21 | - |
|
22 | - } |
|
23 | - |
|
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
28 | - |
|
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
33 | - |
|
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.png.permissions.mall.staff.push.confirm"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setFromMallId($fromMallId) |
|
40 | - { |
|
41 | - $this->fromMallId = $fromMallId; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "from_mall_id") |
|
15 | + */ |
|
16 | + private $fromMallId; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "from_mall_id", $this->fromMallId); |
|
21 | + |
|
22 | + } |
|
23 | + |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | + |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | + |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.png.permissions.mall.staff.push.confirm"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setFromMallId($fromMallId) |
|
40 | + { |
|
41 | + $this->fromMallId = $fromMallId; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,82 +7,82 @@ |
||
7 | 7 | class PddDdkAllOrderListIncrementGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "end_update_time") |
|
15 | - */ |
|
16 | - private $endUpdateTime; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "page") |
|
20 | - */ |
|
21 | - private $page; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "page_size") |
|
25 | - */ |
|
26 | - private $pageSize; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Long, "start_update_time") |
|
30 | - */ |
|
31 | - private $startUpdateTime; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Integer, "query_order_type") |
|
35 | - */ |
|
36 | - private $queryOrderType; |
|
37 | - |
|
38 | - protected function setUserParams(&$params) |
|
39 | - { |
|
40 | - $this->setUserParam($params, "end_update_time", $this->endUpdateTime); |
|
41 | - $this->setUserParam($params, "page", $this->page); |
|
42 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
43 | - $this->setUserParam($params, "start_update_time", $this->startUpdateTime); |
|
44 | - $this->setUserParam($params, "query_order_type", $this->queryOrderType); |
|
45 | - |
|
46 | - } |
|
47 | - |
|
48 | - public function getVersion() |
|
49 | - { |
|
50 | - return "V1"; |
|
51 | - } |
|
52 | - |
|
53 | - public function getDataType() |
|
54 | - { |
|
55 | - return "JSON"; |
|
56 | - } |
|
57 | - |
|
58 | - public function getType() |
|
59 | - { |
|
60 | - return "pdd.ddk.all.order.list.increment.get"; |
|
61 | - } |
|
62 | - |
|
63 | - public function setEndUpdateTime($endUpdateTime) |
|
64 | - { |
|
65 | - $this->endUpdateTime = $endUpdateTime; |
|
66 | - } |
|
67 | - |
|
68 | - public function setPage($page) |
|
69 | - { |
|
70 | - $this->page = $page; |
|
71 | - } |
|
72 | - |
|
73 | - public function setPageSize($pageSize) |
|
74 | - { |
|
75 | - $this->pageSize = $pageSize; |
|
76 | - } |
|
77 | - |
|
78 | - public function setStartUpdateTime($startUpdateTime) |
|
79 | - { |
|
80 | - $this->startUpdateTime = $startUpdateTime; |
|
81 | - } |
|
82 | - |
|
83 | - public function setQueryOrderType($queryOrderType) |
|
84 | - { |
|
85 | - $this->queryOrderType = $queryOrderType; |
|
86 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "end_update_time") |
|
15 | + */ |
|
16 | + private $endUpdateTime; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "page") |
|
20 | + */ |
|
21 | + private $page; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "page_size") |
|
25 | + */ |
|
26 | + private $pageSize; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Long, "start_update_time") |
|
30 | + */ |
|
31 | + private $startUpdateTime; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Integer, "query_order_type") |
|
35 | + */ |
|
36 | + private $queryOrderType; |
|
37 | + |
|
38 | + protected function setUserParams(&$params) |
|
39 | + { |
|
40 | + $this->setUserParam($params, "end_update_time", $this->endUpdateTime); |
|
41 | + $this->setUserParam($params, "page", $this->page); |
|
42 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
43 | + $this->setUserParam($params, "start_update_time", $this->startUpdateTime); |
|
44 | + $this->setUserParam($params, "query_order_type", $this->queryOrderType); |
|
45 | + |
|
46 | + } |
|
47 | + |
|
48 | + public function getVersion() |
|
49 | + { |
|
50 | + return "V1"; |
|
51 | + } |
|
52 | + |
|
53 | + public function getDataType() |
|
54 | + { |
|
55 | + return "JSON"; |
|
56 | + } |
|
57 | + |
|
58 | + public function getType() |
|
59 | + { |
|
60 | + return "pdd.ddk.all.order.list.increment.get"; |
|
61 | + } |
|
62 | + |
|
63 | + public function setEndUpdateTime($endUpdateTime) |
|
64 | + { |
|
65 | + $this->endUpdateTime = $endUpdateTime; |
|
66 | + } |
|
67 | + |
|
68 | + public function setPage($page) |
|
69 | + { |
|
70 | + $this->page = $page; |
|
71 | + } |
|
72 | + |
|
73 | + public function setPageSize($pageSize) |
|
74 | + { |
|
75 | + $this->pageSize = $pageSize; |
|
76 | + } |
|
77 | + |
|
78 | + public function setStartUpdateTime($startUpdateTime) |
|
79 | + { |
|
80 | + $this->startUpdateTime = $startUpdateTime; |
|
81 | + } |
|
82 | + |
|
83 | + public function setQueryOrderType($queryOrderType) |
|
84 | + { |
|
85 | + $this->queryOrderType = $queryOrderType; |
|
86 | + } |
|
87 | 87 | |
88 | 88 | } |
@@ -7,148 +7,148 @@ |
||
7 | 7 | class PddLogisticsCsSessionStartRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "session_id") |
|
15 | - */ |
|
16 | - private $sessionId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "wp_session_id") |
|
20 | - */ |
|
21 | - private $wpSessionId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "action_time") |
|
25 | - */ |
|
26 | - private $actionTime; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "biz_type") |
|
30 | - */ |
|
31 | - private $bizType; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "dealer_id") |
|
35 | - */ |
|
36 | - private $dealerId; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "queue_id") |
|
40 | - */ |
|
41 | - private $queueId; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "queue_name") |
|
45 | - */ |
|
46 | - private $queueName; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(Integer, "queue_index") |
|
50 | - */ |
|
51 | - private $queueIndex; |
|
52 | - |
|
53 | - /** |
|
54 | - * @JsonProperty(Integer, "exception_code") |
|
55 | - */ |
|
56 | - private $exceptionCode; |
|
57 | - |
|
58 | - /** |
|
59 | - * @JsonProperty(String, "exception_msg") |
|
60 | - */ |
|
61 | - private $exceptionMsg; |
|
62 | - |
|
63 | - /** |
|
64 | - * @JsonProperty(String, "queue_address") |
|
65 | - */ |
|
66 | - private $queueAddress; |
|
67 | - |
|
68 | - protected function setUserParams(&$params) |
|
69 | - { |
|
70 | - $this->setUserParam($params, "session_id", $this->sessionId); |
|
71 | - $this->setUserParam($params, "wp_session_id", $this->wpSessionId); |
|
72 | - $this->setUserParam($params, "action_time", $this->actionTime); |
|
73 | - $this->setUserParam($params, "biz_type", $this->bizType); |
|
74 | - $this->setUserParam($params, "dealer_id", $this->dealerId); |
|
75 | - $this->setUserParam($params, "queue_id", $this->queueId); |
|
76 | - $this->setUserParam($params, "queue_name", $this->queueName); |
|
77 | - $this->setUserParam($params, "queue_index", $this->queueIndex); |
|
78 | - $this->setUserParam($params, "exception_code", $this->exceptionCode); |
|
79 | - $this->setUserParam($params, "exception_msg", $this->exceptionMsg); |
|
80 | - $this->setUserParam($params, "queue_address", $this->queueAddress); |
|
81 | - |
|
82 | - } |
|
83 | - |
|
84 | - public function getVersion() |
|
85 | - { |
|
86 | - return "V1"; |
|
87 | - } |
|
88 | - |
|
89 | - public function getDataType() |
|
90 | - { |
|
91 | - return "JSON"; |
|
92 | - } |
|
93 | - |
|
94 | - public function getType() |
|
95 | - { |
|
96 | - return "pdd.logistics.cs.session.start"; |
|
97 | - } |
|
98 | - |
|
99 | - public function setSessionId($sessionId) |
|
100 | - { |
|
101 | - $this->sessionId = $sessionId; |
|
102 | - } |
|
103 | - |
|
104 | - public function setWpSessionId($wpSessionId) |
|
105 | - { |
|
106 | - $this->wpSessionId = $wpSessionId; |
|
107 | - } |
|
108 | - |
|
109 | - public function setActionTime($actionTime) |
|
110 | - { |
|
111 | - $this->actionTime = $actionTime; |
|
112 | - } |
|
113 | - |
|
114 | - public function setBizType($bizType) |
|
115 | - { |
|
116 | - $this->bizType = $bizType; |
|
117 | - } |
|
118 | - |
|
119 | - public function setDealerId($dealerId) |
|
120 | - { |
|
121 | - $this->dealerId = $dealerId; |
|
122 | - } |
|
123 | - |
|
124 | - public function setQueueId($queueId) |
|
125 | - { |
|
126 | - $this->queueId = $queueId; |
|
127 | - } |
|
128 | - |
|
129 | - public function setQueueName($queueName) |
|
130 | - { |
|
131 | - $this->queueName = $queueName; |
|
132 | - } |
|
133 | - |
|
134 | - public function setQueueIndex($queueIndex) |
|
135 | - { |
|
136 | - $this->queueIndex = $queueIndex; |
|
137 | - } |
|
138 | - |
|
139 | - public function setExceptionCode($exceptionCode) |
|
140 | - { |
|
141 | - $this->exceptionCode = $exceptionCode; |
|
142 | - } |
|
143 | - |
|
144 | - public function setExceptionMsg($exceptionMsg) |
|
145 | - { |
|
146 | - $this->exceptionMsg = $exceptionMsg; |
|
147 | - } |
|
148 | - |
|
149 | - public function setQueueAddress($queueAddress) |
|
150 | - { |
|
151 | - $this->queueAddress = $queueAddress; |
|
152 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "session_id") |
|
15 | + */ |
|
16 | + private $sessionId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "wp_session_id") |
|
20 | + */ |
|
21 | + private $wpSessionId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "action_time") |
|
25 | + */ |
|
26 | + private $actionTime; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "biz_type") |
|
30 | + */ |
|
31 | + private $bizType; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "dealer_id") |
|
35 | + */ |
|
36 | + private $dealerId; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "queue_id") |
|
40 | + */ |
|
41 | + private $queueId; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "queue_name") |
|
45 | + */ |
|
46 | + private $queueName; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(Integer, "queue_index") |
|
50 | + */ |
|
51 | + private $queueIndex; |
|
52 | + |
|
53 | + /** |
|
54 | + * @JsonProperty(Integer, "exception_code") |
|
55 | + */ |
|
56 | + private $exceptionCode; |
|
57 | + |
|
58 | + /** |
|
59 | + * @JsonProperty(String, "exception_msg") |
|
60 | + */ |
|
61 | + private $exceptionMsg; |
|
62 | + |
|
63 | + /** |
|
64 | + * @JsonProperty(String, "queue_address") |
|
65 | + */ |
|
66 | + private $queueAddress; |
|
67 | + |
|
68 | + protected function setUserParams(&$params) |
|
69 | + { |
|
70 | + $this->setUserParam($params, "session_id", $this->sessionId); |
|
71 | + $this->setUserParam($params, "wp_session_id", $this->wpSessionId); |
|
72 | + $this->setUserParam($params, "action_time", $this->actionTime); |
|
73 | + $this->setUserParam($params, "biz_type", $this->bizType); |
|
74 | + $this->setUserParam($params, "dealer_id", $this->dealerId); |
|
75 | + $this->setUserParam($params, "queue_id", $this->queueId); |
|
76 | + $this->setUserParam($params, "queue_name", $this->queueName); |
|
77 | + $this->setUserParam($params, "queue_index", $this->queueIndex); |
|
78 | + $this->setUserParam($params, "exception_code", $this->exceptionCode); |
|
79 | + $this->setUserParam($params, "exception_msg", $this->exceptionMsg); |
|
80 | + $this->setUserParam($params, "queue_address", $this->queueAddress); |
|
81 | + |
|
82 | + } |
|
83 | + |
|
84 | + public function getVersion() |
|
85 | + { |
|
86 | + return "V1"; |
|
87 | + } |
|
88 | + |
|
89 | + public function getDataType() |
|
90 | + { |
|
91 | + return "JSON"; |
|
92 | + } |
|
93 | + |
|
94 | + public function getType() |
|
95 | + { |
|
96 | + return "pdd.logistics.cs.session.start"; |
|
97 | + } |
|
98 | + |
|
99 | + public function setSessionId($sessionId) |
|
100 | + { |
|
101 | + $this->sessionId = $sessionId; |
|
102 | + } |
|
103 | + |
|
104 | + public function setWpSessionId($wpSessionId) |
|
105 | + { |
|
106 | + $this->wpSessionId = $wpSessionId; |
|
107 | + } |
|
108 | + |
|
109 | + public function setActionTime($actionTime) |
|
110 | + { |
|
111 | + $this->actionTime = $actionTime; |
|
112 | + } |
|
113 | + |
|
114 | + public function setBizType($bizType) |
|
115 | + { |
|
116 | + $this->bizType = $bizType; |
|
117 | + } |
|
118 | + |
|
119 | + public function setDealerId($dealerId) |
|
120 | + { |
|
121 | + $this->dealerId = $dealerId; |
|
122 | + } |
|
123 | + |
|
124 | + public function setQueueId($queueId) |
|
125 | + { |
|
126 | + $this->queueId = $queueId; |
|
127 | + } |
|
128 | + |
|
129 | + public function setQueueName($queueName) |
|
130 | + { |
|
131 | + $this->queueName = $queueName; |
|
132 | + } |
|
133 | + |
|
134 | + public function setQueueIndex($queueIndex) |
|
135 | + { |
|
136 | + $this->queueIndex = $queueIndex; |
|
137 | + } |
|
138 | + |
|
139 | + public function setExceptionCode($exceptionCode) |
|
140 | + { |
|
141 | + $this->exceptionCode = $exceptionCode; |
|
142 | + } |
|
143 | + |
|
144 | + public function setExceptionMsg($exceptionMsg) |
|
145 | + { |
|
146 | + $this->exceptionMsg = $exceptionMsg; |
|
147 | + } |
|
148 | + |
|
149 | + public function setQueueAddress($queueAddress) |
|
150 | + { |
|
151 | + $this->queueAddress = $queueAddress; |
|
152 | + } |
|
153 | 153 | |
154 | 154 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddAdApiKeywordRelevanceGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "goodsId") |
|
15 | - */ |
|
16 | - private $goodsId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(List<String>, "words") |
|
20 | - */ |
|
21 | - private $words; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "goodsId", $this->goodsId); |
|
26 | - $this->setUserParam($params, "words", $this->words); |
|
27 | - |
|
28 | - } |
|
29 | - |
|
30 | - public function getVersion() |
|
31 | - { |
|
32 | - return "V1"; |
|
33 | - } |
|
34 | - |
|
35 | - public function getDataType() |
|
36 | - { |
|
37 | - return "JSON"; |
|
38 | - } |
|
39 | - |
|
40 | - public function getType() |
|
41 | - { |
|
42 | - return "pdd.ad.api.keyword.relevance.get"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setGoodsId($goodsId) |
|
46 | - { |
|
47 | - $this->goodsId = $goodsId; |
|
48 | - } |
|
49 | - |
|
50 | - public function setWords($words) |
|
51 | - { |
|
52 | - $this->words = $words; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "goodsId") |
|
15 | + */ |
|
16 | + private $goodsId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(List<String>, "words") |
|
20 | + */ |
|
21 | + private $words; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "goodsId", $this->goodsId); |
|
26 | + $this->setUserParam($params, "words", $this->words); |
|
27 | + |
|
28 | + } |
|
29 | + |
|
30 | + public function getVersion() |
|
31 | + { |
|
32 | + return "V1"; |
|
33 | + } |
|
34 | + |
|
35 | + public function getDataType() |
|
36 | + { |
|
37 | + return "JSON"; |
|
38 | + } |
|
39 | + |
|
40 | + public function getType() |
|
41 | + { |
|
42 | + return "pdd.ad.api.keyword.relevance.get"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setGoodsId($goodsId) |
|
46 | + { |
|
47 | + $this->goodsId = $goodsId; |
|
48 | + } |
|
49 | + |
|
50 | + public function setWords($words) |
|
51 | + { |
|
52 | + $this->words = $words; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,115 +7,115 @@ |
||
7 | 7 | class PddKttOrderListRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "after_sales_status") |
|
15 | - */ |
|
16 | - private $afterSalesStatus; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "cancel_status") |
|
20 | - */ |
|
21 | - private $cancelStatus; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Long, "confirm_at_begin") |
|
25 | - */ |
|
26 | - private $confirmAtBegin; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Long, "confirm_at_end") |
|
30 | - */ |
|
31 | - private $confirmAtEnd; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Integer, "page_number") |
|
35 | - */ |
|
36 | - private $pageNumber; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Integer, "page_size") |
|
40 | - */ |
|
41 | - private $pageSize; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(Integer, "shipping_status") |
|
45 | - */ |
|
46 | - private $shippingStatus; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(Integer, "verification_status") |
|
50 | - */ |
|
51 | - private $verificationStatus; |
|
52 | - |
|
53 | - protected function setUserParams(&$params) |
|
54 | - { |
|
55 | - $this->setUserParam($params, "after_sales_status", $this->afterSalesStatus); |
|
56 | - $this->setUserParam($params, "cancel_status", $this->cancelStatus); |
|
57 | - $this->setUserParam($params, "confirm_at_begin", $this->confirmAtBegin); |
|
58 | - $this->setUserParam($params, "confirm_at_end", $this->confirmAtEnd); |
|
59 | - $this->setUserParam($params, "page_number", $this->pageNumber); |
|
60 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
61 | - $this->setUserParam($params, "shipping_status", $this->shippingStatus); |
|
62 | - $this->setUserParam($params, "verification_status", $this->verificationStatus); |
|
63 | - |
|
64 | - } |
|
65 | - |
|
66 | - public function getVersion() |
|
67 | - { |
|
68 | - return "V1"; |
|
69 | - } |
|
70 | - |
|
71 | - public function getDataType() |
|
72 | - { |
|
73 | - return "JSON"; |
|
74 | - } |
|
75 | - |
|
76 | - public function getType() |
|
77 | - { |
|
78 | - return "pdd.ktt.order.list"; |
|
79 | - } |
|
80 | - |
|
81 | - public function setAfterSalesStatus($afterSalesStatus) |
|
82 | - { |
|
83 | - $this->afterSalesStatus = $afterSalesStatus; |
|
84 | - } |
|
85 | - |
|
86 | - public function setCancelStatus($cancelStatus) |
|
87 | - { |
|
88 | - $this->cancelStatus = $cancelStatus; |
|
89 | - } |
|
90 | - |
|
91 | - public function setConfirmAtBegin($confirmAtBegin) |
|
92 | - { |
|
93 | - $this->confirmAtBegin = $confirmAtBegin; |
|
94 | - } |
|
95 | - |
|
96 | - public function setConfirmAtEnd($confirmAtEnd) |
|
97 | - { |
|
98 | - $this->confirmAtEnd = $confirmAtEnd; |
|
99 | - } |
|
100 | - |
|
101 | - public function setPageNumber($pageNumber) |
|
102 | - { |
|
103 | - $this->pageNumber = $pageNumber; |
|
104 | - } |
|
105 | - |
|
106 | - public function setPageSize($pageSize) |
|
107 | - { |
|
108 | - $this->pageSize = $pageSize; |
|
109 | - } |
|
110 | - |
|
111 | - public function setShippingStatus($shippingStatus) |
|
112 | - { |
|
113 | - $this->shippingStatus = $shippingStatus; |
|
114 | - } |
|
115 | - |
|
116 | - public function setVerificationStatus($verificationStatus) |
|
117 | - { |
|
118 | - $this->verificationStatus = $verificationStatus; |
|
119 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "after_sales_status") |
|
15 | + */ |
|
16 | + private $afterSalesStatus; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "cancel_status") |
|
20 | + */ |
|
21 | + private $cancelStatus; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Long, "confirm_at_begin") |
|
25 | + */ |
|
26 | + private $confirmAtBegin; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Long, "confirm_at_end") |
|
30 | + */ |
|
31 | + private $confirmAtEnd; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Integer, "page_number") |
|
35 | + */ |
|
36 | + private $pageNumber; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Integer, "page_size") |
|
40 | + */ |
|
41 | + private $pageSize; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(Integer, "shipping_status") |
|
45 | + */ |
|
46 | + private $shippingStatus; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(Integer, "verification_status") |
|
50 | + */ |
|
51 | + private $verificationStatus; |
|
52 | + |
|
53 | + protected function setUserParams(&$params) |
|
54 | + { |
|
55 | + $this->setUserParam($params, "after_sales_status", $this->afterSalesStatus); |
|
56 | + $this->setUserParam($params, "cancel_status", $this->cancelStatus); |
|
57 | + $this->setUserParam($params, "confirm_at_begin", $this->confirmAtBegin); |
|
58 | + $this->setUserParam($params, "confirm_at_end", $this->confirmAtEnd); |
|
59 | + $this->setUserParam($params, "page_number", $this->pageNumber); |
|
60 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
61 | + $this->setUserParam($params, "shipping_status", $this->shippingStatus); |
|
62 | + $this->setUserParam($params, "verification_status", $this->verificationStatus); |
|
63 | + |
|
64 | + } |
|
65 | + |
|
66 | + public function getVersion() |
|
67 | + { |
|
68 | + return "V1"; |
|
69 | + } |
|
70 | + |
|
71 | + public function getDataType() |
|
72 | + { |
|
73 | + return "JSON"; |
|
74 | + } |
|
75 | + |
|
76 | + public function getType() |
|
77 | + { |
|
78 | + return "pdd.ktt.order.list"; |
|
79 | + } |
|
80 | + |
|
81 | + public function setAfterSalesStatus($afterSalesStatus) |
|
82 | + { |
|
83 | + $this->afterSalesStatus = $afterSalesStatus; |
|
84 | + } |
|
85 | + |
|
86 | + public function setCancelStatus($cancelStatus) |
|
87 | + { |
|
88 | + $this->cancelStatus = $cancelStatus; |
|
89 | + } |
|
90 | + |
|
91 | + public function setConfirmAtBegin($confirmAtBegin) |
|
92 | + { |
|
93 | + $this->confirmAtBegin = $confirmAtBegin; |
|
94 | + } |
|
95 | + |
|
96 | + public function setConfirmAtEnd($confirmAtEnd) |
|
97 | + { |
|
98 | + $this->confirmAtEnd = $confirmAtEnd; |
|
99 | + } |
|
100 | + |
|
101 | + public function setPageNumber($pageNumber) |
|
102 | + { |
|
103 | + $this->pageNumber = $pageNumber; |
|
104 | + } |
|
105 | + |
|
106 | + public function setPageSize($pageSize) |
|
107 | + { |
|
108 | + $this->pageSize = $pageSize; |
|
109 | + } |
|
110 | + |
|
111 | + public function setShippingStatus($shippingStatus) |
|
112 | + { |
|
113 | + $this->shippingStatus = $shippingStatus; |
|
114 | + } |
|
115 | + |
|
116 | + public function setVerificationStatus($verificationStatus) |
|
117 | + { |
|
118 | + $this->verificationStatus = $verificationStatus; |
|
119 | + } |
|
120 | 120 | |
121 | 121 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddAdApiUnitUpdateUnitBidRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "adId") |
|
15 | - */ |
|
16 | - private $adId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "bid") |
|
20 | - */ |
|
21 | - private $bid; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "adId", $this->adId); |
|
26 | - $this->setUserParam($params, "bid", $this->bid); |
|
27 | - |
|
28 | - } |
|
29 | - |
|
30 | - public function getVersion() |
|
31 | - { |
|
32 | - return "V1"; |
|
33 | - } |
|
34 | - |
|
35 | - public function getDataType() |
|
36 | - { |
|
37 | - return "JSON"; |
|
38 | - } |
|
39 | - |
|
40 | - public function getType() |
|
41 | - { |
|
42 | - return "pdd.ad.api.unit.update.unit.bid"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setAdId($adId) |
|
46 | - { |
|
47 | - $this->adId = $adId; |
|
48 | - } |
|
49 | - |
|
50 | - public function setBid($bid) |
|
51 | - { |
|
52 | - $this->bid = $bid; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "adId") |
|
15 | + */ |
|
16 | + private $adId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "bid") |
|
20 | + */ |
|
21 | + private $bid; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "adId", $this->adId); |
|
26 | + $this->setUserParam($params, "bid", $this->bid); |
|
27 | + |
|
28 | + } |
|
29 | + |
|
30 | + public function getVersion() |
|
31 | + { |
|
32 | + return "V1"; |
|
33 | + } |
|
34 | + |
|
35 | + public function getDataType() |
|
36 | + { |
|
37 | + return "JSON"; |
|
38 | + } |
|
39 | + |
|
40 | + public function getType() |
|
41 | + { |
|
42 | + return "pdd.ad.api.unit.update.unit.bid"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setAdId($adId) |
|
46 | + { |
|
47 | + $this->adId = $adId; |
|
48 | + } |
|
49 | + |
|
50 | + public function setBid($bid) |
|
51 | + { |
|
52 | + $this->bid = $bid; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddGoodsSpecIdGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "parent_spec_id") |
|
15 | - */ |
|
16 | - private $parentSpecId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "spec_name") |
|
20 | - */ |
|
21 | - private $specName; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "parent_spec_id", $this->parentSpecId); |
|
26 | - $this->setUserParam($params, "spec_name", $this->specName); |
|
27 | - |
|
28 | - } |
|
29 | - |
|
30 | - public function getVersion() |
|
31 | - { |
|
32 | - return "V1"; |
|
33 | - } |
|
34 | - |
|
35 | - public function getDataType() |
|
36 | - { |
|
37 | - return "JSON"; |
|
38 | - } |
|
39 | - |
|
40 | - public function getType() |
|
41 | - { |
|
42 | - return "pdd.goods.spec.id.get"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setParentSpecId($parentSpecId) |
|
46 | - { |
|
47 | - $this->parentSpecId = $parentSpecId; |
|
48 | - } |
|
49 | - |
|
50 | - public function setSpecName($specName) |
|
51 | - { |
|
52 | - $this->specName = $specName; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "parent_spec_id") |
|
15 | + */ |
|
16 | + private $parentSpecId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "spec_name") |
|
20 | + */ |
|
21 | + private $specName; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "parent_spec_id", $this->parentSpecId); |
|
26 | + $this->setUserParam($params, "spec_name", $this->specName); |
|
27 | + |
|
28 | + } |
|
29 | + |
|
30 | + public function getVersion() |
|
31 | + { |
|
32 | + return "V1"; |
|
33 | + } |
|
34 | + |
|
35 | + public function getDataType() |
|
36 | + { |
|
37 | + return "JSON"; |
|
38 | + } |
|
39 | + |
|
40 | + public function getType() |
|
41 | + { |
|
42 | + return "pdd.goods.spec.id.get"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setParentSpecId($parentSpecId) |
|
46 | + { |
|
47 | + $this->parentSpecId = $parentSpecId; |
|
48 | + } |
|
49 | + |
|
50 | + public function setSpecName($specName) |
|
51 | + { |
|
52 | + $this->specName = $specName; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |