@@ -7,701 +7,701 @@ |
||
7 | 7 | class PddAdApiPlanCreateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessage, "adPlanCreateMessage") |
|
15 | - */ |
|
16 | - private $adPlanCreateMessage; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItem>, "adUnitCreateComplexMessageList") |
|
20 | - */ |
|
21 | - private $adUnitCreateComplexMessageList; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "planStrategy") |
|
25 | - */ |
|
26 | - private $planStrategy; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "scenesType") |
|
30 | - */ |
|
31 | - private $scenesType; |
|
32 | - |
|
33 | - protected function setUserParams(&$params) |
|
34 | - { |
|
35 | - $this->setUserParam($params, "adPlanCreateMessage", $this->adPlanCreateMessage); |
|
36 | - $this->setUserParam($params, "adUnitCreateComplexMessageList", $this->adUnitCreateComplexMessageList); |
|
37 | - $this->setUserParam($params, "planStrategy", $this->planStrategy); |
|
38 | - $this->setUserParam($params, "scenesType", $this->scenesType); |
|
39 | - |
|
40 | - } |
|
41 | - |
|
42 | - public function getVersion() |
|
43 | - { |
|
44 | - return "V1"; |
|
45 | - } |
|
46 | - |
|
47 | - public function getDataType() |
|
48 | - { |
|
49 | - return "JSON"; |
|
50 | - } |
|
51 | - |
|
52 | - public function getType() |
|
53 | - { |
|
54 | - return "pdd.ad.api.plan.create"; |
|
55 | - } |
|
56 | - |
|
57 | - public function setAdPlanCreateMessage($adPlanCreateMessage) |
|
58 | - { |
|
59 | - $this->adPlanCreateMessage = $adPlanCreateMessage; |
|
60 | - } |
|
61 | - |
|
62 | - public function setAdUnitCreateComplexMessageList($adUnitCreateComplexMessageList) |
|
63 | - { |
|
64 | - $this->adUnitCreateComplexMessageList = $adUnitCreateComplexMessageList; |
|
65 | - } |
|
66 | - |
|
67 | - public function setPlanStrategy($planStrategy) |
|
68 | - { |
|
69 | - $this->planStrategy = $planStrategy; |
|
70 | - } |
|
71 | - |
|
72 | - public function setScenesType($scenesType) |
|
73 | - { |
|
74 | - $this->scenesType = $scenesType; |
|
75 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessage, "adPlanCreateMessage") |
|
15 | + */ |
|
16 | + private $adPlanCreateMessage; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItem>, "adUnitCreateComplexMessageList") |
|
20 | + */ |
|
21 | + private $adUnitCreateComplexMessageList; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "planStrategy") |
|
25 | + */ |
|
26 | + private $planStrategy; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "scenesType") |
|
30 | + */ |
|
31 | + private $scenesType; |
|
32 | + |
|
33 | + protected function setUserParams(&$params) |
|
34 | + { |
|
35 | + $this->setUserParam($params, "adPlanCreateMessage", $this->adPlanCreateMessage); |
|
36 | + $this->setUserParam($params, "adUnitCreateComplexMessageList", $this->adUnitCreateComplexMessageList); |
|
37 | + $this->setUserParam($params, "planStrategy", $this->planStrategy); |
|
38 | + $this->setUserParam($params, "scenesType", $this->scenesType); |
|
39 | + |
|
40 | + } |
|
41 | + |
|
42 | + public function getVersion() |
|
43 | + { |
|
44 | + return "V1"; |
|
45 | + } |
|
46 | + |
|
47 | + public function getDataType() |
|
48 | + { |
|
49 | + return "JSON"; |
|
50 | + } |
|
51 | + |
|
52 | + public function getType() |
|
53 | + { |
|
54 | + return "pdd.ad.api.plan.create"; |
|
55 | + } |
|
56 | + |
|
57 | + public function setAdPlanCreateMessage($adPlanCreateMessage) |
|
58 | + { |
|
59 | + $this->adPlanCreateMessage = $adPlanCreateMessage; |
|
60 | + } |
|
61 | + |
|
62 | + public function setAdUnitCreateComplexMessageList($adUnitCreateComplexMessageList) |
|
63 | + { |
|
64 | + $this->adUnitCreateComplexMessageList = $adUnitCreateComplexMessageList; |
|
65 | + } |
|
66 | + |
|
67 | + public function setPlanStrategy($planStrategy) |
|
68 | + { |
|
69 | + $this->planStrategy = $planStrategy; |
|
70 | + } |
|
71 | + |
|
72 | + public function setScenesType($scenesType) |
|
73 | + { |
|
74 | + $this->scenesType = $scenesType; |
|
75 | + } |
|
76 | 76 | |
77 | 77 | } |
78 | 78 | |
79 | 79 | class PddAdApiPlanCreateRequest_AdPlanCreateMessage extends PopBaseJsonEntity |
80 | 80 | { |
81 | 81 | |
82 | - public function __construct() |
|
83 | - { |
|
82 | + public function __construct() |
|
83 | + { |
|
84 | 84 | |
85 | - } |
|
85 | + } |
|
86 | 86 | |
87 | - /** |
|
88 | - * @JsonProperty(Long, "maxCost") |
|
89 | - */ |
|
90 | - private $maxCost; |
|
87 | + /** |
|
88 | + * @JsonProperty(Long, "maxCost") |
|
89 | + */ |
|
90 | + private $maxCost; |
|
91 | 91 | |
92 | - /** |
|
93 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscount, "planDiscount") |
|
94 | - */ |
|
95 | - private $planDiscount; |
|
92 | + /** |
|
93 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscount, "planDiscount") |
|
94 | + */ |
|
95 | + private $planDiscount; |
|
96 | 96 | |
97 | - /** |
|
98 | - * @JsonProperty(String, "planName") |
|
99 | - */ |
|
100 | - private $planName; |
|
97 | + /** |
|
98 | + * @JsonProperty(String, "planName") |
|
99 | + */ |
|
100 | + private $planName; |
|
101 | 101 | |
102 | - public function setMaxCost($maxCost) |
|
103 | - { |
|
104 | - $this->maxCost = $maxCost; |
|
105 | - } |
|
102 | + public function setMaxCost($maxCost) |
|
103 | + { |
|
104 | + $this->maxCost = $maxCost; |
|
105 | + } |
|
106 | 106 | |
107 | - public function setPlanDiscount($planDiscount) |
|
108 | - { |
|
109 | - $this->planDiscount = $planDiscount; |
|
110 | - } |
|
107 | + public function setPlanDiscount($planDiscount) |
|
108 | + { |
|
109 | + $this->planDiscount = $planDiscount; |
|
110 | + } |
|
111 | 111 | |
112 | - public function setPlanName($planName) |
|
113 | - { |
|
114 | - $this->planName = $planName; |
|
115 | - } |
|
112 | + public function setPlanName($planName) |
|
113 | + { |
|
114 | + $this->planName = $planName; |
|
115 | + } |
|
116 | 116 | |
117 | 117 | } |
118 | 118 | |
119 | 119 | class PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscount extends PopBaseJsonEntity |
120 | 120 | { |
121 | 121 | |
122 | - public function __construct() |
|
123 | - { |
|
122 | + public function __construct() |
|
123 | + { |
|
124 | 124 | |
125 | - } |
|
125 | + } |
|
126 | 126 | |
127 | - /** |
|
128 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscountDiscountsItem>, "discounts") |
|
129 | - */ |
|
130 | - private $discounts; |
|
127 | + /** |
|
128 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscountDiscountsItem>, "discounts") |
|
129 | + */ |
|
130 | + private $discounts; |
|
131 | 131 | |
132 | - public function setDiscounts($discounts) |
|
133 | - { |
|
134 | - $this->discounts = $discounts; |
|
135 | - } |
|
132 | + public function setDiscounts($discounts) |
|
133 | + { |
|
134 | + $this->discounts = $discounts; |
|
135 | + } |
|
136 | 136 | |
137 | 137 | } |
138 | 138 | |
139 | 139 | class PddAdApiPlanCreateRequest_AdPlanCreateMessagePlanDiscountDiscountsItem extends PopBaseJsonEntity |
140 | 140 | { |
141 | 141 | |
142 | - public function __construct() |
|
143 | - { |
|
142 | + public function __construct() |
|
143 | + { |
|
144 | 144 | |
145 | - } |
|
145 | + } |
|
146 | 146 | |
147 | - /** |
|
148 | - * @JsonProperty(Integer, "index") |
|
149 | - */ |
|
150 | - private $index; |
|
147 | + /** |
|
148 | + * @JsonProperty(Integer, "index") |
|
149 | + */ |
|
150 | + private $index; |
|
151 | 151 | |
152 | - /** |
|
153 | - * @JsonProperty(Integer, "rate") |
|
154 | - */ |
|
155 | - private $rate; |
|
152 | + /** |
|
153 | + * @JsonProperty(Integer, "rate") |
|
154 | + */ |
|
155 | + private $rate; |
|
156 | 156 | |
157 | - public function setIndex($index) |
|
158 | - { |
|
159 | - $this->index = $index; |
|
160 | - } |
|
157 | + public function setIndex($index) |
|
158 | + { |
|
159 | + $this->index = $index; |
|
160 | + } |
|
161 | 161 | |
162 | - public function setRate($rate) |
|
163 | - { |
|
164 | - $this->rate = $rate; |
|
165 | - } |
|
162 | + public function setRate($rate) |
|
163 | + { |
|
164 | + $this->rate = $rate; |
|
165 | + } |
|
166 | 166 | |
167 | 167 | } |
168 | 168 | |
169 | 169 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItem extends PopBaseJsonEntity |
170 | 170 | { |
171 | 171 | |
172 | - public function __construct() |
|
173 | - { |
|
174 | - |
|
175 | - } |
|
176 | - |
|
177 | - /** |
|
178 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItem>, "adCreativeCreateMessagesList") |
|
179 | - */ |
|
180 | - private $adCreativeCreateMessagesList; |
|
181 | - |
|
182 | - /** |
|
183 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordCreateMessageListItem>, "adKeywordCreateMessageList") |
|
184 | - */ |
|
185 | - private $adKeywordCreateMessageList; |
|
186 | - |
|
187 | - /** |
|
188 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordSetMessage, "adKeywordSetMessage") |
|
189 | - */ |
|
190 | - private $adKeywordSetMessage; |
|
191 | - |
|
192 | - /** |
|
193 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdProductCreateMessage, "adProductCreateMessage") |
|
194 | - */ |
|
195 | - private $adProductCreateMessage; |
|
196 | - |
|
197 | - /** |
|
198 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessage, "adUnitCreateMessage") |
|
199 | - */ |
|
200 | - private $adUnitCreateMessage; |
|
201 | - |
|
202 | - /** |
|
203 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItem>, "audienceBidCreateMessageList") |
|
204 | - */ |
|
205 | - private $audienceBidCreateMessageList; |
|
206 | - |
|
207 | - /** |
|
208 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemLocationBidCreateMessageListItem>, "locationBidCreateMessageList") |
|
209 | - */ |
|
210 | - private $locationBidCreateMessageList; |
|
211 | - |
|
212 | - /** |
|
213 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemSmartCreativeCreateMessage, "smartCreativeCreateMessage") |
|
214 | - */ |
|
215 | - private $smartCreativeCreateMessage; |
|
216 | - |
|
217 | - public function setAdCreativeCreateMessagesList($adCreativeCreateMessagesList) |
|
218 | - { |
|
219 | - $this->adCreativeCreateMessagesList = $adCreativeCreateMessagesList; |
|
220 | - } |
|
221 | - |
|
222 | - public function setAdKeywordCreateMessageList($adKeywordCreateMessageList) |
|
223 | - { |
|
224 | - $this->adKeywordCreateMessageList = $adKeywordCreateMessageList; |
|
225 | - } |
|
226 | - |
|
227 | - public function setAdKeywordSetMessage($adKeywordSetMessage) |
|
228 | - { |
|
229 | - $this->adKeywordSetMessage = $adKeywordSetMessage; |
|
230 | - } |
|
231 | - |
|
232 | - public function setAdProductCreateMessage($adProductCreateMessage) |
|
233 | - { |
|
234 | - $this->adProductCreateMessage = $adProductCreateMessage; |
|
235 | - } |
|
236 | - |
|
237 | - public function setAdUnitCreateMessage($adUnitCreateMessage) |
|
238 | - { |
|
239 | - $this->adUnitCreateMessage = $adUnitCreateMessage; |
|
240 | - } |
|
241 | - |
|
242 | - public function setAudienceBidCreateMessageList($audienceBidCreateMessageList) |
|
243 | - { |
|
244 | - $this->audienceBidCreateMessageList = $audienceBidCreateMessageList; |
|
245 | - } |
|
246 | - |
|
247 | - public function setLocationBidCreateMessageList($locationBidCreateMessageList) |
|
248 | - { |
|
249 | - $this->locationBidCreateMessageList = $locationBidCreateMessageList; |
|
250 | - } |
|
251 | - |
|
252 | - public function setSmartCreativeCreateMessage($smartCreativeCreateMessage) |
|
253 | - { |
|
254 | - $this->smartCreativeCreateMessage = $smartCreativeCreateMessage; |
|
255 | - } |
|
172 | + public function __construct() |
|
173 | + { |
|
174 | + |
|
175 | + } |
|
176 | + |
|
177 | + /** |
|
178 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItem>, "adCreativeCreateMessagesList") |
|
179 | + */ |
|
180 | + private $adCreativeCreateMessagesList; |
|
181 | + |
|
182 | + /** |
|
183 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordCreateMessageListItem>, "adKeywordCreateMessageList") |
|
184 | + */ |
|
185 | + private $adKeywordCreateMessageList; |
|
186 | + |
|
187 | + /** |
|
188 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordSetMessage, "adKeywordSetMessage") |
|
189 | + */ |
|
190 | + private $adKeywordSetMessage; |
|
191 | + |
|
192 | + /** |
|
193 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdProductCreateMessage, "adProductCreateMessage") |
|
194 | + */ |
|
195 | + private $adProductCreateMessage; |
|
196 | + |
|
197 | + /** |
|
198 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessage, "adUnitCreateMessage") |
|
199 | + */ |
|
200 | + private $adUnitCreateMessage; |
|
201 | + |
|
202 | + /** |
|
203 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItem>, "audienceBidCreateMessageList") |
|
204 | + */ |
|
205 | + private $audienceBidCreateMessageList; |
|
206 | + |
|
207 | + /** |
|
208 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemLocationBidCreateMessageListItem>, "locationBidCreateMessageList") |
|
209 | + */ |
|
210 | + private $locationBidCreateMessageList; |
|
211 | + |
|
212 | + /** |
|
213 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemSmartCreativeCreateMessage, "smartCreativeCreateMessage") |
|
214 | + */ |
|
215 | + private $smartCreativeCreateMessage; |
|
216 | + |
|
217 | + public function setAdCreativeCreateMessagesList($adCreativeCreateMessagesList) |
|
218 | + { |
|
219 | + $this->adCreativeCreateMessagesList = $adCreativeCreateMessagesList; |
|
220 | + } |
|
221 | + |
|
222 | + public function setAdKeywordCreateMessageList($adKeywordCreateMessageList) |
|
223 | + { |
|
224 | + $this->adKeywordCreateMessageList = $adKeywordCreateMessageList; |
|
225 | + } |
|
226 | + |
|
227 | + public function setAdKeywordSetMessage($adKeywordSetMessage) |
|
228 | + { |
|
229 | + $this->adKeywordSetMessage = $adKeywordSetMessage; |
|
230 | + } |
|
231 | + |
|
232 | + public function setAdProductCreateMessage($adProductCreateMessage) |
|
233 | + { |
|
234 | + $this->adProductCreateMessage = $adProductCreateMessage; |
|
235 | + } |
|
236 | + |
|
237 | + public function setAdUnitCreateMessage($adUnitCreateMessage) |
|
238 | + { |
|
239 | + $this->adUnitCreateMessage = $adUnitCreateMessage; |
|
240 | + } |
|
241 | + |
|
242 | + public function setAudienceBidCreateMessageList($audienceBidCreateMessageList) |
|
243 | + { |
|
244 | + $this->audienceBidCreateMessageList = $audienceBidCreateMessageList; |
|
245 | + } |
|
246 | + |
|
247 | + public function setLocationBidCreateMessageList($locationBidCreateMessageList) |
|
248 | + { |
|
249 | + $this->locationBidCreateMessageList = $locationBidCreateMessageList; |
|
250 | + } |
|
251 | + |
|
252 | + public function setSmartCreativeCreateMessage($smartCreativeCreateMessage) |
|
253 | + { |
|
254 | + $this->smartCreativeCreateMessage = $smartCreativeCreateMessage; |
|
255 | + } |
|
256 | 256 | |
257 | 257 | } |
258 | 258 | |
259 | 259 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItem extends PopBaseJsonEntity |
260 | 260 | { |
261 | 261 | |
262 | - public function __construct() |
|
263 | - { |
|
262 | + public function __construct() |
|
263 | + { |
|
264 | 264 | |
265 | - } |
|
265 | + } |
|
266 | 266 | |
267 | - /** |
|
268 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdImageVOListItem>, "adImageVOList") |
|
269 | - */ |
|
270 | - private $adImageVOList; |
|
267 | + /** |
|
268 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdImageVOListItem>, "adImageVOList") |
|
269 | + */ |
|
270 | + private $adImageVOList; |
|
271 | 271 | |
272 | - /** |
|
273 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdTextVOListItem>, "adTextVOList") |
|
274 | - */ |
|
275 | - private $adTextVOList; |
|
272 | + /** |
|
273 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdTextVOListItem>, "adTextVOList") |
|
274 | + */ |
|
275 | + private $adTextVOList; |
|
276 | 276 | |
277 | - /** |
|
278 | - * @JsonProperty(Long, "creativeSpecificationId") |
|
279 | - */ |
|
280 | - private $creativeSpecificationId; |
|
277 | + /** |
|
278 | + * @JsonProperty(Long, "creativeSpecificationId") |
|
279 | + */ |
|
280 | + private $creativeSpecificationId; |
|
281 | 281 | |
282 | - public function setAdImageVOList($adImageVOList) |
|
283 | - { |
|
284 | - $this->adImageVOList = $adImageVOList; |
|
285 | - } |
|
282 | + public function setAdImageVOList($adImageVOList) |
|
283 | + { |
|
284 | + $this->adImageVOList = $adImageVOList; |
|
285 | + } |
|
286 | 286 | |
287 | - public function setAdTextVOList($adTextVOList) |
|
288 | - { |
|
289 | - $this->adTextVOList = $adTextVOList; |
|
290 | - } |
|
287 | + public function setAdTextVOList($adTextVOList) |
|
288 | + { |
|
289 | + $this->adTextVOList = $adTextVOList; |
|
290 | + } |
|
291 | 291 | |
292 | - public function setCreativeSpecificationId($creativeSpecificationId) |
|
293 | - { |
|
294 | - $this->creativeSpecificationId = $creativeSpecificationId; |
|
295 | - } |
|
292 | + public function setCreativeSpecificationId($creativeSpecificationId) |
|
293 | + { |
|
294 | + $this->creativeSpecificationId = $creativeSpecificationId; |
|
295 | + } |
|
296 | 296 | |
297 | 297 | } |
298 | 298 | |
299 | 299 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdImageVOListItem extends PopBaseJsonEntity |
300 | 300 | { |
301 | 301 | |
302 | - public function __construct() |
|
303 | - { |
|
302 | + public function __construct() |
|
303 | + { |
|
304 | 304 | |
305 | - } |
|
305 | + } |
|
306 | 306 | |
307 | - /** |
|
308 | - * @JsonProperty(String, "imageUrl") |
|
309 | - */ |
|
310 | - private $imageUrl; |
|
307 | + /** |
|
308 | + * @JsonProperty(String, "imageUrl") |
|
309 | + */ |
|
310 | + private $imageUrl; |
|
311 | 311 | |
312 | - public function setImageUrl($imageUrl) |
|
313 | - { |
|
314 | - $this->imageUrl = $imageUrl; |
|
315 | - } |
|
312 | + public function setImageUrl($imageUrl) |
|
313 | + { |
|
314 | + $this->imageUrl = $imageUrl; |
|
315 | + } |
|
316 | 316 | |
317 | 317 | } |
318 | 318 | |
319 | 319 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdCreativeCreateMessagesListItemAdTextVOListItem extends PopBaseJsonEntity |
320 | 320 | { |
321 | 321 | |
322 | - public function __construct() |
|
323 | - { |
|
322 | + public function __construct() |
|
323 | + { |
|
324 | 324 | |
325 | - } |
|
325 | + } |
|
326 | 326 | |
327 | - /** |
|
328 | - * @JsonProperty(String, "text") |
|
329 | - */ |
|
330 | - private $text; |
|
327 | + /** |
|
328 | + * @JsonProperty(String, "text") |
|
329 | + */ |
|
330 | + private $text; |
|
331 | 331 | |
332 | - public function setText($text) |
|
333 | - { |
|
334 | - $this->text = $text; |
|
335 | - } |
|
332 | + public function setText($text) |
|
333 | + { |
|
334 | + $this->text = $text; |
|
335 | + } |
|
336 | 336 | |
337 | 337 | } |
338 | 338 | |
339 | 339 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordCreateMessageListItem extends PopBaseJsonEntity |
340 | 340 | { |
341 | 341 | |
342 | - public function __construct() |
|
343 | - { |
|
342 | + public function __construct() |
|
343 | + { |
|
344 | 344 | |
345 | - } |
|
345 | + } |
|
346 | 346 | |
347 | - /** |
|
348 | - * @JsonProperty(Long, "bid") |
|
349 | - */ |
|
350 | - private $bid; |
|
347 | + /** |
|
348 | + * @JsonProperty(Long, "bid") |
|
349 | + */ |
|
350 | + private $bid; |
|
351 | 351 | |
352 | - /** |
|
353 | - * @JsonProperty(Long, "premiumRate") |
|
354 | - */ |
|
355 | - private $premiumRate; |
|
352 | + /** |
|
353 | + * @JsonProperty(Long, "premiumRate") |
|
354 | + */ |
|
355 | + private $premiumRate; |
|
356 | 356 | |
357 | - /** |
|
358 | - * @JsonProperty(String, "word") |
|
359 | - */ |
|
360 | - private $word; |
|
357 | + /** |
|
358 | + * @JsonProperty(String, "word") |
|
359 | + */ |
|
360 | + private $word; |
|
361 | 361 | |
362 | - public function setBid($bid) |
|
363 | - { |
|
364 | - $this->bid = $bid; |
|
365 | - } |
|
362 | + public function setBid($bid) |
|
363 | + { |
|
364 | + $this->bid = $bid; |
|
365 | + } |
|
366 | 366 | |
367 | - public function setPremiumRate($premiumRate) |
|
368 | - { |
|
369 | - $this->premiumRate = $premiumRate; |
|
370 | - } |
|
367 | + public function setPremiumRate($premiumRate) |
|
368 | + { |
|
369 | + $this->premiumRate = $premiumRate; |
|
370 | + } |
|
371 | 371 | |
372 | - public function setWord($word) |
|
373 | - { |
|
374 | - $this->word = $word; |
|
375 | - } |
|
372 | + public function setWord($word) |
|
373 | + { |
|
374 | + $this->word = $word; |
|
375 | + } |
|
376 | 376 | |
377 | 377 | } |
378 | 378 | |
379 | 379 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdKeywordSetMessage extends PopBaseJsonEntity |
380 | 380 | { |
381 | 381 | |
382 | - public function __construct() |
|
383 | - { |
|
382 | + public function __construct() |
|
383 | + { |
|
384 | 384 | |
385 | - } |
|
385 | + } |
|
386 | 386 | |
387 | - /** |
|
388 | - * @JsonProperty(Long, "keywordSetBid") |
|
389 | - */ |
|
390 | - private $keywordSetBid; |
|
387 | + /** |
|
388 | + * @JsonProperty(Long, "keywordSetBid") |
|
389 | + */ |
|
390 | + private $keywordSetBid; |
|
391 | 391 | |
392 | - /** |
|
393 | - * @JsonProperty(Integer, "performanceGoal") |
|
394 | - */ |
|
395 | - private $performanceGoal; |
|
392 | + /** |
|
393 | + * @JsonProperty(Integer, "performanceGoal") |
|
394 | + */ |
|
395 | + private $performanceGoal; |
|
396 | 396 | |
397 | - public function setKeywordSetBid($keywordSetBid) |
|
398 | - { |
|
399 | - $this->keywordSetBid = $keywordSetBid; |
|
400 | - } |
|
397 | + public function setKeywordSetBid($keywordSetBid) |
|
398 | + { |
|
399 | + $this->keywordSetBid = $keywordSetBid; |
|
400 | + } |
|
401 | 401 | |
402 | - public function setPerformanceGoal($performanceGoal) |
|
403 | - { |
|
404 | - $this->performanceGoal = $performanceGoal; |
|
405 | - } |
|
402 | + public function setPerformanceGoal($performanceGoal) |
|
403 | + { |
|
404 | + $this->performanceGoal = $performanceGoal; |
|
405 | + } |
|
406 | 406 | |
407 | 407 | } |
408 | 408 | |
409 | 409 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdProductCreateMessage extends PopBaseJsonEntity |
410 | 410 | { |
411 | 411 | |
412 | - public function __construct() |
|
413 | - { |
|
412 | + public function __construct() |
|
413 | + { |
|
414 | 414 | |
415 | - } |
|
415 | + } |
|
416 | 416 | |
417 | - /** |
|
418 | - * @JsonProperty(Long, "goodsId") |
|
419 | - */ |
|
420 | - private $goodsId; |
|
417 | + /** |
|
418 | + * @JsonProperty(Long, "goodsId") |
|
419 | + */ |
|
420 | + private $goodsId; |
|
421 | 421 | |
422 | - public function setGoodsId($goodsId) |
|
423 | - { |
|
424 | - $this->goodsId = $goodsId; |
|
425 | - } |
|
422 | + public function setGoodsId($goodsId) |
|
423 | + { |
|
424 | + $this->goodsId = $goodsId; |
|
425 | + } |
|
426 | 426 | |
427 | 427 | } |
428 | 428 | |
429 | 429 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessage extends PopBaseJsonEntity |
430 | 430 | { |
431 | 431 | |
432 | - public function __construct() |
|
433 | - { |
|
432 | + public function __construct() |
|
433 | + { |
|
434 | 434 | |
435 | - } |
|
435 | + } |
|
436 | 436 | |
437 | - /** |
|
438 | - * @JsonProperty(String, "adName") |
|
439 | - */ |
|
440 | - private $adName; |
|
437 | + /** |
|
438 | + * @JsonProperty(String, "adName") |
|
439 | + */ |
|
440 | + private $adName; |
|
441 | 441 | |
442 | - /** |
|
443 | - * @JsonProperty(Long, "bid") |
|
444 | - */ |
|
445 | - private $bid; |
|
442 | + /** |
|
443 | + * @JsonProperty(Long, "bid") |
|
444 | + */ |
|
445 | + private $bid; |
|
446 | 446 | |
447 | - /** |
|
448 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessageOptimizationMessage, "optimizationMessage") |
|
449 | - */ |
|
450 | - private $optimizationMessage; |
|
447 | + /** |
|
448 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessageOptimizationMessage, "optimizationMessage") |
|
449 | + */ |
|
450 | + private $optimizationMessage; |
|
451 | 451 | |
452 | - public function setAdName($adName) |
|
453 | - { |
|
454 | - $this->adName = $adName; |
|
455 | - } |
|
452 | + public function setAdName($adName) |
|
453 | + { |
|
454 | + $this->adName = $adName; |
|
455 | + } |
|
456 | 456 | |
457 | - public function setBid($bid) |
|
458 | - { |
|
459 | - $this->bid = $bid; |
|
460 | - } |
|
457 | + public function setBid($bid) |
|
458 | + { |
|
459 | + $this->bid = $bid; |
|
460 | + } |
|
461 | 461 | |
462 | - public function setOptimizationMessage($optimizationMessage) |
|
463 | - { |
|
464 | - $this->optimizationMessage = $optimizationMessage; |
|
465 | - } |
|
462 | + public function setOptimizationMessage($optimizationMessage) |
|
463 | + { |
|
464 | + $this->optimizationMessage = $optimizationMessage; |
|
465 | + } |
|
466 | 466 | |
467 | 467 | } |
468 | 468 | |
469 | 469 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAdUnitCreateMessageOptimizationMessage extends PopBaseJsonEntity |
470 | 470 | { |
471 | 471 | |
472 | - public function __construct() |
|
473 | - { |
|
474 | - |
|
475 | - } |
|
476 | - |
|
477 | - /** |
|
478 | - * @JsonProperty(Long, "accumulationBid") |
|
479 | - */ |
|
480 | - private $accumulationBid; |
|
481 | - |
|
482 | - /** |
|
483 | - * @JsonProperty(Long, "optimizationBid") |
|
484 | - */ |
|
485 | - private $optimizationBid; |
|
486 | - |
|
487 | - /** |
|
488 | - * @JsonProperty(Integer, "optimizationGoal") |
|
489 | - */ |
|
490 | - private $optimizationGoal; |
|
491 | - |
|
492 | - /** |
|
493 | - * @JsonProperty(Integer, "optimizationMethod") |
|
494 | - */ |
|
495 | - private $optimizationMethod; |
|
496 | - |
|
497 | - public function setAccumulationBid($accumulationBid) |
|
498 | - { |
|
499 | - $this->accumulationBid = $accumulationBid; |
|
500 | - } |
|
501 | - |
|
502 | - public function setOptimizationBid($optimizationBid) |
|
503 | - { |
|
504 | - $this->optimizationBid = $optimizationBid; |
|
505 | - } |
|
506 | - |
|
507 | - public function setOptimizationGoal($optimizationGoal) |
|
508 | - { |
|
509 | - $this->optimizationGoal = $optimizationGoal; |
|
510 | - } |
|
511 | - |
|
512 | - public function setOptimizationMethod($optimizationMethod) |
|
513 | - { |
|
514 | - $this->optimizationMethod = $optimizationMethod; |
|
515 | - } |
|
472 | + public function __construct() |
|
473 | + { |
|
474 | + |
|
475 | + } |
|
476 | + |
|
477 | + /** |
|
478 | + * @JsonProperty(Long, "accumulationBid") |
|
479 | + */ |
|
480 | + private $accumulationBid; |
|
481 | + |
|
482 | + /** |
|
483 | + * @JsonProperty(Long, "optimizationBid") |
|
484 | + */ |
|
485 | + private $optimizationBid; |
|
486 | + |
|
487 | + /** |
|
488 | + * @JsonProperty(Integer, "optimizationGoal") |
|
489 | + */ |
|
490 | + private $optimizationGoal; |
|
491 | + |
|
492 | + /** |
|
493 | + * @JsonProperty(Integer, "optimizationMethod") |
|
494 | + */ |
|
495 | + private $optimizationMethod; |
|
496 | + |
|
497 | + public function setAccumulationBid($accumulationBid) |
|
498 | + { |
|
499 | + $this->accumulationBid = $accumulationBid; |
|
500 | + } |
|
501 | + |
|
502 | + public function setOptimizationBid($optimizationBid) |
|
503 | + { |
|
504 | + $this->optimizationBid = $optimizationBid; |
|
505 | + } |
|
506 | + |
|
507 | + public function setOptimizationGoal($optimizationGoal) |
|
508 | + { |
|
509 | + $this->optimizationGoal = $optimizationGoal; |
|
510 | + } |
|
511 | + |
|
512 | + public function setOptimizationMethod($optimizationMethod) |
|
513 | + { |
|
514 | + $this->optimizationMethod = $optimizationMethod; |
|
515 | + } |
|
516 | 516 | |
517 | 517 | } |
518 | 518 | |
519 | 519 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItem extends PopBaseJsonEntity |
520 | 520 | { |
521 | 521 | |
522 | - public function __construct() |
|
523 | - { |
|
524 | - |
|
525 | - } |
|
526 | - |
|
527 | - /** |
|
528 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessage, "adTargetingCreateMessage") |
|
529 | - */ |
|
530 | - private $adTargetingCreateMessage; |
|
531 | - |
|
532 | - /** |
|
533 | - * @JsonProperty(Long, "bidReferenceId") |
|
534 | - */ |
|
535 | - private $bidReferenceId; |
|
536 | - |
|
537 | - /** |
|
538 | - * @JsonProperty(Long, "bidValue") |
|
539 | - */ |
|
540 | - private $bidValue; |
|
541 | - |
|
542 | - /** |
|
543 | - * @JsonProperty(Long, "subBidReferenceId") |
|
544 | - */ |
|
545 | - private $subBidReferenceId; |
|
546 | - |
|
547 | - public function setAdTargetingCreateMessage($adTargetingCreateMessage) |
|
548 | - { |
|
549 | - $this->adTargetingCreateMessage = $adTargetingCreateMessage; |
|
550 | - } |
|
551 | - |
|
552 | - public function setBidReferenceId($bidReferenceId) |
|
553 | - { |
|
554 | - $this->bidReferenceId = $bidReferenceId; |
|
555 | - } |
|
556 | - |
|
557 | - public function setBidValue($bidValue) |
|
558 | - { |
|
559 | - $this->bidValue = $bidValue; |
|
560 | - } |
|
561 | - |
|
562 | - public function setSubBidReferenceId($subBidReferenceId) |
|
563 | - { |
|
564 | - $this->subBidReferenceId = $subBidReferenceId; |
|
565 | - } |
|
522 | + public function __construct() |
|
523 | + { |
|
524 | + |
|
525 | + } |
|
526 | + |
|
527 | + /** |
|
528 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessage, "adTargetingCreateMessage") |
|
529 | + */ |
|
530 | + private $adTargetingCreateMessage; |
|
531 | + |
|
532 | + /** |
|
533 | + * @JsonProperty(Long, "bidReferenceId") |
|
534 | + */ |
|
535 | + private $bidReferenceId; |
|
536 | + |
|
537 | + /** |
|
538 | + * @JsonProperty(Long, "bidValue") |
|
539 | + */ |
|
540 | + private $bidValue; |
|
541 | + |
|
542 | + /** |
|
543 | + * @JsonProperty(Long, "subBidReferenceId") |
|
544 | + */ |
|
545 | + private $subBidReferenceId; |
|
546 | + |
|
547 | + public function setAdTargetingCreateMessage($adTargetingCreateMessage) |
|
548 | + { |
|
549 | + $this->adTargetingCreateMessage = $adTargetingCreateMessage; |
|
550 | + } |
|
551 | + |
|
552 | + public function setBidReferenceId($bidReferenceId) |
|
553 | + { |
|
554 | + $this->bidReferenceId = $bidReferenceId; |
|
555 | + } |
|
556 | + |
|
557 | + public function setBidValue($bidValue) |
|
558 | + { |
|
559 | + $this->bidValue = $bidValue; |
|
560 | + } |
|
561 | + |
|
562 | + public function setSubBidReferenceId($subBidReferenceId) |
|
563 | + { |
|
564 | + $this->subBidReferenceId = $subBidReferenceId; |
|
565 | + } |
|
566 | 566 | |
567 | 567 | } |
568 | 568 | |
569 | 569 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessage extends PopBaseJsonEntity |
570 | 570 | { |
571 | 571 | |
572 | - public function __construct() |
|
573 | - { |
|
572 | + public function __construct() |
|
573 | + { |
|
574 | 574 | |
575 | - } |
|
575 | + } |
|
576 | 576 | |
577 | - /** |
|
578 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet, "adTargetingSet") |
|
579 | - */ |
|
580 | - private $adTargetingSet; |
|
577 | + /** |
|
578 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet, "adTargetingSet") |
|
579 | + */ |
|
580 | + private $adTargetingSet; |
|
581 | 581 | |
582 | - /** |
|
583 | - * @JsonProperty(String, "targetingName") |
|
584 | - */ |
|
585 | - private $targetingName; |
|
582 | + /** |
|
583 | + * @JsonProperty(String, "targetingName") |
|
584 | + */ |
|
585 | + private $targetingName; |
|
586 | 586 | |
587 | - public function setAdTargetingSet($adTargetingSet) |
|
588 | - { |
|
589 | - $this->adTargetingSet = $adTargetingSet; |
|
590 | - } |
|
587 | + public function setAdTargetingSet($adTargetingSet) |
|
588 | + { |
|
589 | + $this->adTargetingSet = $adTargetingSet; |
|
590 | + } |
|
591 | 591 | |
592 | - public function setTargetingName($targetingName) |
|
593 | - { |
|
594 | - $this->targetingName = $targetingName; |
|
595 | - } |
|
592 | + public function setTargetingName($targetingName) |
|
593 | + { |
|
594 | + $this->targetingName = $targetingName; |
|
595 | + } |
|
596 | 596 | |
597 | 597 | } |
598 | 598 | |
599 | 599 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet extends PopBaseJsonEntity |
600 | 600 | { |
601 | 601 | |
602 | - public function __construct() |
|
603 | - { |
|
602 | + public function __construct() |
|
603 | + { |
|
604 | 604 | |
605 | - } |
|
605 | + } |
|
606 | 606 | |
607 | - /** |
|
608 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct, "areaStruct") |
|
609 | - */ |
|
610 | - private $areaStruct; |
|
607 | + /** |
|
608 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct, "areaStruct") |
|
609 | + */ |
|
610 | + private $areaStruct; |
|
611 | 611 | |
612 | - public function setAreaStruct($areaStruct) |
|
613 | - { |
|
614 | - $this->areaStruct = $areaStruct; |
|
615 | - } |
|
612 | + public function setAreaStruct($areaStruct) |
|
613 | + { |
|
614 | + $this->areaStruct = $areaStruct; |
|
615 | + } |
|
616 | 616 | |
617 | 617 | } |
618 | 618 | |
619 | 619 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct extends PopBaseJsonEntity |
620 | 620 | { |
621 | 621 | |
622 | - public function __construct() |
|
623 | - { |
|
622 | + public function __construct() |
|
623 | + { |
|
624 | 624 | |
625 | - } |
|
625 | + } |
|
626 | 626 | |
627 | - /** |
|
628 | - * @JsonProperty(List<Integer>, "areaIds") |
|
629 | - */ |
|
630 | - private $areaIds; |
|
627 | + /** |
|
628 | + * @JsonProperty(List<Integer>, "areaIds") |
|
629 | + */ |
|
630 | + private $areaIds; |
|
631 | 631 | |
632 | - public function setAreaIds($areaIds) |
|
633 | - { |
|
634 | - $this->areaIds = $areaIds; |
|
635 | - } |
|
632 | + public function setAreaIds($areaIds) |
|
633 | + { |
|
634 | + $this->areaIds = $areaIds; |
|
635 | + } |
|
636 | 636 | |
637 | 637 | } |
638 | 638 | |
639 | 639 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemLocationBidCreateMessageListItem extends PopBaseJsonEntity |
640 | 640 | { |
641 | 641 | |
642 | - public function __construct() |
|
643 | - { |
|
642 | + public function __construct() |
|
643 | + { |
|
644 | 644 | |
645 | - } |
|
645 | + } |
|
646 | 646 | |
647 | - /** |
|
648 | - * @JsonProperty(Long, "bidReferenceId") |
|
649 | - */ |
|
650 | - private $bidReferenceId; |
|
647 | + /** |
|
648 | + * @JsonProperty(Long, "bidReferenceId") |
|
649 | + */ |
|
650 | + private $bidReferenceId; |
|
651 | 651 | |
652 | - /** |
|
653 | - * @JsonProperty(Long, "bidValue") |
|
654 | - */ |
|
655 | - private $bidValue; |
|
652 | + /** |
|
653 | + * @JsonProperty(Long, "bidValue") |
|
654 | + */ |
|
655 | + private $bidValue; |
|
656 | 656 | |
657 | - public function setBidReferenceId($bidReferenceId) |
|
658 | - { |
|
659 | - $this->bidReferenceId = $bidReferenceId; |
|
660 | - } |
|
657 | + public function setBidReferenceId($bidReferenceId) |
|
658 | + { |
|
659 | + $this->bidReferenceId = $bidReferenceId; |
|
660 | + } |
|
661 | 661 | |
662 | - public function setBidValue($bidValue) |
|
663 | - { |
|
664 | - $this->bidValue = $bidValue; |
|
665 | - } |
|
662 | + public function setBidValue($bidValue) |
|
663 | + { |
|
664 | + $this->bidValue = $bidValue; |
|
665 | + } |
|
666 | 666 | |
667 | 667 | } |
668 | 668 | |
669 | 669 | class PddAdApiPlanCreateRequest_AdUnitCreateComplexMessageListItemSmartCreativeCreateMessage extends PopBaseJsonEntity |
670 | 670 | { |
671 | 671 | |
672 | - public function __construct() |
|
673 | - { |
|
674 | - |
|
675 | - } |
|
676 | - |
|
677 | - /** |
|
678 | - * @JsonProperty(Integer, "creativeFlowRate") |
|
679 | - */ |
|
680 | - private $creativeFlowRate; |
|
681 | - |
|
682 | - /** |
|
683 | - * @JsonProperty(Integer, "enableSmartCreative") |
|
684 | - */ |
|
685 | - private $enableSmartCreative; |
|
686 | - |
|
687 | - /** |
|
688 | - * @JsonProperty(String, "smartCreativeTitle") |
|
689 | - */ |
|
690 | - private $smartCreativeTitle; |
|
691 | - |
|
692 | - public function setCreativeFlowRate($creativeFlowRate) |
|
693 | - { |
|
694 | - $this->creativeFlowRate = $creativeFlowRate; |
|
695 | - } |
|
696 | - |
|
697 | - public function setEnableSmartCreative($enableSmartCreative) |
|
698 | - { |
|
699 | - $this->enableSmartCreative = $enableSmartCreative; |
|
700 | - } |
|
701 | - |
|
702 | - public function setSmartCreativeTitle($smartCreativeTitle) |
|
703 | - { |
|
704 | - $this->smartCreativeTitle = $smartCreativeTitle; |
|
705 | - } |
|
672 | + public function __construct() |
|
673 | + { |
|
674 | + |
|
675 | + } |
|
676 | + |
|
677 | + /** |
|
678 | + * @JsonProperty(Integer, "creativeFlowRate") |
|
679 | + */ |
|
680 | + private $creativeFlowRate; |
|
681 | + |
|
682 | + /** |
|
683 | + * @JsonProperty(Integer, "enableSmartCreative") |
|
684 | + */ |
|
685 | + private $enableSmartCreative; |
|
686 | + |
|
687 | + /** |
|
688 | + * @JsonProperty(String, "smartCreativeTitle") |
|
689 | + */ |
|
690 | + private $smartCreativeTitle; |
|
691 | + |
|
692 | + public function setCreativeFlowRate($creativeFlowRate) |
|
693 | + { |
|
694 | + $this->creativeFlowRate = $creativeFlowRate; |
|
695 | + } |
|
696 | + |
|
697 | + public function setEnableSmartCreative($enableSmartCreative) |
|
698 | + { |
|
699 | + $this->enableSmartCreative = $enableSmartCreative; |
|
700 | + } |
|
701 | + |
|
702 | + public function setSmartCreativeTitle($smartCreativeTitle) |
|
703 | + { |
|
704 | + $this->smartCreativeTitle = $smartCreativeTitle; |
|
705 | + } |
|
706 | 706 | |
707 | 707 | } |
@@ -7,82 +7,82 @@ |
||
7 | 7 | class PddMedicineConsultReceiveRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "consult_no") |
|
15 | - */ |
|
16 | - private $consultNo; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "content") |
|
20 | - */ |
|
21 | - private $content; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Long, "doctor_id") |
|
25 | - */ |
|
26 | - private $doctorId; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "msg_id") |
|
30 | - */ |
|
31 | - private $msgId; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Integer, "receive_type") |
|
35 | - */ |
|
36 | - private $receiveType; |
|
37 | - |
|
38 | - protected function setUserParams(&$params) |
|
39 | - { |
|
40 | - $this->setUserParam($params, "consult_no", $this->consultNo); |
|
41 | - $this->setUserParam($params, "content", $this->content); |
|
42 | - $this->setUserParam($params, "doctor_id", $this->doctorId); |
|
43 | - $this->setUserParam($params, "msg_id", $this->msgId); |
|
44 | - $this->setUserParam($params, "receive_type", $this->receiveType); |
|
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.medicine.consult.receive"; |
|
61 | - } |
|
62 | - |
|
63 | - public function setConsultNo($consultNo) |
|
64 | - { |
|
65 | - $this->consultNo = $consultNo; |
|
66 | - } |
|
67 | - |
|
68 | - public function setContent($content) |
|
69 | - { |
|
70 | - $this->content = $content; |
|
71 | - } |
|
72 | - |
|
73 | - public function setDoctorId($doctorId) |
|
74 | - { |
|
75 | - $this->doctorId = $doctorId; |
|
76 | - } |
|
77 | - |
|
78 | - public function setMsgId($msgId) |
|
79 | - { |
|
80 | - $this->msgId = $msgId; |
|
81 | - } |
|
82 | - |
|
83 | - public function setReceiveType($receiveType) |
|
84 | - { |
|
85 | - $this->receiveType = $receiveType; |
|
86 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "consult_no") |
|
15 | + */ |
|
16 | + private $consultNo; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "content") |
|
20 | + */ |
|
21 | + private $content; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Long, "doctor_id") |
|
25 | + */ |
|
26 | + private $doctorId; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "msg_id") |
|
30 | + */ |
|
31 | + private $msgId; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Integer, "receive_type") |
|
35 | + */ |
|
36 | + private $receiveType; |
|
37 | + |
|
38 | + protected function setUserParams(&$params) |
|
39 | + { |
|
40 | + $this->setUserParam($params, "consult_no", $this->consultNo); |
|
41 | + $this->setUserParam($params, "content", $this->content); |
|
42 | + $this->setUserParam($params, "doctor_id", $this->doctorId); |
|
43 | + $this->setUserParam($params, "msg_id", $this->msgId); |
|
44 | + $this->setUserParam($params, "receive_type", $this->receiveType); |
|
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.medicine.consult.receive"; |
|
61 | + } |
|
62 | + |
|
63 | + public function setConsultNo($consultNo) |
|
64 | + { |
|
65 | + $this->consultNo = $consultNo; |
|
66 | + } |
|
67 | + |
|
68 | + public function setContent($content) |
|
69 | + { |
|
70 | + $this->content = $content; |
|
71 | + } |
|
72 | + |
|
73 | + public function setDoctorId($doctorId) |
|
74 | + { |
|
75 | + $this->doctorId = $doctorId; |
|
76 | + } |
|
77 | + |
|
78 | + public function setMsgId($msgId) |
|
79 | + { |
|
80 | + $this->msgId = $msgId; |
|
81 | + } |
|
82 | + |
|
83 | + public function setReceiveType($receiveType) |
|
84 | + { |
|
85 | + $this->receiveType = $receiveType; |
|
86 | + } |
|
87 | 87 | |
88 | 88 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddDdkMemberAuthorityQueryRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "pid") |
|
15 | - */ |
|
16 | - private $pid; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "custom_parameters") |
|
20 | - */ |
|
21 | - private $customParameters; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "pid", $this->pid); |
|
26 | - $this->setUserParam($params, "custom_parameters", $this->customParameters); |
|
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.ddk.member.authority.query"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setPid($pid) |
|
46 | - { |
|
47 | - $this->pid = $pid; |
|
48 | - } |
|
49 | - |
|
50 | - public function setCustomParameters($customParameters) |
|
51 | - { |
|
52 | - $this->customParameters = $customParameters; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "pid") |
|
15 | + */ |
|
16 | + private $pid; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "custom_parameters") |
|
20 | + */ |
|
21 | + private $customParameters; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "pid", $this->pid); |
|
26 | + $this->setUserParam($params, "custom_parameters", $this->customParameters); |
|
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.ddk.member.authority.query"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setPid($pid) |
|
46 | + { |
|
47 | + $this->pid = $pid; |
|
48 | + } |
|
49 | + |
|
50 | + public function setCustomParameters($customParameters) |
|
51 | + { |
|
52 | + $this->customParameters = $customParameters; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddAdApiPlanUpdateMaxCostRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "maxCost") |
|
15 | - */ |
|
16 | - private $maxCost; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "planId") |
|
20 | - */ |
|
21 | - private $planId; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "maxCost", $this->maxCost); |
|
26 | - $this->setUserParam($params, "planId", $this->planId); |
|
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.plan.update.max.cost"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setMaxCost($maxCost) |
|
46 | - { |
|
47 | - $this->maxCost = $maxCost; |
|
48 | - } |
|
49 | - |
|
50 | - public function setPlanId($planId) |
|
51 | - { |
|
52 | - $this->planId = $planId; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "maxCost") |
|
15 | + */ |
|
16 | + private $maxCost; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "planId") |
|
20 | + */ |
|
21 | + private $planId; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "maxCost", $this->maxCost); |
|
26 | + $this->setUserParam($params, "planId", $this->planId); |
|
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.plan.update.max.cost"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setMaxCost($maxCost) |
|
46 | + { |
|
47 | + $this->maxCost = $maxCost; |
|
48 | + } |
|
49 | + |
|
50 | + public function setPlanId($planId) |
|
51 | + { |
|
52 | + $this->planId = $planId; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddOrderInformationGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "order_sn") |
|
15 | - */ |
|
16 | - private $orderSn; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "order_sn", $this->orderSn); |
|
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.order.information.get"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setOrderSn($orderSn) |
|
40 | - { |
|
41 | - $this->orderSn = $orderSn; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "order_sn") |
|
15 | + */ |
|
16 | + private $orderSn; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "order_sn", $this->orderSn); |
|
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.order.information.get"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setOrderSn($orderSn) |
|
40 | + { |
|
41 | + $this->orderSn = $orderSn; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddGoodsCpsUnitDeleteRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Long, "goods_id") |
|
15 | - */ |
|
16 | - private $goodsId; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "goods_id", $this->goodsId); |
|
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.goods.cps.unit.delete"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setGoodsId($goodsId) |
|
40 | - { |
|
41 | - $this->goodsId = $goodsId; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "goods_id") |
|
15 | + */ |
|
16 | + private $goodsId; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "goods_id", $this->goodsId); |
|
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.goods.cps.unit.delete"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setGoodsId($goodsId) |
|
40 | + { |
|
41 | + $this->goodsId = $goodsId; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,93 +7,93 @@ |
||
7 | 7 | class PddOpenMsgServiceQueryExpressMsgRecordRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "biz_id") |
|
15 | - */ |
|
16 | - private $bizId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "page_number") |
|
20 | - */ |
|
21 | - private $pageNumber; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "page_size") |
|
25 | - */ |
|
26 | - private $pageSize; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "send_date") |
|
30 | - */ |
|
31 | - private $sendDate; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "waybill_code") |
|
35 | - */ |
|
36 | - private $waybillCode; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "wp_code") |
|
40 | - */ |
|
41 | - private $wpCode; |
|
42 | - |
|
43 | - protected function setUserParams(&$params) |
|
44 | - { |
|
45 | - $this->setUserParam($params, "biz_id", $this->bizId); |
|
46 | - $this->setUserParam($params, "page_number", $this->pageNumber); |
|
47 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
48 | - $this->setUserParam($params, "send_date", $this->sendDate); |
|
49 | - $this->setUserParam($params, "waybill_code", $this->waybillCode); |
|
50 | - $this->setUserParam($params, "wp_code", $this->wpCode); |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - public function getVersion() |
|
55 | - { |
|
56 | - return "V1"; |
|
57 | - } |
|
58 | - |
|
59 | - public function getDataType() |
|
60 | - { |
|
61 | - return "JSON"; |
|
62 | - } |
|
63 | - |
|
64 | - public function getType() |
|
65 | - { |
|
66 | - return "pdd.open.msg.service.query.express.msg.record"; |
|
67 | - } |
|
68 | - |
|
69 | - public function setBizId($bizId) |
|
70 | - { |
|
71 | - $this->bizId = $bizId; |
|
72 | - } |
|
73 | - |
|
74 | - public function setPageNumber($pageNumber) |
|
75 | - { |
|
76 | - $this->pageNumber = $pageNumber; |
|
77 | - } |
|
78 | - |
|
79 | - public function setPageSize($pageSize) |
|
80 | - { |
|
81 | - $this->pageSize = $pageSize; |
|
82 | - } |
|
83 | - |
|
84 | - public function setSendDate($sendDate) |
|
85 | - { |
|
86 | - $this->sendDate = $sendDate; |
|
87 | - } |
|
88 | - |
|
89 | - public function setWaybillCode($waybillCode) |
|
90 | - { |
|
91 | - $this->waybillCode = $waybillCode; |
|
92 | - } |
|
93 | - |
|
94 | - public function setWpCode($wpCode) |
|
95 | - { |
|
96 | - $this->wpCode = $wpCode; |
|
97 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "biz_id") |
|
15 | + */ |
|
16 | + private $bizId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "page_number") |
|
20 | + */ |
|
21 | + private $pageNumber; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "page_size") |
|
25 | + */ |
|
26 | + private $pageSize; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "send_date") |
|
30 | + */ |
|
31 | + private $sendDate; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "waybill_code") |
|
35 | + */ |
|
36 | + private $waybillCode; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "wp_code") |
|
40 | + */ |
|
41 | + private $wpCode; |
|
42 | + |
|
43 | + protected function setUserParams(&$params) |
|
44 | + { |
|
45 | + $this->setUserParam($params, "biz_id", $this->bizId); |
|
46 | + $this->setUserParam($params, "page_number", $this->pageNumber); |
|
47 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
48 | + $this->setUserParam($params, "send_date", $this->sendDate); |
|
49 | + $this->setUserParam($params, "waybill_code", $this->waybillCode); |
|
50 | + $this->setUserParam($params, "wp_code", $this->wpCode); |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + public function getVersion() |
|
55 | + { |
|
56 | + return "V1"; |
|
57 | + } |
|
58 | + |
|
59 | + public function getDataType() |
|
60 | + { |
|
61 | + return "JSON"; |
|
62 | + } |
|
63 | + |
|
64 | + public function getType() |
|
65 | + { |
|
66 | + return "pdd.open.msg.service.query.express.msg.record"; |
|
67 | + } |
|
68 | + |
|
69 | + public function setBizId($bizId) |
|
70 | + { |
|
71 | + $this->bizId = $bizId; |
|
72 | + } |
|
73 | + |
|
74 | + public function setPageNumber($pageNumber) |
|
75 | + { |
|
76 | + $this->pageNumber = $pageNumber; |
|
77 | + } |
|
78 | + |
|
79 | + public function setPageSize($pageSize) |
|
80 | + { |
|
81 | + $this->pageSize = $pageSize; |
|
82 | + } |
|
83 | + |
|
84 | + public function setSendDate($sendDate) |
|
85 | + { |
|
86 | + $this->sendDate = $sendDate; |
|
87 | + } |
|
88 | + |
|
89 | + public function setWaybillCode($waybillCode) |
|
90 | + { |
|
91 | + $this->waybillCode = $waybillCode; |
|
92 | + } |
|
93 | + |
|
94 | + public function setWpCode($wpCode) |
|
95 | + { |
|
96 | + $this->wpCode = $wpCode; |
|
97 | + } |
|
98 | 98 | |
99 | 99 | } |
@@ -7,93 +7,93 @@ |
||
7 | 7 | class PddAdApiUnitBidQueryListRequest 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(String, "beginDate") |
|
20 | - */ |
|
21 | - private $beginDate; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "bidReferenceType") |
|
25 | - */ |
|
26 | - private $bidReferenceType; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "endDate") |
|
30 | - */ |
|
31 | - private $endDate; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Integer, "orderBy") |
|
35 | - */ |
|
36 | - private $orderBy; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Integer, "sortBy") |
|
40 | - */ |
|
41 | - private $sortBy; |
|
42 | - |
|
43 | - protected function setUserParams(&$params) |
|
44 | - { |
|
45 | - $this->setUserParam($params, "adId", $this->adId); |
|
46 | - $this->setUserParam($params, "beginDate", $this->beginDate); |
|
47 | - $this->setUserParam($params, "bidReferenceType", $this->bidReferenceType); |
|
48 | - $this->setUserParam($params, "endDate", $this->endDate); |
|
49 | - $this->setUserParam($params, "orderBy", $this->orderBy); |
|
50 | - $this->setUserParam($params, "sortBy", $this->sortBy); |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - public function getVersion() |
|
55 | - { |
|
56 | - return "V1"; |
|
57 | - } |
|
58 | - |
|
59 | - public function getDataType() |
|
60 | - { |
|
61 | - return "JSON"; |
|
62 | - } |
|
63 | - |
|
64 | - public function getType() |
|
65 | - { |
|
66 | - return "pdd.ad.api.unit.bid.query.list"; |
|
67 | - } |
|
68 | - |
|
69 | - public function setAdId($adId) |
|
70 | - { |
|
71 | - $this->adId = $adId; |
|
72 | - } |
|
73 | - |
|
74 | - public function setBeginDate($beginDate) |
|
75 | - { |
|
76 | - $this->beginDate = $beginDate; |
|
77 | - } |
|
78 | - |
|
79 | - public function setBidReferenceType($bidReferenceType) |
|
80 | - { |
|
81 | - $this->bidReferenceType = $bidReferenceType; |
|
82 | - } |
|
83 | - |
|
84 | - public function setEndDate($endDate) |
|
85 | - { |
|
86 | - $this->endDate = $endDate; |
|
87 | - } |
|
88 | - |
|
89 | - public function setOrderBy($orderBy) |
|
90 | - { |
|
91 | - $this->orderBy = $orderBy; |
|
92 | - } |
|
93 | - |
|
94 | - public function setSortBy($sortBy) |
|
95 | - { |
|
96 | - $this->sortBy = $sortBy; |
|
97 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "adId") |
|
15 | + */ |
|
16 | + private $adId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "beginDate") |
|
20 | + */ |
|
21 | + private $beginDate; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "bidReferenceType") |
|
25 | + */ |
|
26 | + private $bidReferenceType; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "endDate") |
|
30 | + */ |
|
31 | + private $endDate; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Integer, "orderBy") |
|
35 | + */ |
|
36 | + private $orderBy; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Integer, "sortBy") |
|
40 | + */ |
|
41 | + private $sortBy; |
|
42 | + |
|
43 | + protected function setUserParams(&$params) |
|
44 | + { |
|
45 | + $this->setUserParam($params, "adId", $this->adId); |
|
46 | + $this->setUserParam($params, "beginDate", $this->beginDate); |
|
47 | + $this->setUserParam($params, "bidReferenceType", $this->bidReferenceType); |
|
48 | + $this->setUserParam($params, "endDate", $this->endDate); |
|
49 | + $this->setUserParam($params, "orderBy", $this->orderBy); |
|
50 | + $this->setUserParam($params, "sortBy", $this->sortBy); |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + public function getVersion() |
|
55 | + { |
|
56 | + return "V1"; |
|
57 | + } |
|
58 | + |
|
59 | + public function getDataType() |
|
60 | + { |
|
61 | + return "JSON"; |
|
62 | + } |
|
63 | + |
|
64 | + public function getType() |
|
65 | + { |
|
66 | + return "pdd.ad.api.unit.bid.query.list"; |
|
67 | + } |
|
68 | + |
|
69 | + public function setAdId($adId) |
|
70 | + { |
|
71 | + $this->adId = $adId; |
|
72 | + } |
|
73 | + |
|
74 | + public function setBeginDate($beginDate) |
|
75 | + { |
|
76 | + $this->beginDate = $beginDate; |
|
77 | + } |
|
78 | + |
|
79 | + public function setBidReferenceType($bidReferenceType) |
|
80 | + { |
|
81 | + $this->bidReferenceType = $bidReferenceType; |
|
82 | + } |
|
83 | + |
|
84 | + public function setEndDate($endDate) |
|
85 | + { |
|
86 | + $this->endDate = $endDate; |
|
87 | + } |
|
88 | + |
|
89 | + public function setOrderBy($orderBy) |
|
90 | + { |
|
91 | + $this->orderBy = $orderBy; |
|
92 | + } |
|
93 | + |
|
94 | + public function setSortBy($sortBy) |
|
95 | + { |
|
96 | + $this->sortBy = $sortBy; |
|
97 | + } |
|
98 | 98 | |
99 | 99 | } |
@@ -7,71 +7,71 @@ |
||
7 | 7 | class PddEinvoiceVendorRuihongMatchEnterpriseRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "appCode") |
|
15 | - */ |
|
16 | - private $appCode; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "cmdName") |
|
20 | - */ |
|
21 | - private $cmdName; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "sign") |
|
25 | - */ |
|
26 | - private $sign; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "customerName") |
|
30 | - */ |
|
31 | - private $customerName; |
|
32 | - |
|
33 | - protected function setUserParams(&$params) |
|
34 | - { |
|
35 | - $this->setUserParam($params, "appCode", $this->appCode); |
|
36 | - $this->setUserParam($params, "cmdName", $this->cmdName); |
|
37 | - $this->setUserParam($params, "sign", $this->sign); |
|
38 | - $this->setUserParam($params, "customerName", $this->customerName); |
|
39 | - |
|
40 | - } |
|
41 | - |
|
42 | - public function getVersion() |
|
43 | - { |
|
44 | - return "V1"; |
|
45 | - } |
|
46 | - |
|
47 | - public function getDataType() |
|
48 | - { |
|
49 | - return "JSON"; |
|
50 | - } |
|
51 | - |
|
52 | - public function getType() |
|
53 | - { |
|
54 | - return "pdd.einvoice.vendor.ruihong.match.enterprise"; |
|
55 | - } |
|
56 | - |
|
57 | - public function setAppCode($appCode) |
|
58 | - { |
|
59 | - $this->appCode = $appCode; |
|
60 | - } |
|
61 | - |
|
62 | - public function setCmdName($cmdName) |
|
63 | - { |
|
64 | - $this->cmdName = $cmdName; |
|
65 | - } |
|
66 | - |
|
67 | - public function setSign($sign) |
|
68 | - { |
|
69 | - $this->sign = $sign; |
|
70 | - } |
|
71 | - |
|
72 | - public function setCustomerName($customerName) |
|
73 | - { |
|
74 | - $this->customerName = $customerName; |
|
75 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "appCode") |
|
15 | + */ |
|
16 | + private $appCode; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "cmdName") |
|
20 | + */ |
|
21 | + private $cmdName; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "sign") |
|
25 | + */ |
|
26 | + private $sign; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "customerName") |
|
30 | + */ |
|
31 | + private $customerName; |
|
32 | + |
|
33 | + protected function setUserParams(&$params) |
|
34 | + { |
|
35 | + $this->setUserParam($params, "appCode", $this->appCode); |
|
36 | + $this->setUserParam($params, "cmdName", $this->cmdName); |
|
37 | + $this->setUserParam($params, "sign", $this->sign); |
|
38 | + $this->setUserParam($params, "customerName", $this->customerName); |
|
39 | + |
|
40 | + } |
|
41 | + |
|
42 | + public function getVersion() |
|
43 | + { |
|
44 | + return "V1"; |
|
45 | + } |
|
46 | + |
|
47 | + public function getDataType() |
|
48 | + { |
|
49 | + return "JSON"; |
|
50 | + } |
|
51 | + |
|
52 | + public function getType() |
|
53 | + { |
|
54 | + return "pdd.einvoice.vendor.ruihong.match.enterprise"; |
|
55 | + } |
|
56 | + |
|
57 | + public function setAppCode($appCode) |
|
58 | + { |
|
59 | + $this->appCode = $appCode; |
|
60 | + } |
|
61 | + |
|
62 | + public function setCmdName($cmdName) |
|
63 | + { |
|
64 | + $this->cmdName = $cmdName; |
|
65 | + } |
|
66 | + |
|
67 | + public function setSign($sign) |
|
68 | + { |
|
69 | + $this->sign = $sign; |
|
70 | + } |
|
71 | + |
|
72 | + public function setCustomerName($customerName) |
|
73 | + { |
|
74 | + $this->customerName = $customerName; |
|
75 | + } |
|
76 | 76 | |
77 | 77 | } |