@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddAdApiKeywordDeleteRequest 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(List<Long>, "keywordIds") |
|
20 | - */ |
|
21 | - private $keywordIds; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "adId", $this->adId); |
|
26 | - $this->setUserParam($params, "keywordIds", $this->keywordIds); |
|
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.delete"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setAdId($adId) |
|
46 | - { |
|
47 | - $this->adId = $adId; |
|
48 | - } |
|
49 | - |
|
50 | - public function setKeywordIds($keywordIds) |
|
51 | - { |
|
52 | - $this->keywordIds = $keywordIds; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Long, "adId") |
|
15 | + */ |
|
16 | + private $adId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(List<Long>, "keywordIds") |
|
20 | + */ |
|
21 | + private $keywordIds; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "adId", $this->adId); |
|
26 | + $this->setUserParam($params, "keywordIds", $this->keywordIds); |
|
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.delete"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setAdId($adId) |
|
46 | + { |
|
47 | + $this->adId = $adId; |
|
48 | + } |
|
49 | + |
|
50 | + public function setKeywordIds($keywordIds) |
|
51 | + { |
|
52 | + $this->keywordIds = $keywordIds; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddGoodsLogisticsSerTemplateDetailRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "template_id") |
|
15 | - */ |
|
16 | - private $templateId; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "template_id", $this->templateId); |
|
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.logistics.ser.template.detail"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setTemplateId($templateId) |
|
40 | - { |
|
41 | - $this->templateId = $templateId; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "template_id") |
|
15 | + */ |
|
16 | + private $templateId; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "template_id", $this->templateId); |
|
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.logistics.ser.template.detail"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setTemplateId($templateId) |
|
40 | + { |
|
41 | + $this->templateId = $templateId; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,27 +7,27 @@ |
||
7 | 7 | class PddAdApiAdvertiserOpenAccountRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - protected function setUserParams(&$params) |
|
14 | - { |
|
12 | + } |
|
13 | + protected function setUserParams(&$params) |
|
14 | + { |
|
15 | 15 | |
16 | - } |
|
16 | + } |
|
17 | 17 | |
18 | - public function getVersion() |
|
19 | - { |
|
20 | - return "V1"; |
|
21 | - } |
|
18 | + public function getVersion() |
|
19 | + { |
|
20 | + return "V1"; |
|
21 | + } |
|
22 | 22 | |
23 | - public function getDataType() |
|
24 | - { |
|
25 | - return "JSON"; |
|
26 | - } |
|
23 | + public function getDataType() |
|
24 | + { |
|
25 | + return "JSON"; |
|
26 | + } |
|
27 | 27 | |
28 | - public function getType() |
|
29 | - { |
|
30 | - return "pdd.ad.api.advertiser.open.account"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.ad.api.advertiser.open.account"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -7,71 +7,71 @@ |
||
7 | 7 | class PddGoodsCommitListGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "check_status") |
|
15 | - */ |
|
16 | - private $checkStatus; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "goods_id") |
|
20 | - */ |
|
21 | - private $goodsId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "page") |
|
25 | - */ |
|
26 | - private $page; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "page_size") |
|
30 | - */ |
|
31 | - private $pageSize; |
|
32 | - |
|
33 | - protected function setUserParams(&$params) |
|
34 | - { |
|
35 | - $this->setUserParam($params, "check_status", $this->checkStatus); |
|
36 | - $this->setUserParam($params, "goods_id", $this->goodsId); |
|
37 | - $this->setUserParam($params, "page", $this->page); |
|
38 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
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.goods.commit.list.get"; |
|
55 | - } |
|
56 | - |
|
57 | - public function setCheckStatus($checkStatus) |
|
58 | - { |
|
59 | - $this->checkStatus = $checkStatus; |
|
60 | - } |
|
61 | - |
|
62 | - public function setGoodsId($goodsId) |
|
63 | - { |
|
64 | - $this->goodsId = $goodsId; |
|
65 | - } |
|
66 | - |
|
67 | - public function setPage($page) |
|
68 | - { |
|
69 | - $this->page = $page; |
|
70 | - } |
|
71 | - |
|
72 | - public function setPageSize($pageSize) |
|
73 | - { |
|
74 | - $this->pageSize = $pageSize; |
|
75 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "check_status") |
|
15 | + */ |
|
16 | + private $checkStatus; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "goods_id") |
|
20 | + */ |
|
21 | + private $goodsId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "page") |
|
25 | + */ |
|
26 | + private $page; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "page_size") |
|
30 | + */ |
|
31 | + private $pageSize; |
|
32 | + |
|
33 | + protected function setUserParams(&$params) |
|
34 | + { |
|
35 | + $this->setUserParam($params, "check_status", $this->checkStatus); |
|
36 | + $this->setUserParam($params, "goods_id", $this->goodsId); |
|
37 | + $this->setUserParam($params, "page", $this->page); |
|
38 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
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.goods.commit.list.get"; |
|
55 | + } |
|
56 | + |
|
57 | + public function setCheckStatus($checkStatus) |
|
58 | + { |
|
59 | + $this->checkStatus = $checkStatus; |
|
60 | + } |
|
61 | + |
|
62 | + public function setGoodsId($goodsId) |
|
63 | + { |
|
64 | + $this->goodsId = $goodsId; |
|
65 | + } |
|
66 | + |
|
67 | + public function setPage($page) |
|
68 | + { |
|
69 | + $this->page = $page; |
|
70 | + } |
|
71 | + |
|
72 | + public function setPageSize($pageSize) |
|
73 | + { |
|
74 | + $this->pageSize = $pageSize; |
|
75 | + } |
|
76 | 76 | |
77 | 77 | } |
@@ -7,115 +7,115 @@ |
||
7 | 7 | class PddLogisticsOnlineCreateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "tracking_number") |
|
15 | - */ |
|
16 | - private $trackingNumber; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "shipping_id") |
|
20 | - */ |
|
21 | - private $shippingId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "return_id") |
|
25 | - */ |
|
26 | - private $returnId; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "delivery_phone") |
|
30 | - */ |
|
31 | - private $deliveryPhone; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "delivery_name") |
|
35 | - */ |
|
36 | - private $deliveryName; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "delivery_address") |
|
40 | - */ |
|
41 | - private $deliveryAddress; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "delivery_id") |
|
45 | - */ |
|
46 | - private $deliveryId; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(String, "order_sn") |
|
50 | - */ |
|
51 | - private $orderSn; |
|
52 | - |
|
53 | - protected function setUserParams(&$params) |
|
54 | - { |
|
55 | - $this->setUserParam($params, "tracking_number", $this->trackingNumber); |
|
56 | - $this->setUserParam($params, "shipping_id", $this->shippingId); |
|
57 | - $this->setUserParam($params, "return_id", $this->returnId); |
|
58 | - $this->setUserParam($params, "delivery_phone", $this->deliveryPhone); |
|
59 | - $this->setUserParam($params, "delivery_name", $this->deliveryName); |
|
60 | - $this->setUserParam($params, "delivery_address", $this->deliveryAddress); |
|
61 | - $this->setUserParam($params, "delivery_id", $this->deliveryId); |
|
62 | - $this->setUserParam($params, "order_sn", $this->orderSn); |
|
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.logistics.online.create"; |
|
79 | - } |
|
80 | - |
|
81 | - public function setTrackingNumber($trackingNumber) |
|
82 | - { |
|
83 | - $this->trackingNumber = $trackingNumber; |
|
84 | - } |
|
85 | - |
|
86 | - public function setShippingId($shippingId) |
|
87 | - { |
|
88 | - $this->shippingId = $shippingId; |
|
89 | - } |
|
90 | - |
|
91 | - public function setReturnId($returnId) |
|
92 | - { |
|
93 | - $this->returnId = $returnId; |
|
94 | - } |
|
95 | - |
|
96 | - public function setDeliveryPhone($deliveryPhone) |
|
97 | - { |
|
98 | - $this->deliveryPhone = $deliveryPhone; |
|
99 | - } |
|
100 | - |
|
101 | - public function setDeliveryName($deliveryName) |
|
102 | - { |
|
103 | - $this->deliveryName = $deliveryName; |
|
104 | - } |
|
105 | - |
|
106 | - public function setDeliveryAddress($deliveryAddress) |
|
107 | - { |
|
108 | - $this->deliveryAddress = $deliveryAddress; |
|
109 | - } |
|
110 | - |
|
111 | - public function setDeliveryId($deliveryId) |
|
112 | - { |
|
113 | - $this->deliveryId = $deliveryId; |
|
114 | - } |
|
115 | - |
|
116 | - public function setOrderSn($orderSn) |
|
117 | - { |
|
118 | - $this->orderSn = $orderSn; |
|
119 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "tracking_number") |
|
15 | + */ |
|
16 | + private $trackingNumber; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "shipping_id") |
|
20 | + */ |
|
21 | + private $shippingId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "return_id") |
|
25 | + */ |
|
26 | + private $returnId; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "delivery_phone") |
|
30 | + */ |
|
31 | + private $deliveryPhone; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "delivery_name") |
|
35 | + */ |
|
36 | + private $deliveryName; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "delivery_address") |
|
40 | + */ |
|
41 | + private $deliveryAddress; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "delivery_id") |
|
45 | + */ |
|
46 | + private $deliveryId; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(String, "order_sn") |
|
50 | + */ |
|
51 | + private $orderSn; |
|
52 | + |
|
53 | + protected function setUserParams(&$params) |
|
54 | + { |
|
55 | + $this->setUserParam($params, "tracking_number", $this->trackingNumber); |
|
56 | + $this->setUserParam($params, "shipping_id", $this->shippingId); |
|
57 | + $this->setUserParam($params, "return_id", $this->returnId); |
|
58 | + $this->setUserParam($params, "delivery_phone", $this->deliveryPhone); |
|
59 | + $this->setUserParam($params, "delivery_name", $this->deliveryName); |
|
60 | + $this->setUserParam($params, "delivery_address", $this->deliveryAddress); |
|
61 | + $this->setUserParam($params, "delivery_id", $this->deliveryId); |
|
62 | + $this->setUserParam($params, "order_sn", $this->orderSn); |
|
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.logistics.online.create"; |
|
79 | + } |
|
80 | + |
|
81 | + public function setTrackingNumber($trackingNumber) |
|
82 | + { |
|
83 | + $this->trackingNumber = $trackingNumber; |
|
84 | + } |
|
85 | + |
|
86 | + public function setShippingId($shippingId) |
|
87 | + { |
|
88 | + $this->shippingId = $shippingId; |
|
89 | + } |
|
90 | + |
|
91 | + public function setReturnId($returnId) |
|
92 | + { |
|
93 | + $this->returnId = $returnId; |
|
94 | + } |
|
95 | + |
|
96 | + public function setDeliveryPhone($deliveryPhone) |
|
97 | + { |
|
98 | + $this->deliveryPhone = $deliveryPhone; |
|
99 | + } |
|
100 | + |
|
101 | + public function setDeliveryName($deliveryName) |
|
102 | + { |
|
103 | + $this->deliveryName = $deliveryName; |
|
104 | + } |
|
105 | + |
|
106 | + public function setDeliveryAddress($deliveryAddress) |
|
107 | + { |
|
108 | + $this->deliveryAddress = $deliveryAddress; |
|
109 | + } |
|
110 | + |
|
111 | + public function setDeliveryId($deliveryId) |
|
112 | + { |
|
113 | + $this->deliveryId = $deliveryId; |
|
114 | + } |
|
115 | + |
|
116 | + public function setOrderSn($orderSn) |
|
117 | + { |
|
118 | + $this->orderSn = $orderSn; |
|
119 | + } |
|
120 | 120 | |
121 | 121 | } |
@@ -7,600 +7,600 @@ |
||
7 | 7 | class PddAdApiUnitCreateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessage, "adUnitCreateComplexMessage") |
|
15 | - */ |
|
16 | - private $adUnitCreateComplexMessage; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "planId") |
|
20 | - */ |
|
21 | - private $planId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "scenesType") |
|
25 | - */ |
|
26 | - private $scenesType; |
|
27 | - |
|
28 | - protected function setUserParams(&$params) |
|
29 | - { |
|
30 | - $this->setUserParam($params, "adUnitCreateComplexMessage", $this->adUnitCreateComplexMessage); |
|
31 | - $this->setUserParam($params, "planId", $this->planId); |
|
32 | - $this->setUserParam($params, "scenesType", $this->scenesType); |
|
33 | - |
|
34 | - } |
|
35 | - |
|
36 | - public function getVersion() |
|
37 | - { |
|
38 | - return "V1"; |
|
39 | - } |
|
40 | - |
|
41 | - public function getDataType() |
|
42 | - { |
|
43 | - return "JSON"; |
|
44 | - } |
|
45 | - |
|
46 | - public function getType() |
|
47 | - { |
|
48 | - return "pdd.ad.api.unit.create"; |
|
49 | - } |
|
50 | - |
|
51 | - public function setAdUnitCreateComplexMessage($adUnitCreateComplexMessage) |
|
52 | - { |
|
53 | - $this->adUnitCreateComplexMessage = $adUnitCreateComplexMessage; |
|
54 | - } |
|
55 | - |
|
56 | - public function setPlanId($planId) |
|
57 | - { |
|
58 | - $this->planId = $planId; |
|
59 | - } |
|
60 | - |
|
61 | - public function setScenesType($scenesType) |
|
62 | - { |
|
63 | - $this->scenesType = $scenesType; |
|
64 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessage, "adUnitCreateComplexMessage") |
|
15 | + */ |
|
16 | + private $adUnitCreateComplexMessage; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "planId") |
|
20 | + */ |
|
21 | + private $planId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "scenesType") |
|
25 | + */ |
|
26 | + private $scenesType; |
|
27 | + |
|
28 | + protected function setUserParams(&$params) |
|
29 | + { |
|
30 | + $this->setUserParam($params, "adUnitCreateComplexMessage", $this->adUnitCreateComplexMessage); |
|
31 | + $this->setUserParam($params, "planId", $this->planId); |
|
32 | + $this->setUserParam($params, "scenesType", $this->scenesType); |
|
33 | + |
|
34 | + } |
|
35 | + |
|
36 | + public function getVersion() |
|
37 | + { |
|
38 | + return "V1"; |
|
39 | + } |
|
40 | + |
|
41 | + public function getDataType() |
|
42 | + { |
|
43 | + return "JSON"; |
|
44 | + } |
|
45 | + |
|
46 | + public function getType() |
|
47 | + { |
|
48 | + return "pdd.ad.api.unit.create"; |
|
49 | + } |
|
50 | + |
|
51 | + public function setAdUnitCreateComplexMessage($adUnitCreateComplexMessage) |
|
52 | + { |
|
53 | + $this->adUnitCreateComplexMessage = $adUnitCreateComplexMessage; |
|
54 | + } |
|
55 | + |
|
56 | + public function setPlanId($planId) |
|
57 | + { |
|
58 | + $this->planId = $planId; |
|
59 | + } |
|
60 | + |
|
61 | + public function setScenesType($scenesType) |
|
62 | + { |
|
63 | + $this->scenesType = $scenesType; |
|
64 | + } |
|
65 | 65 | |
66 | 66 | } |
67 | 67 | |
68 | 68 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessage extends PopBaseJsonEntity |
69 | 69 | { |
70 | 70 | |
71 | - public function __construct() |
|
72 | - { |
|
73 | - |
|
74 | - } |
|
75 | - |
|
76 | - /** |
|
77 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItem>, "adCreativeCreateMessagesList") |
|
78 | - */ |
|
79 | - private $adCreativeCreateMessagesList; |
|
80 | - |
|
81 | - /** |
|
82 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordCreateMessageListItem>, "adKeywordCreateMessageList") |
|
83 | - */ |
|
84 | - private $adKeywordCreateMessageList; |
|
85 | - |
|
86 | - /** |
|
87 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordSetMessage, "adKeywordSetMessage") |
|
88 | - */ |
|
89 | - private $adKeywordSetMessage; |
|
90 | - |
|
91 | - /** |
|
92 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdProductCreateMessage, "adProductCreateMessage") |
|
93 | - */ |
|
94 | - private $adProductCreateMessage; |
|
95 | - |
|
96 | - /** |
|
97 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessage, "adUnitCreateMessage") |
|
98 | - */ |
|
99 | - private $adUnitCreateMessage; |
|
100 | - |
|
101 | - /** |
|
102 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItem>, "audienceBidCreateMessageList") |
|
103 | - */ |
|
104 | - private $audienceBidCreateMessageList; |
|
105 | - |
|
106 | - /** |
|
107 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageLocationBidCreateMessageListItem>, "locationBidCreateMessageList") |
|
108 | - */ |
|
109 | - private $locationBidCreateMessageList; |
|
110 | - |
|
111 | - /** |
|
112 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageSmartCreativeCreateMessage, "smartCreativeCreateMessage") |
|
113 | - */ |
|
114 | - private $smartCreativeCreateMessage; |
|
115 | - |
|
116 | - public function setAdCreativeCreateMessagesList($adCreativeCreateMessagesList) |
|
117 | - { |
|
118 | - $this->adCreativeCreateMessagesList = $adCreativeCreateMessagesList; |
|
119 | - } |
|
120 | - |
|
121 | - public function setAdKeywordCreateMessageList($adKeywordCreateMessageList) |
|
122 | - { |
|
123 | - $this->adKeywordCreateMessageList = $adKeywordCreateMessageList; |
|
124 | - } |
|
125 | - |
|
126 | - public function setAdKeywordSetMessage($adKeywordSetMessage) |
|
127 | - { |
|
128 | - $this->adKeywordSetMessage = $adKeywordSetMessage; |
|
129 | - } |
|
130 | - |
|
131 | - public function setAdProductCreateMessage($adProductCreateMessage) |
|
132 | - { |
|
133 | - $this->adProductCreateMessage = $adProductCreateMessage; |
|
134 | - } |
|
135 | - |
|
136 | - public function setAdUnitCreateMessage($adUnitCreateMessage) |
|
137 | - { |
|
138 | - $this->adUnitCreateMessage = $adUnitCreateMessage; |
|
139 | - } |
|
140 | - |
|
141 | - public function setAudienceBidCreateMessageList($audienceBidCreateMessageList) |
|
142 | - { |
|
143 | - $this->audienceBidCreateMessageList = $audienceBidCreateMessageList; |
|
144 | - } |
|
145 | - |
|
146 | - public function setLocationBidCreateMessageList($locationBidCreateMessageList) |
|
147 | - { |
|
148 | - $this->locationBidCreateMessageList = $locationBidCreateMessageList; |
|
149 | - } |
|
150 | - |
|
151 | - public function setSmartCreativeCreateMessage($smartCreativeCreateMessage) |
|
152 | - { |
|
153 | - $this->smartCreativeCreateMessage = $smartCreativeCreateMessage; |
|
154 | - } |
|
71 | + public function __construct() |
|
72 | + { |
|
73 | + |
|
74 | + } |
|
75 | + |
|
76 | + /** |
|
77 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItem>, "adCreativeCreateMessagesList") |
|
78 | + */ |
|
79 | + private $adCreativeCreateMessagesList; |
|
80 | + |
|
81 | + /** |
|
82 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordCreateMessageListItem>, "adKeywordCreateMessageList") |
|
83 | + */ |
|
84 | + private $adKeywordCreateMessageList; |
|
85 | + |
|
86 | + /** |
|
87 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordSetMessage, "adKeywordSetMessage") |
|
88 | + */ |
|
89 | + private $adKeywordSetMessage; |
|
90 | + |
|
91 | + /** |
|
92 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdProductCreateMessage, "adProductCreateMessage") |
|
93 | + */ |
|
94 | + private $adProductCreateMessage; |
|
95 | + |
|
96 | + /** |
|
97 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessage, "adUnitCreateMessage") |
|
98 | + */ |
|
99 | + private $adUnitCreateMessage; |
|
100 | + |
|
101 | + /** |
|
102 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItem>, "audienceBidCreateMessageList") |
|
103 | + */ |
|
104 | + private $audienceBidCreateMessageList; |
|
105 | + |
|
106 | + /** |
|
107 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageLocationBidCreateMessageListItem>, "locationBidCreateMessageList") |
|
108 | + */ |
|
109 | + private $locationBidCreateMessageList; |
|
110 | + |
|
111 | + /** |
|
112 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageSmartCreativeCreateMessage, "smartCreativeCreateMessage") |
|
113 | + */ |
|
114 | + private $smartCreativeCreateMessage; |
|
115 | + |
|
116 | + public function setAdCreativeCreateMessagesList($adCreativeCreateMessagesList) |
|
117 | + { |
|
118 | + $this->adCreativeCreateMessagesList = $adCreativeCreateMessagesList; |
|
119 | + } |
|
120 | + |
|
121 | + public function setAdKeywordCreateMessageList($adKeywordCreateMessageList) |
|
122 | + { |
|
123 | + $this->adKeywordCreateMessageList = $adKeywordCreateMessageList; |
|
124 | + } |
|
125 | + |
|
126 | + public function setAdKeywordSetMessage($adKeywordSetMessage) |
|
127 | + { |
|
128 | + $this->adKeywordSetMessage = $adKeywordSetMessage; |
|
129 | + } |
|
130 | + |
|
131 | + public function setAdProductCreateMessage($adProductCreateMessage) |
|
132 | + { |
|
133 | + $this->adProductCreateMessage = $adProductCreateMessage; |
|
134 | + } |
|
135 | + |
|
136 | + public function setAdUnitCreateMessage($adUnitCreateMessage) |
|
137 | + { |
|
138 | + $this->adUnitCreateMessage = $adUnitCreateMessage; |
|
139 | + } |
|
140 | + |
|
141 | + public function setAudienceBidCreateMessageList($audienceBidCreateMessageList) |
|
142 | + { |
|
143 | + $this->audienceBidCreateMessageList = $audienceBidCreateMessageList; |
|
144 | + } |
|
145 | + |
|
146 | + public function setLocationBidCreateMessageList($locationBidCreateMessageList) |
|
147 | + { |
|
148 | + $this->locationBidCreateMessageList = $locationBidCreateMessageList; |
|
149 | + } |
|
150 | + |
|
151 | + public function setSmartCreativeCreateMessage($smartCreativeCreateMessage) |
|
152 | + { |
|
153 | + $this->smartCreativeCreateMessage = $smartCreativeCreateMessage; |
|
154 | + } |
|
155 | 155 | |
156 | 156 | } |
157 | 157 | |
158 | 158 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItem extends PopBaseJsonEntity |
159 | 159 | { |
160 | 160 | |
161 | - public function __construct() |
|
162 | - { |
|
161 | + public function __construct() |
|
162 | + { |
|
163 | 163 | |
164 | - } |
|
164 | + } |
|
165 | 165 | |
166 | - /** |
|
167 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdImageVOListItem>, "adImageVOList") |
|
168 | - */ |
|
169 | - private $adImageVOList; |
|
166 | + /** |
|
167 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdImageVOListItem>, "adImageVOList") |
|
168 | + */ |
|
169 | + private $adImageVOList; |
|
170 | 170 | |
171 | - /** |
|
172 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdTextVOListItem>, "adTextVOList") |
|
173 | - */ |
|
174 | - private $adTextVOList; |
|
171 | + /** |
|
172 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdTextVOListItem>, "adTextVOList") |
|
173 | + */ |
|
174 | + private $adTextVOList; |
|
175 | 175 | |
176 | - /** |
|
177 | - * @JsonProperty(Long, "creativeSpecificationId") |
|
178 | - */ |
|
179 | - private $creativeSpecificationId; |
|
176 | + /** |
|
177 | + * @JsonProperty(Long, "creativeSpecificationId") |
|
178 | + */ |
|
179 | + private $creativeSpecificationId; |
|
180 | 180 | |
181 | - public function setAdImageVOList($adImageVOList) |
|
182 | - { |
|
183 | - $this->adImageVOList = $adImageVOList; |
|
184 | - } |
|
181 | + public function setAdImageVOList($adImageVOList) |
|
182 | + { |
|
183 | + $this->adImageVOList = $adImageVOList; |
|
184 | + } |
|
185 | 185 | |
186 | - public function setAdTextVOList($adTextVOList) |
|
187 | - { |
|
188 | - $this->adTextVOList = $adTextVOList; |
|
189 | - } |
|
186 | + public function setAdTextVOList($adTextVOList) |
|
187 | + { |
|
188 | + $this->adTextVOList = $adTextVOList; |
|
189 | + } |
|
190 | 190 | |
191 | - public function setCreativeSpecificationId($creativeSpecificationId) |
|
192 | - { |
|
193 | - $this->creativeSpecificationId = $creativeSpecificationId; |
|
194 | - } |
|
191 | + public function setCreativeSpecificationId($creativeSpecificationId) |
|
192 | + { |
|
193 | + $this->creativeSpecificationId = $creativeSpecificationId; |
|
194 | + } |
|
195 | 195 | |
196 | 196 | } |
197 | 197 | |
198 | 198 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdImageVOListItem extends PopBaseJsonEntity |
199 | 199 | { |
200 | 200 | |
201 | - public function __construct() |
|
202 | - { |
|
201 | + public function __construct() |
|
202 | + { |
|
203 | 203 | |
204 | - } |
|
204 | + } |
|
205 | 205 | |
206 | - /** |
|
207 | - * @JsonProperty(String, "imageUrl") |
|
208 | - */ |
|
209 | - private $imageUrl; |
|
206 | + /** |
|
207 | + * @JsonProperty(String, "imageUrl") |
|
208 | + */ |
|
209 | + private $imageUrl; |
|
210 | 210 | |
211 | - public function setImageUrl($imageUrl) |
|
212 | - { |
|
213 | - $this->imageUrl = $imageUrl; |
|
214 | - } |
|
211 | + public function setImageUrl($imageUrl) |
|
212 | + { |
|
213 | + $this->imageUrl = $imageUrl; |
|
214 | + } |
|
215 | 215 | |
216 | 216 | } |
217 | 217 | |
218 | 218 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdCreativeCreateMessagesListItemAdTextVOListItem extends PopBaseJsonEntity |
219 | 219 | { |
220 | 220 | |
221 | - public function __construct() |
|
222 | - { |
|
221 | + public function __construct() |
|
222 | + { |
|
223 | 223 | |
224 | - } |
|
224 | + } |
|
225 | 225 | |
226 | - /** |
|
227 | - * @JsonProperty(String, "text") |
|
228 | - */ |
|
229 | - private $text; |
|
226 | + /** |
|
227 | + * @JsonProperty(String, "text") |
|
228 | + */ |
|
229 | + private $text; |
|
230 | 230 | |
231 | - public function setText($text) |
|
232 | - { |
|
233 | - $this->text = $text; |
|
234 | - } |
|
231 | + public function setText($text) |
|
232 | + { |
|
233 | + $this->text = $text; |
|
234 | + } |
|
235 | 235 | |
236 | 236 | } |
237 | 237 | |
238 | 238 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordCreateMessageListItem extends PopBaseJsonEntity |
239 | 239 | { |
240 | 240 | |
241 | - public function __construct() |
|
242 | - { |
|
241 | + public function __construct() |
|
242 | + { |
|
243 | 243 | |
244 | - } |
|
244 | + } |
|
245 | 245 | |
246 | - /** |
|
247 | - * @JsonProperty(Long, "bid") |
|
248 | - */ |
|
249 | - private $bid; |
|
246 | + /** |
|
247 | + * @JsonProperty(Long, "bid") |
|
248 | + */ |
|
249 | + private $bid; |
|
250 | 250 | |
251 | - /** |
|
252 | - * @JsonProperty(Long, "premiumRate") |
|
253 | - */ |
|
254 | - private $premiumRate; |
|
251 | + /** |
|
252 | + * @JsonProperty(Long, "premiumRate") |
|
253 | + */ |
|
254 | + private $premiumRate; |
|
255 | 255 | |
256 | - /** |
|
257 | - * @JsonProperty(String, "word") |
|
258 | - */ |
|
259 | - private $word; |
|
256 | + /** |
|
257 | + * @JsonProperty(String, "word") |
|
258 | + */ |
|
259 | + private $word; |
|
260 | 260 | |
261 | - public function setBid($bid) |
|
262 | - { |
|
263 | - $this->bid = $bid; |
|
264 | - } |
|
261 | + public function setBid($bid) |
|
262 | + { |
|
263 | + $this->bid = $bid; |
|
264 | + } |
|
265 | 265 | |
266 | - public function setPremiumRate($premiumRate) |
|
267 | - { |
|
268 | - $this->premiumRate = $premiumRate; |
|
269 | - } |
|
266 | + public function setPremiumRate($premiumRate) |
|
267 | + { |
|
268 | + $this->premiumRate = $premiumRate; |
|
269 | + } |
|
270 | 270 | |
271 | - public function setWord($word) |
|
272 | - { |
|
273 | - $this->word = $word; |
|
274 | - } |
|
271 | + public function setWord($word) |
|
272 | + { |
|
273 | + $this->word = $word; |
|
274 | + } |
|
275 | 275 | |
276 | 276 | } |
277 | 277 | |
278 | 278 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdKeywordSetMessage extends PopBaseJsonEntity |
279 | 279 | { |
280 | 280 | |
281 | - public function __construct() |
|
282 | - { |
|
281 | + public function __construct() |
|
282 | + { |
|
283 | 283 | |
284 | - } |
|
284 | + } |
|
285 | 285 | |
286 | - /** |
|
287 | - * @JsonProperty(Long, "keywordSetBid") |
|
288 | - */ |
|
289 | - private $keywordSetBid; |
|
286 | + /** |
|
287 | + * @JsonProperty(Long, "keywordSetBid") |
|
288 | + */ |
|
289 | + private $keywordSetBid; |
|
290 | 290 | |
291 | - /** |
|
292 | - * @JsonProperty(Integer, "performanceGoal") |
|
293 | - */ |
|
294 | - private $performanceGoal; |
|
291 | + /** |
|
292 | + * @JsonProperty(Integer, "performanceGoal") |
|
293 | + */ |
|
294 | + private $performanceGoal; |
|
295 | 295 | |
296 | - public function setKeywordSetBid($keywordSetBid) |
|
297 | - { |
|
298 | - $this->keywordSetBid = $keywordSetBid; |
|
299 | - } |
|
296 | + public function setKeywordSetBid($keywordSetBid) |
|
297 | + { |
|
298 | + $this->keywordSetBid = $keywordSetBid; |
|
299 | + } |
|
300 | 300 | |
301 | - public function setPerformanceGoal($performanceGoal) |
|
302 | - { |
|
303 | - $this->performanceGoal = $performanceGoal; |
|
304 | - } |
|
301 | + public function setPerformanceGoal($performanceGoal) |
|
302 | + { |
|
303 | + $this->performanceGoal = $performanceGoal; |
|
304 | + } |
|
305 | 305 | |
306 | 306 | } |
307 | 307 | |
308 | 308 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdProductCreateMessage extends PopBaseJsonEntity |
309 | 309 | { |
310 | 310 | |
311 | - public function __construct() |
|
312 | - { |
|
311 | + public function __construct() |
|
312 | + { |
|
313 | 313 | |
314 | - } |
|
314 | + } |
|
315 | 315 | |
316 | - /** |
|
317 | - * @JsonProperty(Long, "goodsId") |
|
318 | - */ |
|
319 | - private $goodsId; |
|
316 | + /** |
|
317 | + * @JsonProperty(Long, "goodsId") |
|
318 | + */ |
|
319 | + private $goodsId; |
|
320 | 320 | |
321 | - public function setGoodsId($goodsId) |
|
322 | - { |
|
323 | - $this->goodsId = $goodsId; |
|
324 | - } |
|
321 | + public function setGoodsId($goodsId) |
|
322 | + { |
|
323 | + $this->goodsId = $goodsId; |
|
324 | + } |
|
325 | 325 | |
326 | 326 | } |
327 | 327 | |
328 | 328 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessage extends PopBaseJsonEntity |
329 | 329 | { |
330 | 330 | |
331 | - public function __construct() |
|
332 | - { |
|
331 | + public function __construct() |
|
332 | + { |
|
333 | 333 | |
334 | - } |
|
334 | + } |
|
335 | 335 | |
336 | - /** |
|
337 | - * @JsonProperty(String, "adName") |
|
338 | - */ |
|
339 | - private $adName; |
|
336 | + /** |
|
337 | + * @JsonProperty(String, "adName") |
|
338 | + */ |
|
339 | + private $adName; |
|
340 | 340 | |
341 | - /** |
|
342 | - * @JsonProperty(Long, "bid") |
|
343 | - */ |
|
344 | - private $bid; |
|
341 | + /** |
|
342 | + * @JsonProperty(Long, "bid") |
|
343 | + */ |
|
344 | + private $bid; |
|
345 | 345 | |
346 | - /** |
|
347 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessageOptimizationMessage, "optimizationMessage") |
|
348 | - */ |
|
349 | - private $optimizationMessage; |
|
346 | + /** |
|
347 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessageOptimizationMessage, "optimizationMessage") |
|
348 | + */ |
|
349 | + private $optimizationMessage; |
|
350 | 350 | |
351 | - public function setAdName($adName) |
|
352 | - { |
|
353 | - $this->adName = $adName; |
|
354 | - } |
|
351 | + public function setAdName($adName) |
|
352 | + { |
|
353 | + $this->adName = $adName; |
|
354 | + } |
|
355 | 355 | |
356 | - public function setBid($bid) |
|
357 | - { |
|
358 | - $this->bid = $bid; |
|
359 | - } |
|
356 | + public function setBid($bid) |
|
357 | + { |
|
358 | + $this->bid = $bid; |
|
359 | + } |
|
360 | 360 | |
361 | - public function setOptimizationMessage($optimizationMessage) |
|
362 | - { |
|
363 | - $this->optimizationMessage = $optimizationMessage; |
|
364 | - } |
|
361 | + public function setOptimizationMessage($optimizationMessage) |
|
362 | + { |
|
363 | + $this->optimizationMessage = $optimizationMessage; |
|
364 | + } |
|
365 | 365 | |
366 | 366 | } |
367 | 367 | |
368 | 368 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAdUnitCreateMessageOptimizationMessage extends PopBaseJsonEntity |
369 | 369 | { |
370 | 370 | |
371 | - public function __construct() |
|
372 | - { |
|
373 | - |
|
374 | - } |
|
375 | - |
|
376 | - /** |
|
377 | - * @JsonProperty(Long, "accumulationBid") |
|
378 | - */ |
|
379 | - private $accumulationBid; |
|
380 | - |
|
381 | - /** |
|
382 | - * @JsonProperty(Long, "optimizationBid") |
|
383 | - */ |
|
384 | - private $optimizationBid; |
|
385 | - |
|
386 | - /** |
|
387 | - * @JsonProperty(Integer, "optimizationGoal") |
|
388 | - */ |
|
389 | - private $optimizationGoal; |
|
390 | - |
|
391 | - /** |
|
392 | - * @JsonProperty(Integer, "optimizationMethod") |
|
393 | - */ |
|
394 | - private $optimizationMethod; |
|
395 | - |
|
396 | - public function setAccumulationBid($accumulationBid) |
|
397 | - { |
|
398 | - $this->accumulationBid = $accumulationBid; |
|
399 | - } |
|
400 | - |
|
401 | - public function setOptimizationBid($optimizationBid) |
|
402 | - { |
|
403 | - $this->optimizationBid = $optimizationBid; |
|
404 | - } |
|
405 | - |
|
406 | - public function setOptimizationGoal($optimizationGoal) |
|
407 | - { |
|
408 | - $this->optimizationGoal = $optimizationGoal; |
|
409 | - } |
|
410 | - |
|
411 | - public function setOptimizationMethod($optimizationMethod) |
|
412 | - { |
|
413 | - $this->optimizationMethod = $optimizationMethod; |
|
414 | - } |
|
371 | + public function __construct() |
|
372 | + { |
|
373 | + |
|
374 | + } |
|
375 | + |
|
376 | + /** |
|
377 | + * @JsonProperty(Long, "accumulationBid") |
|
378 | + */ |
|
379 | + private $accumulationBid; |
|
380 | + |
|
381 | + /** |
|
382 | + * @JsonProperty(Long, "optimizationBid") |
|
383 | + */ |
|
384 | + private $optimizationBid; |
|
385 | + |
|
386 | + /** |
|
387 | + * @JsonProperty(Integer, "optimizationGoal") |
|
388 | + */ |
|
389 | + private $optimizationGoal; |
|
390 | + |
|
391 | + /** |
|
392 | + * @JsonProperty(Integer, "optimizationMethod") |
|
393 | + */ |
|
394 | + private $optimizationMethod; |
|
395 | + |
|
396 | + public function setAccumulationBid($accumulationBid) |
|
397 | + { |
|
398 | + $this->accumulationBid = $accumulationBid; |
|
399 | + } |
|
400 | + |
|
401 | + public function setOptimizationBid($optimizationBid) |
|
402 | + { |
|
403 | + $this->optimizationBid = $optimizationBid; |
|
404 | + } |
|
405 | + |
|
406 | + public function setOptimizationGoal($optimizationGoal) |
|
407 | + { |
|
408 | + $this->optimizationGoal = $optimizationGoal; |
|
409 | + } |
|
410 | + |
|
411 | + public function setOptimizationMethod($optimizationMethod) |
|
412 | + { |
|
413 | + $this->optimizationMethod = $optimizationMethod; |
|
414 | + } |
|
415 | 415 | |
416 | 416 | } |
417 | 417 | |
418 | 418 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItem extends PopBaseJsonEntity |
419 | 419 | { |
420 | 420 | |
421 | - public function __construct() |
|
422 | - { |
|
423 | - |
|
424 | - } |
|
425 | - |
|
426 | - /** |
|
427 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessage, "adTargetingCreateMessage") |
|
428 | - */ |
|
429 | - private $adTargetingCreateMessage; |
|
430 | - |
|
431 | - /** |
|
432 | - * @JsonProperty(Long, "bidReferenceId") |
|
433 | - */ |
|
434 | - private $bidReferenceId; |
|
435 | - |
|
436 | - /** |
|
437 | - * @JsonProperty(Long, "bidValue") |
|
438 | - */ |
|
439 | - private $bidValue; |
|
440 | - |
|
441 | - /** |
|
442 | - * @JsonProperty(Long, "subBidReferenceId") |
|
443 | - */ |
|
444 | - private $subBidReferenceId; |
|
445 | - |
|
446 | - public function setAdTargetingCreateMessage($adTargetingCreateMessage) |
|
447 | - { |
|
448 | - $this->adTargetingCreateMessage = $adTargetingCreateMessage; |
|
449 | - } |
|
450 | - |
|
451 | - public function setBidReferenceId($bidReferenceId) |
|
452 | - { |
|
453 | - $this->bidReferenceId = $bidReferenceId; |
|
454 | - } |
|
455 | - |
|
456 | - public function setBidValue($bidValue) |
|
457 | - { |
|
458 | - $this->bidValue = $bidValue; |
|
459 | - } |
|
460 | - |
|
461 | - public function setSubBidReferenceId($subBidReferenceId) |
|
462 | - { |
|
463 | - $this->subBidReferenceId = $subBidReferenceId; |
|
464 | - } |
|
421 | + public function __construct() |
|
422 | + { |
|
423 | + |
|
424 | + } |
|
425 | + |
|
426 | + /** |
|
427 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessage, "adTargetingCreateMessage") |
|
428 | + */ |
|
429 | + private $adTargetingCreateMessage; |
|
430 | + |
|
431 | + /** |
|
432 | + * @JsonProperty(Long, "bidReferenceId") |
|
433 | + */ |
|
434 | + private $bidReferenceId; |
|
435 | + |
|
436 | + /** |
|
437 | + * @JsonProperty(Long, "bidValue") |
|
438 | + */ |
|
439 | + private $bidValue; |
|
440 | + |
|
441 | + /** |
|
442 | + * @JsonProperty(Long, "subBidReferenceId") |
|
443 | + */ |
|
444 | + private $subBidReferenceId; |
|
445 | + |
|
446 | + public function setAdTargetingCreateMessage($adTargetingCreateMessage) |
|
447 | + { |
|
448 | + $this->adTargetingCreateMessage = $adTargetingCreateMessage; |
|
449 | + } |
|
450 | + |
|
451 | + public function setBidReferenceId($bidReferenceId) |
|
452 | + { |
|
453 | + $this->bidReferenceId = $bidReferenceId; |
|
454 | + } |
|
455 | + |
|
456 | + public function setBidValue($bidValue) |
|
457 | + { |
|
458 | + $this->bidValue = $bidValue; |
|
459 | + } |
|
460 | + |
|
461 | + public function setSubBidReferenceId($subBidReferenceId) |
|
462 | + { |
|
463 | + $this->subBidReferenceId = $subBidReferenceId; |
|
464 | + } |
|
465 | 465 | |
466 | 466 | } |
467 | 467 | |
468 | 468 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessage extends PopBaseJsonEntity |
469 | 469 | { |
470 | 470 | |
471 | - public function __construct() |
|
472 | - { |
|
471 | + public function __construct() |
|
472 | + { |
|
473 | 473 | |
474 | - } |
|
474 | + } |
|
475 | 475 | |
476 | - /** |
|
477 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet, "adTargetingSet") |
|
478 | - */ |
|
479 | - private $adTargetingSet; |
|
476 | + /** |
|
477 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet, "adTargetingSet") |
|
478 | + */ |
|
479 | + private $adTargetingSet; |
|
480 | 480 | |
481 | - /** |
|
482 | - * @JsonProperty(String, "targetingName") |
|
483 | - */ |
|
484 | - private $targetingName; |
|
481 | + /** |
|
482 | + * @JsonProperty(String, "targetingName") |
|
483 | + */ |
|
484 | + private $targetingName; |
|
485 | 485 | |
486 | - public function setAdTargetingSet($adTargetingSet) |
|
487 | - { |
|
488 | - $this->adTargetingSet = $adTargetingSet; |
|
489 | - } |
|
486 | + public function setAdTargetingSet($adTargetingSet) |
|
487 | + { |
|
488 | + $this->adTargetingSet = $adTargetingSet; |
|
489 | + } |
|
490 | 490 | |
491 | - public function setTargetingName($targetingName) |
|
492 | - { |
|
493 | - $this->targetingName = $targetingName; |
|
494 | - } |
|
491 | + public function setTargetingName($targetingName) |
|
492 | + { |
|
493 | + $this->targetingName = $targetingName; |
|
494 | + } |
|
495 | 495 | |
496 | 496 | } |
497 | 497 | |
498 | 498 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSet extends PopBaseJsonEntity |
499 | 499 | { |
500 | 500 | |
501 | - public function __construct() |
|
502 | - { |
|
501 | + public function __construct() |
|
502 | + { |
|
503 | 503 | |
504 | - } |
|
504 | + } |
|
505 | 505 | |
506 | - /** |
|
507 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct, "areaStruct") |
|
508 | - */ |
|
509 | - private $areaStruct; |
|
506 | + /** |
|
507 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct, "areaStruct") |
|
508 | + */ |
|
509 | + private $areaStruct; |
|
510 | 510 | |
511 | - public function setAreaStruct($areaStruct) |
|
512 | - { |
|
513 | - $this->areaStruct = $areaStruct; |
|
514 | - } |
|
511 | + public function setAreaStruct($areaStruct) |
|
512 | + { |
|
513 | + $this->areaStruct = $areaStruct; |
|
514 | + } |
|
515 | 515 | |
516 | 516 | } |
517 | 517 | |
518 | 518 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageAudienceBidCreateMessageListItemAdTargetingCreateMessageAdTargetingSetAreaStruct extends PopBaseJsonEntity |
519 | 519 | { |
520 | 520 | |
521 | - public function __construct() |
|
522 | - { |
|
521 | + public function __construct() |
|
522 | + { |
|
523 | 523 | |
524 | - } |
|
524 | + } |
|
525 | 525 | |
526 | - /** |
|
527 | - * @JsonProperty(List<Integer>, "areaIds") |
|
528 | - */ |
|
529 | - private $areaIds; |
|
526 | + /** |
|
527 | + * @JsonProperty(List<Integer>, "areaIds") |
|
528 | + */ |
|
529 | + private $areaIds; |
|
530 | 530 | |
531 | - public function setAreaIds($areaIds) |
|
532 | - { |
|
533 | - $this->areaIds = $areaIds; |
|
534 | - } |
|
531 | + public function setAreaIds($areaIds) |
|
532 | + { |
|
533 | + $this->areaIds = $areaIds; |
|
534 | + } |
|
535 | 535 | |
536 | 536 | } |
537 | 537 | |
538 | 538 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageLocationBidCreateMessageListItem extends PopBaseJsonEntity |
539 | 539 | { |
540 | 540 | |
541 | - public function __construct() |
|
542 | - { |
|
541 | + public function __construct() |
|
542 | + { |
|
543 | 543 | |
544 | - } |
|
544 | + } |
|
545 | 545 | |
546 | - /** |
|
547 | - * @JsonProperty(Long, "bidReferenceId") |
|
548 | - */ |
|
549 | - private $bidReferenceId; |
|
546 | + /** |
|
547 | + * @JsonProperty(Long, "bidReferenceId") |
|
548 | + */ |
|
549 | + private $bidReferenceId; |
|
550 | 550 | |
551 | - /** |
|
552 | - * @JsonProperty(Long, "bidValue") |
|
553 | - */ |
|
554 | - private $bidValue; |
|
551 | + /** |
|
552 | + * @JsonProperty(Long, "bidValue") |
|
553 | + */ |
|
554 | + private $bidValue; |
|
555 | 555 | |
556 | - public function setBidReferenceId($bidReferenceId) |
|
557 | - { |
|
558 | - $this->bidReferenceId = $bidReferenceId; |
|
559 | - } |
|
556 | + public function setBidReferenceId($bidReferenceId) |
|
557 | + { |
|
558 | + $this->bidReferenceId = $bidReferenceId; |
|
559 | + } |
|
560 | 560 | |
561 | - public function setBidValue($bidValue) |
|
562 | - { |
|
563 | - $this->bidValue = $bidValue; |
|
564 | - } |
|
561 | + public function setBidValue($bidValue) |
|
562 | + { |
|
563 | + $this->bidValue = $bidValue; |
|
564 | + } |
|
565 | 565 | |
566 | 566 | } |
567 | 567 | |
568 | 568 | class PddAdApiUnitCreateRequest_AdUnitCreateComplexMessageSmartCreativeCreateMessage extends PopBaseJsonEntity |
569 | 569 | { |
570 | 570 | |
571 | - public function __construct() |
|
572 | - { |
|
573 | - |
|
574 | - } |
|
575 | - |
|
576 | - /** |
|
577 | - * @JsonProperty(Integer, "creativeFlowRate") |
|
578 | - */ |
|
579 | - private $creativeFlowRate; |
|
580 | - |
|
581 | - /** |
|
582 | - * @JsonProperty(Integer, "enableSmartCreative") |
|
583 | - */ |
|
584 | - private $enableSmartCreative; |
|
585 | - |
|
586 | - /** |
|
587 | - * @JsonProperty(String, "smartCreativeTitle") |
|
588 | - */ |
|
589 | - private $smartCreativeTitle; |
|
590 | - |
|
591 | - public function setCreativeFlowRate($creativeFlowRate) |
|
592 | - { |
|
593 | - $this->creativeFlowRate = $creativeFlowRate; |
|
594 | - } |
|
595 | - |
|
596 | - public function setEnableSmartCreative($enableSmartCreative) |
|
597 | - { |
|
598 | - $this->enableSmartCreative = $enableSmartCreative; |
|
599 | - } |
|
600 | - |
|
601 | - public function setSmartCreativeTitle($smartCreativeTitle) |
|
602 | - { |
|
603 | - $this->smartCreativeTitle = $smartCreativeTitle; |
|
604 | - } |
|
571 | + public function __construct() |
|
572 | + { |
|
573 | + |
|
574 | + } |
|
575 | + |
|
576 | + /** |
|
577 | + * @JsonProperty(Integer, "creativeFlowRate") |
|
578 | + */ |
|
579 | + private $creativeFlowRate; |
|
580 | + |
|
581 | + /** |
|
582 | + * @JsonProperty(Integer, "enableSmartCreative") |
|
583 | + */ |
|
584 | + private $enableSmartCreative; |
|
585 | + |
|
586 | + /** |
|
587 | + * @JsonProperty(String, "smartCreativeTitle") |
|
588 | + */ |
|
589 | + private $smartCreativeTitle; |
|
590 | + |
|
591 | + public function setCreativeFlowRate($creativeFlowRate) |
|
592 | + { |
|
593 | + $this->creativeFlowRate = $creativeFlowRate; |
|
594 | + } |
|
595 | + |
|
596 | + public function setEnableSmartCreative($enableSmartCreative) |
|
597 | + { |
|
598 | + $this->enableSmartCreative = $enableSmartCreative; |
|
599 | + } |
|
600 | + |
|
601 | + public function setSmartCreativeTitle($smartCreativeTitle) |
|
602 | + { |
|
603 | + $this->smartCreativeTitle = $smartCreativeTitle; |
|
604 | + } |
|
605 | 605 | |
606 | 606 | } |
@@ -7,474 +7,474 @@ |
||
7 | 7 | class PddTicketGoodsUploadRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<String>, "carousel_gallery") |
|
15 | - */ |
|
16 | - private $carouselGallery; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_CarouselVideoItem>, "carousel_video") |
|
20 | - */ |
|
21 | - private $carouselVideo; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Long, "cat_id") |
|
25 | - */ |
|
26 | - private $catId; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "code_mode") |
|
30 | - */ |
|
31 | - private $codeMode; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(List<String>, "detail_gallery") |
|
35 | - */ |
|
36 | - private $detailGallery; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Long, "goods_commit_id") |
|
40 | - */ |
|
41 | - private $goodsCommitId; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "goods_desc") |
|
45 | - */ |
|
46 | - private $goodsDesc; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(Long, "goods_id") |
|
50 | - */ |
|
51 | - private $goodsId; |
|
52 | - |
|
53 | - /** |
|
54 | - * @JsonProperty(String, "goods_name") |
|
55 | - */ |
|
56 | - private $goodsName; |
|
57 | - |
|
58 | - /** |
|
59 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_GoodsPropertiesItem>, "goods_properties") |
|
60 | - */ |
|
61 | - private $goodsProperties; |
|
62 | - |
|
63 | - /** |
|
64 | - * @JsonProperty(Integer, "is_submit") |
|
65 | - */ |
|
66 | - private $isSubmit; |
|
67 | - |
|
68 | - /** |
|
69 | - * @JsonProperty(Long, "market_price") |
|
70 | - */ |
|
71 | - private $marketPrice; |
|
72 | - |
|
73 | - /** |
|
74 | - * @JsonProperty(String, "out_goods_sn") |
|
75 | - */ |
|
76 | - private $outGoodsSn; |
|
77 | - |
|
78 | - /** |
|
79 | - * @JsonProperty(String, "reserve_limit_rule") |
|
80 | - */ |
|
81 | - private $reserveLimitRule; |
|
82 | - |
|
83 | - /** |
|
84 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_SkuListItem>, "sku_list") |
|
85 | - */ |
|
86 | - private $skuList; |
|
87 | - |
|
88 | - /** |
|
89 | - * @JsonProperty(Integer, "sku_type") |
|
90 | - */ |
|
91 | - private $skuType; |
|
92 | - |
|
93 | - /** |
|
94 | - * @JsonProperty(Integer, "sync_goods_operate") |
|
95 | - */ |
|
96 | - private $syncGoodsOperate; |
|
97 | - |
|
98 | - protected function setUserParams(&$params) |
|
99 | - { |
|
100 | - $this->setUserParam($params, "carousel_gallery", $this->carouselGallery); |
|
101 | - $this->setUserParam($params, "carousel_video", $this->carouselVideo); |
|
102 | - $this->setUserParam($params, "cat_id", $this->catId); |
|
103 | - $this->setUserParam($params, "code_mode", $this->codeMode); |
|
104 | - $this->setUserParam($params, "detail_gallery", $this->detailGallery); |
|
105 | - $this->setUserParam($params, "goods_commit_id", $this->goodsCommitId); |
|
106 | - $this->setUserParam($params, "goods_desc", $this->goodsDesc); |
|
107 | - $this->setUserParam($params, "goods_id", $this->goodsId); |
|
108 | - $this->setUserParam($params, "goods_name", $this->goodsName); |
|
109 | - $this->setUserParam($params, "goods_properties", $this->goodsProperties); |
|
110 | - $this->setUserParam($params, "is_submit", $this->isSubmit); |
|
111 | - $this->setUserParam($params, "market_price", $this->marketPrice); |
|
112 | - $this->setUserParam($params, "out_goods_sn", $this->outGoodsSn); |
|
113 | - $this->setUserParam($params, "reserve_limit_rule", $this->reserveLimitRule); |
|
114 | - $this->setUserParam($params, "sku_list", $this->skuList); |
|
115 | - $this->setUserParam($params, "sku_type", $this->skuType); |
|
116 | - $this->setUserParam($params, "sync_goods_operate", $this->syncGoodsOperate); |
|
117 | - |
|
118 | - } |
|
119 | - |
|
120 | - public function getVersion() |
|
121 | - { |
|
122 | - return "V1"; |
|
123 | - } |
|
124 | - |
|
125 | - public function getDataType() |
|
126 | - { |
|
127 | - return "JSON"; |
|
128 | - } |
|
129 | - |
|
130 | - public function getType() |
|
131 | - { |
|
132 | - return "pdd.ticket.goods.upload"; |
|
133 | - } |
|
134 | - |
|
135 | - public function setCarouselGallery($carouselGallery) |
|
136 | - { |
|
137 | - $this->carouselGallery = $carouselGallery; |
|
138 | - } |
|
139 | - |
|
140 | - public function setCarouselVideo($carouselVideo) |
|
141 | - { |
|
142 | - $this->carouselVideo = $carouselVideo; |
|
143 | - } |
|
144 | - |
|
145 | - public function setCatId($catId) |
|
146 | - { |
|
147 | - $this->catId = $catId; |
|
148 | - } |
|
149 | - |
|
150 | - public function setCodeMode($codeMode) |
|
151 | - { |
|
152 | - $this->codeMode = $codeMode; |
|
153 | - } |
|
154 | - |
|
155 | - public function setDetailGallery($detailGallery) |
|
156 | - { |
|
157 | - $this->detailGallery = $detailGallery; |
|
158 | - } |
|
159 | - |
|
160 | - public function setGoodsCommitId($goodsCommitId) |
|
161 | - { |
|
162 | - $this->goodsCommitId = $goodsCommitId; |
|
163 | - } |
|
164 | - |
|
165 | - public function setGoodsDesc($goodsDesc) |
|
166 | - { |
|
167 | - $this->goodsDesc = $goodsDesc; |
|
168 | - } |
|
169 | - |
|
170 | - public function setGoodsId($goodsId) |
|
171 | - { |
|
172 | - $this->goodsId = $goodsId; |
|
173 | - } |
|
174 | - |
|
175 | - public function setGoodsName($goodsName) |
|
176 | - { |
|
177 | - $this->goodsName = $goodsName; |
|
178 | - } |
|
179 | - |
|
180 | - public function setGoodsProperties($goodsProperties) |
|
181 | - { |
|
182 | - $this->goodsProperties = $goodsProperties; |
|
183 | - } |
|
184 | - |
|
185 | - public function setIsSubmit($isSubmit) |
|
186 | - { |
|
187 | - $this->isSubmit = $isSubmit; |
|
188 | - } |
|
189 | - |
|
190 | - public function setMarketPrice($marketPrice) |
|
191 | - { |
|
192 | - $this->marketPrice = $marketPrice; |
|
193 | - } |
|
194 | - |
|
195 | - public function setOutGoodsSn($outGoodsSn) |
|
196 | - { |
|
197 | - $this->outGoodsSn = $outGoodsSn; |
|
198 | - } |
|
199 | - |
|
200 | - public function setReserveLimitRule($reserveLimitRule) |
|
201 | - { |
|
202 | - $this->reserveLimitRule = $reserveLimitRule; |
|
203 | - } |
|
204 | - |
|
205 | - public function setSkuList($skuList) |
|
206 | - { |
|
207 | - $this->skuList = $skuList; |
|
208 | - } |
|
209 | - |
|
210 | - public function setSkuType($skuType) |
|
211 | - { |
|
212 | - $this->skuType = $skuType; |
|
213 | - } |
|
214 | - |
|
215 | - public function setSyncGoodsOperate($syncGoodsOperate) |
|
216 | - { |
|
217 | - $this->syncGoodsOperate = $syncGoodsOperate; |
|
218 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<String>, "carousel_gallery") |
|
15 | + */ |
|
16 | + private $carouselGallery; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_CarouselVideoItem>, "carousel_video") |
|
20 | + */ |
|
21 | + private $carouselVideo; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Long, "cat_id") |
|
25 | + */ |
|
26 | + private $catId; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "code_mode") |
|
30 | + */ |
|
31 | + private $codeMode; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(List<String>, "detail_gallery") |
|
35 | + */ |
|
36 | + private $detailGallery; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Long, "goods_commit_id") |
|
40 | + */ |
|
41 | + private $goodsCommitId; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "goods_desc") |
|
45 | + */ |
|
46 | + private $goodsDesc; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(Long, "goods_id") |
|
50 | + */ |
|
51 | + private $goodsId; |
|
52 | + |
|
53 | + /** |
|
54 | + * @JsonProperty(String, "goods_name") |
|
55 | + */ |
|
56 | + private $goodsName; |
|
57 | + |
|
58 | + /** |
|
59 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_GoodsPropertiesItem>, "goods_properties") |
|
60 | + */ |
|
61 | + private $goodsProperties; |
|
62 | + |
|
63 | + /** |
|
64 | + * @JsonProperty(Integer, "is_submit") |
|
65 | + */ |
|
66 | + private $isSubmit; |
|
67 | + |
|
68 | + /** |
|
69 | + * @JsonProperty(Long, "market_price") |
|
70 | + */ |
|
71 | + private $marketPrice; |
|
72 | + |
|
73 | + /** |
|
74 | + * @JsonProperty(String, "out_goods_sn") |
|
75 | + */ |
|
76 | + private $outGoodsSn; |
|
77 | + |
|
78 | + /** |
|
79 | + * @JsonProperty(String, "reserve_limit_rule") |
|
80 | + */ |
|
81 | + private $reserveLimitRule; |
|
82 | + |
|
83 | + /** |
|
84 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_SkuListItem>, "sku_list") |
|
85 | + */ |
|
86 | + private $skuList; |
|
87 | + |
|
88 | + /** |
|
89 | + * @JsonProperty(Integer, "sku_type") |
|
90 | + */ |
|
91 | + private $skuType; |
|
92 | + |
|
93 | + /** |
|
94 | + * @JsonProperty(Integer, "sync_goods_operate") |
|
95 | + */ |
|
96 | + private $syncGoodsOperate; |
|
97 | + |
|
98 | + protected function setUserParams(&$params) |
|
99 | + { |
|
100 | + $this->setUserParam($params, "carousel_gallery", $this->carouselGallery); |
|
101 | + $this->setUserParam($params, "carousel_video", $this->carouselVideo); |
|
102 | + $this->setUserParam($params, "cat_id", $this->catId); |
|
103 | + $this->setUserParam($params, "code_mode", $this->codeMode); |
|
104 | + $this->setUserParam($params, "detail_gallery", $this->detailGallery); |
|
105 | + $this->setUserParam($params, "goods_commit_id", $this->goodsCommitId); |
|
106 | + $this->setUserParam($params, "goods_desc", $this->goodsDesc); |
|
107 | + $this->setUserParam($params, "goods_id", $this->goodsId); |
|
108 | + $this->setUserParam($params, "goods_name", $this->goodsName); |
|
109 | + $this->setUserParam($params, "goods_properties", $this->goodsProperties); |
|
110 | + $this->setUserParam($params, "is_submit", $this->isSubmit); |
|
111 | + $this->setUserParam($params, "market_price", $this->marketPrice); |
|
112 | + $this->setUserParam($params, "out_goods_sn", $this->outGoodsSn); |
|
113 | + $this->setUserParam($params, "reserve_limit_rule", $this->reserveLimitRule); |
|
114 | + $this->setUserParam($params, "sku_list", $this->skuList); |
|
115 | + $this->setUserParam($params, "sku_type", $this->skuType); |
|
116 | + $this->setUserParam($params, "sync_goods_operate", $this->syncGoodsOperate); |
|
117 | + |
|
118 | + } |
|
119 | + |
|
120 | + public function getVersion() |
|
121 | + { |
|
122 | + return "V1"; |
|
123 | + } |
|
124 | + |
|
125 | + public function getDataType() |
|
126 | + { |
|
127 | + return "JSON"; |
|
128 | + } |
|
129 | + |
|
130 | + public function getType() |
|
131 | + { |
|
132 | + return "pdd.ticket.goods.upload"; |
|
133 | + } |
|
134 | + |
|
135 | + public function setCarouselGallery($carouselGallery) |
|
136 | + { |
|
137 | + $this->carouselGallery = $carouselGallery; |
|
138 | + } |
|
139 | + |
|
140 | + public function setCarouselVideo($carouselVideo) |
|
141 | + { |
|
142 | + $this->carouselVideo = $carouselVideo; |
|
143 | + } |
|
144 | + |
|
145 | + public function setCatId($catId) |
|
146 | + { |
|
147 | + $this->catId = $catId; |
|
148 | + } |
|
149 | + |
|
150 | + public function setCodeMode($codeMode) |
|
151 | + { |
|
152 | + $this->codeMode = $codeMode; |
|
153 | + } |
|
154 | + |
|
155 | + public function setDetailGallery($detailGallery) |
|
156 | + { |
|
157 | + $this->detailGallery = $detailGallery; |
|
158 | + } |
|
159 | + |
|
160 | + public function setGoodsCommitId($goodsCommitId) |
|
161 | + { |
|
162 | + $this->goodsCommitId = $goodsCommitId; |
|
163 | + } |
|
164 | + |
|
165 | + public function setGoodsDesc($goodsDesc) |
|
166 | + { |
|
167 | + $this->goodsDesc = $goodsDesc; |
|
168 | + } |
|
169 | + |
|
170 | + public function setGoodsId($goodsId) |
|
171 | + { |
|
172 | + $this->goodsId = $goodsId; |
|
173 | + } |
|
174 | + |
|
175 | + public function setGoodsName($goodsName) |
|
176 | + { |
|
177 | + $this->goodsName = $goodsName; |
|
178 | + } |
|
179 | + |
|
180 | + public function setGoodsProperties($goodsProperties) |
|
181 | + { |
|
182 | + $this->goodsProperties = $goodsProperties; |
|
183 | + } |
|
184 | + |
|
185 | + public function setIsSubmit($isSubmit) |
|
186 | + { |
|
187 | + $this->isSubmit = $isSubmit; |
|
188 | + } |
|
189 | + |
|
190 | + public function setMarketPrice($marketPrice) |
|
191 | + { |
|
192 | + $this->marketPrice = $marketPrice; |
|
193 | + } |
|
194 | + |
|
195 | + public function setOutGoodsSn($outGoodsSn) |
|
196 | + { |
|
197 | + $this->outGoodsSn = $outGoodsSn; |
|
198 | + } |
|
199 | + |
|
200 | + public function setReserveLimitRule($reserveLimitRule) |
|
201 | + { |
|
202 | + $this->reserveLimitRule = $reserveLimitRule; |
|
203 | + } |
|
204 | + |
|
205 | + public function setSkuList($skuList) |
|
206 | + { |
|
207 | + $this->skuList = $skuList; |
|
208 | + } |
|
209 | + |
|
210 | + public function setSkuType($skuType) |
|
211 | + { |
|
212 | + $this->skuType = $skuType; |
|
213 | + } |
|
214 | + |
|
215 | + public function setSyncGoodsOperate($syncGoodsOperate) |
|
216 | + { |
|
217 | + $this->syncGoodsOperate = $syncGoodsOperate; |
|
218 | + } |
|
219 | 219 | |
220 | 220 | } |
221 | 221 | |
222 | 222 | class PddTicketGoodsUploadRequest_CarouselVideoItem extends PopBaseJsonEntity |
223 | 223 | { |
224 | 224 | |
225 | - public function __construct() |
|
226 | - { |
|
225 | + public function __construct() |
|
226 | + { |
|
227 | 227 | |
228 | - } |
|
228 | + } |
|
229 | 229 | |
230 | - /** |
|
231 | - * @JsonProperty(Long, "file_id") |
|
232 | - */ |
|
233 | - private $fileId; |
|
230 | + /** |
|
231 | + * @JsonProperty(Long, "file_id") |
|
232 | + */ |
|
233 | + private $fileId; |
|
234 | 234 | |
235 | - /** |
|
236 | - * @JsonProperty(String, "video_url") |
|
237 | - */ |
|
238 | - private $videoUrl; |
|
235 | + /** |
|
236 | + * @JsonProperty(String, "video_url") |
|
237 | + */ |
|
238 | + private $videoUrl; |
|
239 | 239 | |
240 | - public function setFileId($fileId) |
|
241 | - { |
|
242 | - $this->fileId = $fileId; |
|
243 | - } |
|
240 | + public function setFileId($fileId) |
|
241 | + { |
|
242 | + $this->fileId = $fileId; |
|
243 | + } |
|
244 | 244 | |
245 | - public function setVideoUrl($videoUrl) |
|
246 | - { |
|
247 | - $this->videoUrl = $videoUrl; |
|
248 | - } |
|
245 | + public function setVideoUrl($videoUrl) |
|
246 | + { |
|
247 | + $this->videoUrl = $videoUrl; |
|
248 | + } |
|
249 | 249 | |
250 | 250 | } |
251 | 251 | |
252 | 252 | class PddTicketGoodsUploadRequest_GoodsPropertiesItem extends PopBaseJsonEntity |
253 | 253 | { |
254 | 254 | |
255 | - public function __construct() |
|
256 | - { |
|
257 | - |
|
258 | - } |
|
259 | - |
|
260 | - /** |
|
261 | - * @JsonProperty(Long, "parent_spec_id") |
|
262 | - */ |
|
263 | - private $parentSpecId; |
|
264 | - |
|
265 | - /** |
|
266 | - * @JsonProperty(Long, "ref_pid") |
|
267 | - */ |
|
268 | - private $refPid; |
|
269 | - |
|
270 | - /** |
|
271 | - * @JsonProperty(Long, "spec_id") |
|
272 | - */ |
|
273 | - private $specId; |
|
274 | - |
|
275 | - /** |
|
276 | - * @JsonProperty(String, "value") |
|
277 | - */ |
|
278 | - private $value; |
|
279 | - |
|
280 | - /** |
|
281 | - * @JsonProperty(String, "value_unit") |
|
282 | - */ |
|
283 | - private $valueUnit; |
|
284 | - |
|
285 | - /** |
|
286 | - * @JsonProperty(Long, "vid") |
|
287 | - */ |
|
288 | - private $vid; |
|
289 | - |
|
290 | - public function setParentSpecId($parentSpecId) |
|
291 | - { |
|
292 | - $this->parentSpecId = $parentSpecId; |
|
293 | - } |
|
294 | - |
|
295 | - public function setRefPid($refPid) |
|
296 | - { |
|
297 | - $this->refPid = $refPid; |
|
298 | - } |
|
299 | - |
|
300 | - public function setSpecId($specId) |
|
301 | - { |
|
302 | - $this->specId = $specId; |
|
303 | - } |
|
304 | - |
|
305 | - public function setValue($value) |
|
306 | - { |
|
307 | - $this->value = $value; |
|
308 | - } |
|
309 | - |
|
310 | - public function setValueUnit($valueUnit) |
|
311 | - { |
|
312 | - $this->valueUnit = $valueUnit; |
|
313 | - } |
|
314 | - |
|
315 | - public function setVid($vid) |
|
316 | - { |
|
317 | - $this->vid = $vid; |
|
318 | - } |
|
255 | + public function __construct() |
|
256 | + { |
|
257 | + |
|
258 | + } |
|
259 | + |
|
260 | + /** |
|
261 | + * @JsonProperty(Long, "parent_spec_id") |
|
262 | + */ |
|
263 | + private $parentSpecId; |
|
264 | + |
|
265 | + /** |
|
266 | + * @JsonProperty(Long, "ref_pid") |
|
267 | + */ |
|
268 | + private $refPid; |
|
269 | + |
|
270 | + /** |
|
271 | + * @JsonProperty(Long, "spec_id") |
|
272 | + */ |
|
273 | + private $specId; |
|
274 | + |
|
275 | + /** |
|
276 | + * @JsonProperty(String, "value") |
|
277 | + */ |
|
278 | + private $value; |
|
279 | + |
|
280 | + /** |
|
281 | + * @JsonProperty(String, "value_unit") |
|
282 | + */ |
|
283 | + private $valueUnit; |
|
284 | + |
|
285 | + /** |
|
286 | + * @JsonProperty(Long, "vid") |
|
287 | + */ |
|
288 | + private $vid; |
|
289 | + |
|
290 | + public function setParentSpecId($parentSpecId) |
|
291 | + { |
|
292 | + $this->parentSpecId = $parentSpecId; |
|
293 | + } |
|
294 | + |
|
295 | + public function setRefPid($refPid) |
|
296 | + { |
|
297 | + $this->refPid = $refPid; |
|
298 | + } |
|
299 | + |
|
300 | + public function setSpecId($specId) |
|
301 | + { |
|
302 | + $this->specId = $specId; |
|
303 | + } |
|
304 | + |
|
305 | + public function setValue($value) |
|
306 | + { |
|
307 | + $this->value = $value; |
|
308 | + } |
|
309 | + |
|
310 | + public function setValueUnit($valueUnit) |
|
311 | + { |
|
312 | + $this->valueUnit = $valueUnit; |
|
313 | + } |
|
314 | + |
|
315 | + public function setVid($vid) |
|
316 | + { |
|
317 | + $this->vid = $vid; |
|
318 | + } |
|
319 | 319 | |
320 | 320 | } |
321 | 321 | |
322 | 322 | class PddTicketGoodsUploadRequest_SkuListItem extends PopBaseJsonEntity |
323 | 323 | { |
324 | 324 | |
325 | - public function __construct() |
|
326 | - { |
|
327 | - |
|
328 | - } |
|
329 | - |
|
330 | - /** |
|
331 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_SkuListItemChildSkusItem>, "child_skus") |
|
332 | - */ |
|
333 | - private $childSkus; |
|
334 | - |
|
335 | - /** |
|
336 | - * @JsonProperty(Long, "group_price") |
|
337 | - */ |
|
338 | - private $groupPrice; |
|
339 | - |
|
340 | - /** |
|
341 | - * @JsonProperty(Integer, "is_onsale") |
|
342 | - */ |
|
343 | - private $isOnsale; |
|
344 | - |
|
345 | - /** |
|
346 | - * @JsonProperty(String, "out_sku_sn") |
|
347 | - */ |
|
348 | - private $outSkuSn; |
|
349 | - |
|
350 | - /** |
|
351 | - * @JsonProperty(Long, "quantity_delta") |
|
352 | - */ |
|
353 | - private $quantityDelta; |
|
354 | - |
|
355 | - /** |
|
356 | - * @JsonProperty(String, "rule_id") |
|
357 | - */ |
|
358 | - private $ruleId; |
|
359 | - |
|
360 | - /** |
|
361 | - * @JsonProperty(Long, "single_price") |
|
362 | - */ |
|
363 | - private $singlePrice; |
|
364 | - |
|
365 | - /** |
|
366 | - * @JsonProperty(Long, "sku_id") |
|
367 | - */ |
|
368 | - private $skuId; |
|
369 | - |
|
370 | - /** |
|
371 | - * @JsonProperty(List<Long>, "spec_id_list") |
|
372 | - */ |
|
373 | - private $specIdList; |
|
374 | - |
|
375 | - /** |
|
376 | - * @JsonProperty(String, "thumb_url") |
|
377 | - */ |
|
378 | - private $thumbUrl; |
|
379 | - |
|
380 | - public function setChildSkus($childSkus) |
|
381 | - { |
|
382 | - $this->childSkus = $childSkus; |
|
383 | - } |
|
384 | - |
|
385 | - public function setGroupPrice($groupPrice) |
|
386 | - { |
|
387 | - $this->groupPrice = $groupPrice; |
|
388 | - } |
|
389 | - |
|
390 | - public function setIsOnsale($isOnsale) |
|
391 | - { |
|
392 | - $this->isOnsale = $isOnsale; |
|
393 | - } |
|
394 | - |
|
395 | - public function setOutSkuSn($outSkuSn) |
|
396 | - { |
|
397 | - $this->outSkuSn = $outSkuSn; |
|
398 | - } |
|
399 | - |
|
400 | - public function setQuantityDelta($quantityDelta) |
|
401 | - { |
|
402 | - $this->quantityDelta = $quantityDelta; |
|
403 | - } |
|
404 | - |
|
405 | - public function setRuleId($ruleId) |
|
406 | - { |
|
407 | - $this->ruleId = $ruleId; |
|
408 | - } |
|
409 | - |
|
410 | - public function setSinglePrice($singlePrice) |
|
411 | - { |
|
412 | - $this->singlePrice = $singlePrice; |
|
413 | - } |
|
414 | - |
|
415 | - public function setSkuId($skuId) |
|
416 | - { |
|
417 | - $this->skuId = $skuId; |
|
418 | - } |
|
419 | - |
|
420 | - public function setSpecIdList($specIdList) |
|
421 | - { |
|
422 | - $this->specIdList = $specIdList; |
|
423 | - } |
|
424 | - |
|
425 | - public function setThumbUrl($thumbUrl) |
|
426 | - { |
|
427 | - $this->thumbUrl = $thumbUrl; |
|
428 | - } |
|
325 | + public function __construct() |
|
326 | + { |
|
327 | + |
|
328 | + } |
|
329 | + |
|
330 | + /** |
|
331 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTicketGoodsUploadRequest_SkuListItemChildSkusItem>, "child_skus") |
|
332 | + */ |
|
333 | + private $childSkus; |
|
334 | + |
|
335 | + /** |
|
336 | + * @JsonProperty(Long, "group_price") |
|
337 | + */ |
|
338 | + private $groupPrice; |
|
339 | + |
|
340 | + /** |
|
341 | + * @JsonProperty(Integer, "is_onsale") |
|
342 | + */ |
|
343 | + private $isOnsale; |
|
344 | + |
|
345 | + /** |
|
346 | + * @JsonProperty(String, "out_sku_sn") |
|
347 | + */ |
|
348 | + private $outSkuSn; |
|
349 | + |
|
350 | + /** |
|
351 | + * @JsonProperty(Long, "quantity_delta") |
|
352 | + */ |
|
353 | + private $quantityDelta; |
|
354 | + |
|
355 | + /** |
|
356 | + * @JsonProperty(String, "rule_id") |
|
357 | + */ |
|
358 | + private $ruleId; |
|
359 | + |
|
360 | + /** |
|
361 | + * @JsonProperty(Long, "single_price") |
|
362 | + */ |
|
363 | + private $singlePrice; |
|
364 | + |
|
365 | + /** |
|
366 | + * @JsonProperty(Long, "sku_id") |
|
367 | + */ |
|
368 | + private $skuId; |
|
369 | + |
|
370 | + /** |
|
371 | + * @JsonProperty(List<Long>, "spec_id_list") |
|
372 | + */ |
|
373 | + private $specIdList; |
|
374 | + |
|
375 | + /** |
|
376 | + * @JsonProperty(String, "thumb_url") |
|
377 | + */ |
|
378 | + private $thumbUrl; |
|
379 | + |
|
380 | + public function setChildSkus($childSkus) |
|
381 | + { |
|
382 | + $this->childSkus = $childSkus; |
|
383 | + } |
|
384 | + |
|
385 | + public function setGroupPrice($groupPrice) |
|
386 | + { |
|
387 | + $this->groupPrice = $groupPrice; |
|
388 | + } |
|
389 | + |
|
390 | + public function setIsOnsale($isOnsale) |
|
391 | + { |
|
392 | + $this->isOnsale = $isOnsale; |
|
393 | + } |
|
394 | + |
|
395 | + public function setOutSkuSn($outSkuSn) |
|
396 | + { |
|
397 | + $this->outSkuSn = $outSkuSn; |
|
398 | + } |
|
399 | + |
|
400 | + public function setQuantityDelta($quantityDelta) |
|
401 | + { |
|
402 | + $this->quantityDelta = $quantityDelta; |
|
403 | + } |
|
404 | + |
|
405 | + public function setRuleId($ruleId) |
|
406 | + { |
|
407 | + $this->ruleId = $ruleId; |
|
408 | + } |
|
409 | + |
|
410 | + public function setSinglePrice($singlePrice) |
|
411 | + { |
|
412 | + $this->singlePrice = $singlePrice; |
|
413 | + } |
|
414 | + |
|
415 | + public function setSkuId($skuId) |
|
416 | + { |
|
417 | + $this->skuId = $skuId; |
|
418 | + } |
|
419 | + |
|
420 | + public function setSpecIdList($specIdList) |
|
421 | + { |
|
422 | + $this->specIdList = $specIdList; |
|
423 | + } |
|
424 | + |
|
425 | + public function setThumbUrl($thumbUrl) |
|
426 | + { |
|
427 | + $this->thumbUrl = $thumbUrl; |
|
428 | + } |
|
429 | 429 | |
430 | 430 | } |
431 | 431 | |
432 | 432 | class PddTicketGoodsUploadRequest_SkuListItemChildSkusItem extends PopBaseJsonEntity |
433 | 433 | { |
434 | 434 | |
435 | - public function __construct() |
|
436 | - { |
|
437 | - |
|
438 | - } |
|
439 | - |
|
440 | - /** |
|
441 | - * @JsonProperty(String, "date") |
|
442 | - */ |
|
443 | - private $date; |
|
444 | - |
|
445 | - /** |
|
446 | - * @JsonProperty(Long, "group_price") |
|
447 | - */ |
|
448 | - private $groupPrice; |
|
449 | - |
|
450 | - /** |
|
451 | - * @JsonProperty(Long, "quantity_delta") |
|
452 | - */ |
|
453 | - private $quantityDelta; |
|
454 | - |
|
455 | - /** |
|
456 | - * @JsonProperty(Long, "single_price") |
|
457 | - */ |
|
458 | - private $singlePrice; |
|
459 | - |
|
460 | - public function setDate($date) |
|
461 | - { |
|
462 | - $this->date = $date; |
|
463 | - } |
|
464 | - |
|
465 | - public function setGroupPrice($groupPrice) |
|
466 | - { |
|
467 | - $this->groupPrice = $groupPrice; |
|
468 | - } |
|
469 | - |
|
470 | - public function setQuantityDelta($quantityDelta) |
|
471 | - { |
|
472 | - $this->quantityDelta = $quantityDelta; |
|
473 | - } |
|
474 | - |
|
475 | - public function setSinglePrice($singlePrice) |
|
476 | - { |
|
477 | - $this->singlePrice = $singlePrice; |
|
478 | - } |
|
435 | + public function __construct() |
|
436 | + { |
|
437 | + |
|
438 | + } |
|
439 | + |
|
440 | + /** |
|
441 | + * @JsonProperty(String, "date") |
|
442 | + */ |
|
443 | + private $date; |
|
444 | + |
|
445 | + /** |
|
446 | + * @JsonProperty(Long, "group_price") |
|
447 | + */ |
|
448 | + private $groupPrice; |
|
449 | + |
|
450 | + /** |
|
451 | + * @JsonProperty(Long, "quantity_delta") |
|
452 | + */ |
|
453 | + private $quantityDelta; |
|
454 | + |
|
455 | + /** |
|
456 | + * @JsonProperty(Long, "single_price") |
|
457 | + */ |
|
458 | + private $singlePrice; |
|
459 | + |
|
460 | + public function setDate($date) |
|
461 | + { |
|
462 | + $this->date = $date; |
|
463 | + } |
|
464 | + |
|
465 | + public function setGroupPrice($groupPrice) |
|
466 | + { |
|
467 | + $this->groupPrice = $groupPrice; |
|
468 | + } |
|
469 | + |
|
470 | + public function setQuantityDelta($quantityDelta) |
|
471 | + { |
|
472 | + $this->quantityDelta = $quantityDelta; |
|
473 | + } |
|
474 | + |
|
475 | + public function setSinglePrice($singlePrice) |
|
476 | + { |
|
477 | + $this->singlePrice = $singlePrice; |
|
478 | + } |
|
479 | 479 | |
480 | 480 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddMallInfoStoreDeletePostRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<Long>, "store_id_list") |
|
15 | - */ |
|
16 | - private $storeIdList; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "store_id_list", $this->storeIdList); |
|
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.mall.info.store.delete.post"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setStoreIdList($storeIdList) |
|
40 | - { |
|
41 | - $this->storeIdList = $storeIdList; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<Long>, "store_id_list") |
|
15 | + */ |
|
16 | + private $storeIdList; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "store_id_list", $this->storeIdList); |
|
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.mall.info.store.delete.post"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setStoreIdList($storeIdList) |
|
40 | + { |
|
41 | + $this->storeIdList = $storeIdList; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,27 +7,27 @@ |
||
7 | 7 | class PddGoodsSizespecClassGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - protected function setUserParams(&$params) |
|
14 | - { |
|
12 | + } |
|
13 | + protected function setUserParams(&$params) |
|
14 | + { |
|
15 | 15 | |
16 | - } |
|
16 | + } |
|
17 | 17 | |
18 | - public function getVersion() |
|
19 | - { |
|
20 | - return "V1"; |
|
21 | - } |
|
18 | + public function getVersion() |
|
19 | + { |
|
20 | + return "V1"; |
|
21 | + } |
|
22 | 22 | |
23 | - public function getDataType() |
|
24 | - { |
|
25 | - return "JSON"; |
|
26 | - } |
|
23 | + public function getDataType() |
|
24 | + { |
|
25 | + return "JSON"; |
|
26 | + } |
|
27 | 27 | |
28 | - public function getType() |
|
29 | - { |
|
30 | - return "pdd.goods.sizespec.class.get"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.goods.sizespec.class.get"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |