@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddPmcUserGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "owner_id") |
|
15 | - */ |
|
16 | - private $ownerId; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "owner_id", $this->ownerId); |
|
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.pmc.user.get"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setOwnerId($ownerId) |
|
40 | - { |
|
41 | - $this->ownerId = $ownerId; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "owner_id") |
|
15 | + */ |
|
16 | + private $ownerId; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "owner_id", $this->ownerId); |
|
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.pmc.user.get"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setOwnerId($ownerId) |
|
40 | + { |
|
41 | + $this->ownerId = $ownerId; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,88 +7,88 @@ |
||
7 | 7 | class PddFdsOrderListGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddFdsOrderListGetRequest_ParamFdsOrderListGetRequest, "param_fds_order_list_get_request") |
|
15 | - */ |
|
16 | - private $paramFdsOrderListGetRequest; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddFdsOrderListGetRequest_ParamFdsOrderListGetRequest, "param_fds_order_list_get_request") |
|
15 | + */ |
|
16 | + private $paramFdsOrderListGetRequest; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "param_fds_order_list_get_request", $this->paramFdsOrderListGetRequest); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "param_fds_order_list_get_request", $this->paramFdsOrderListGetRequest); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.fds.order.list.get"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.fds.order.list.get"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setParamFdsOrderListGetRequest($paramFdsOrderListGetRequest) |
|
40 | - { |
|
41 | - $this->paramFdsOrderListGetRequest = $paramFdsOrderListGetRequest; |
|
42 | - } |
|
39 | + public function setParamFdsOrderListGetRequest($paramFdsOrderListGetRequest) |
|
40 | + { |
|
41 | + $this->paramFdsOrderListGetRequest = $paramFdsOrderListGetRequest; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddFdsOrderListGetRequest_ParamFdsOrderListGetRequest extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - /** |
|
55 | - * @JsonProperty(Long, "end_updated_time") |
|
56 | - */ |
|
57 | - private $endUpdatedTime; |
|
58 | - |
|
59 | - /** |
|
60 | - * @JsonProperty(Integer, "page") |
|
61 | - */ |
|
62 | - private $page; |
|
63 | - |
|
64 | - /** |
|
65 | - * @JsonProperty(Integer, "page_size") |
|
66 | - */ |
|
67 | - private $pageSize; |
|
68 | - |
|
69 | - /** |
|
70 | - * @JsonProperty(Long, "start_updated_time") |
|
71 | - */ |
|
72 | - private $startUpdatedTime; |
|
73 | - |
|
74 | - public function setEndUpdatedTime($endUpdatedTime) |
|
75 | - { |
|
76 | - $this->endUpdatedTime = $endUpdatedTime; |
|
77 | - } |
|
78 | - |
|
79 | - public function setPage($page) |
|
80 | - { |
|
81 | - $this->page = $page; |
|
82 | - } |
|
83 | - |
|
84 | - public function setPageSize($pageSize) |
|
85 | - { |
|
86 | - $this->pageSize = $pageSize; |
|
87 | - } |
|
88 | - |
|
89 | - public function setStartUpdatedTime($startUpdatedTime) |
|
90 | - { |
|
91 | - $this->startUpdatedTime = $startUpdatedTime; |
|
92 | - } |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + /** |
|
55 | + * @JsonProperty(Long, "end_updated_time") |
|
56 | + */ |
|
57 | + private $endUpdatedTime; |
|
58 | + |
|
59 | + /** |
|
60 | + * @JsonProperty(Integer, "page") |
|
61 | + */ |
|
62 | + private $page; |
|
63 | + |
|
64 | + /** |
|
65 | + * @JsonProperty(Integer, "page_size") |
|
66 | + */ |
|
67 | + private $pageSize; |
|
68 | + |
|
69 | + /** |
|
70 | + * @JsonProperty(Long, "start_updated_time") |
|
71 | + */ |
|
72 | + private $startUpdatedTime; |
|
73 | + |
|
74 | + public function setEndUpdatedTime($endUpdatedTime) |
|
75 | + { |
|
76 | + $this->endUpdatedTime = $endUpdatedTime; |
|
77 | + } |
|
78 | + |
|
79 | + public function setPage($page) |
|
80 | + { |
|
81 | + $this->page = $page; |
|
82 | + } |
|
83 | + |
|
84 | + public function setPageSize($pageSize) |
|
85 | + { |
|
86 | + $this->pageSize = $pageSize; |
|
87 | + } |
|
88 | + |
|
89 | + public function setStartUpdatedTime($startUpdatedTime) |
|
90 | + { |
|
91 | + $this->startUpdatedTime = $startUpdatedTime; |
|
92 | + } |
|
93 | 93 | |
94 | 94 | } |
@@ -7,244 +7,244 @@ |
||
7 | 7 | class PddStockWareCreateRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "ware_type") |
|
15 | - */ |
|
16 | - private $wareType; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddStockWareCreateRequest_WareInfosItem>, "ware_infos") |
|
20 | - */ |
|
21 | - private $wareInfos; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "ware_sn") |
|
25 | - */ |
|
26 | - private $wareSn; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "ware_name") |
|
30 | - */ |
|
31 | - private $wareName; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "note") |
|
35 | - */ |
|
36 | - private $note; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Integer, "service_quality") |
|
40 | - */ |
|
41 | - private $serviceQuality; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(Integer, "volume") |
|
45 | - */ |
|
46 | - private $volume; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(Integer, "length") |
|
50 | - */ |
|
51 | - private $length; |
|
52 | - |
|
53 | - /** |
|
54 | - * @JsonProperty(Integer, "width") |
|
55 | - */ |
|
56 | - private $width; |
|
57 | - |
|
58 | - /** |
|
59 | - * @JsonProperty(Integer, "height") |
|
60 | - */ |
|
61 | - private $height; |
|
62 | - |
|
63 | - /** |
|
64 | - * @JsonProperty(Integer, "weight") |
|
65 | - */ |
|
66 | - private $weight; |
|
67 | - |
|
68 | - /** |
|
69 | - * @JsonProperty(Integer, "gross_weight") |
|
70 | - */ |
|
71 | - private $grossWeight; |
|
72 | - |
|
73 | - /** |
|
74 | - * @JsonProperty(Integer, "net_weight") |
|
75 | - */ |
|
76 | - private $netWeight; |
|
77 | - |
|
78 | - /** |
|
79 | - * @JsonProperty(Integer, "tare_weight") |
|
80 | - */ |
|
81 | - private $tareWeight; |
|
82 | - |
|
83 | - /** |
|
84 | - * @JsonProperty(Integer, "price") |
|
85 | - */ |
|
86 | - private $price; |
|
87 | - |
|
88 | - /** |
|
89 | - * @JsonProperty(String, "color") |
|
90 | - */ |
|
91 | - private $color; |
|
92 | - |
|
93 | - /** |
|
94 | - * @JsonProperty(String, "packing") |
|
95 | - */ |
|
96 | - private $packing; |
|
97 | - |
|
98 | - protected function setUserParams(&$params) |
|
99 | - { |
|
100 | - $this->setUserParam($params, "ware_type", $this->wareType); |
|
101 | - $this->setUserParam($params, "ware_infos", $this->wareInfos); |
|
102 | - $this->setUserParam($params, "ware_sn", $this->wareSn); |
|
103 | - $this->setUserParam($params, "ware_name", $this->wareName); |
|
104 | - $this->setUserParam($params, "note", $this->note); |
|
105 | - $this->setUserParam($params, "service_quality", $this->serviceQuality); |
|
106 | - $this->setUserParam($params, "volume", $this->volume); |
|
107 | - $this->setUserParam($params, "length", $this->length); |
|
108 | - $this->setUserParam($params, "width", $this->width); |
|
109 | - $this->setUserParam($params, "height", $this->height); |
|
110 | - $this->setUserParam($params, "weight", $this->weight); |
|
111 | - $this->setUserParam($params, "gross_weight", $this->grossWeight); |
|
112 | - $this->setUserParam($params, "net_weight", $this->netWeight); |
|
113 | - $this->setUserParam($params, "tare_weight", $this->tareWeight); |
|
114 | - $this->setUserParam($params, "price", $this->price); |
|
115 | - $this->setUserParam($params, "color", $this->color); |
|
116 | - $this->setUserParam($params, "packing", $this->packing); |
|
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.stock.ware.create"; |
|
133 | - } |
|
134 | - |
|
135 | - public function setWareType($wareType) |
|
136 | - { |
|
137 | - $this->wareType = $wareType; |
|
138 | - } |
|
139 | - |
|
140 | - public function setWareInfos($wareInfos) |
|
141 | - { |
|
142 | - $this->wareInfos = $wareInfos; |
|
143 | - } |
|
144 | - |
|
145 | - public function setWareSn($wareSn) |
|
146 | - { |
|
147 | - $this->wareSn = $wareSn; |
|
148 | - } |
|
149 | - |
|
150 | - public function setWareName($wareName) |
|
151 | - { |
|
152 | - $this->wareName = $wareName; |
|
153 | - } |
|
154 | - |
|
155 | - public function setNote($note) |
|
156 | - { |
|
157 | - $this->note = $note; |
|
158 | - } |
|
159 | - |
|
160 | - public function setServiceQuality($serviceQuality) |
|
161 | - { |
|
162 | - $this->serviceQuality = $serviceQuality; |
|
163 | - } |
|
164 | - |
|
165 | - public function setVolume($volume) |
|
166 | - { |
|
167 | - $this->volume = $volume; |
|
168 | - } |
|
169 | - |
|
170 | - public function setLength($length) |
|
171 | - { |
|
172 | - $this->length = $length; |
|
173 | - } |
|
174 | - |
|
175 | - public function setWidth($width) |
|
176 | - { |
|
177 | - $this->width = $width; |
|
178 | - } |
|
179 | - |
|
180 | - public function setHeight($height) |
|
181 | - { |
|
182 | - $this->height = $height; |
|
183 | - } |
|
184 | - |
|
185 | - public function setWeight($weight) |
|
186 | - { |
|
187 | - $this->weight = $weight; |
|
188 | - } |
|
189 | - |
|
190 | - public function setGrossWeight($grossWeight) |
|
191 | - { |
|
192 | - $this->grossWeight = $grossWeight; |
|
193 | - } |
|
194 | - |
|
195 | - public function setNetWeight($netWeight) |
|
196 | - { |
|
197 | - $this->netWeight = $netWeight; |
|
198 | - } |
|
199 | - |
|
200 | - public function setTareWeight($tareWeight) |
|
201 | - { |
|
202 | - $this->tareWeight = $tareWeight; |
|
203 | - } |
|
204 | - |
|
205 | - public function setPrice($price) |
|
206 | - { |
|
207 | - $this->price = $price; |
|
208 | - } |
|
209 | - |
|
210 | - public function setColor($color) |
|
211 | - { |
|
212 | - $this->color = $color; |
|
213 | - } |
|
214 | - |
|
215 | - public function setPacking($packing) |
|
216 | - { |
|
217 | - $this->packing = $packing; |
|
218 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "ware_type") |
|
15 | + */ |
|
16 | + private $wareType; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddStockWareCreateRequest_WareInfosItem>, "ware_infos") |
|
20 | + */ |
|
21 | + private $wareInfos; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "ware_sn") |
|
25 | + */ |
|
26 | + private $wareSn; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "ware_name") |
|
30 | + */ |
|
31 | + private $wareName; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "note") |
|
35 | + */ |
|
36 | + private $note; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Integer, "service_quality") |
|
40 | + */ |
|
41 | + private $serviceQuality; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(Integer, "volume") |
|
45 | + */ |
|
46 | + private $volume; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(Integer, "length") |
|
50 | + */ |
|
51 | + private $length; |
|
52 | + |
|
53 | + /** |
|
54 | + * @JsonProperty(Integer, "width") |
|
55 | + */ |
|
56 | + private $width; |
|
57 | + |
|
58 | + /** |
|
59 | + * @JsonProperty(Integer, "height") |
|
60 | + */ |
|
61 | + private $height; |
|
62 | + |
|
63 | + /** |
|
64 | + * @JsonProperty(Integer, "weight") |
|
65 | + */ |
|
66 | + private $weight; |
|
67 | + |
|
68 | + /** |
|
69 | + * @JsonProperty(Integer, "gross_weight") |
|
70 | + */ |
|
71 | + private $grossWeight; |
|
72 | + |
|
73 | + /** |
|
74 | + * @JsonProperty(Integer, "net_weight") |
|
75 | + */ |
|
76 | + private $netWeight; |
|
77 | + |
|
78 | + /** |
|
79 | + * @JsonProperty(Integer, "tare_weight") |
|
80 | + */ |
|
81 | + private $tareWeight; |
|
82 | + |
|
83 | + /** |
|
84 | + * @JsonProperty(Integer, "price") |
|
85 | + */ |
|
86 | + private $price; |
|
87 | + |
|
88 | + /** |
|
89 | + * @JsonProperty(String, "color") |
|
90 | + */ |
|
91 | + private $color; |
|
92 | + |
|
93 | + /** |
|
94 | + * @JsonProperty(String, "packing") |
|
95 | + */ |
|
96 | + private $packing; |
|
97 | + |
|
98 | + protected function setUserParams(&$params) |
|
99 | + { |
|
100 | + $this->setUserParam($params, "ware_type", $this->wareType); |
|
101 | + $this->setUserParam($params, "ware_infos", $this->wareInfos); |
|
102 | + $this->setUserParam($params, "ware_sn", $this->wareSn); |
|
103 | + $this->setUserParam($params, "ware_name", $this->wareName); |
|
104 | + $this->setUserParam($params, "note", $this->note); |
|
105 | + $this->setUserParam($params, "service_quality", $this->serviceQuality); |
|
106 | + $this->setUserParam($params, "volume", $this->volume); |
|
107 | + $this->setUserParam($params, "length", $this->length); |
|
108 | + $this->setUserParam($params, "width", $this->width); |
|
109 | + $this->setUserParam($params, "height", $this->height); |
|
110 | + $this->setUserParam($params, "weight", $this->weight); |
|
111 | + $this->setUserParam($params, "gross_weight", $this->grossWeight); |
|
112 | + $this->setUserParam($params, "net_weight", $this->netWeight); |
|
113 | + $this->setUserParam($params, "tare_weight", $this->tareWeight); |
|
114 | + $this->setUserParam($params, "price", $this->price); |
|
115 | + $this->setUserParam($params, "color", $this->color); |
|
116 | + $this->setUserParam($params, "packing", $this->packing); |
|
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.stock.ware.create"; |
|
133 | + } |
|
134 | + |
|
135 | + public function setWareType($wareType) |
|
136 | + { |
|
137 | + $this->wareType = $wareType; |
|
138 | + } |
|
139 | + |
|
140 | + public function setWareInfos($wareInfos) |
|
141 | + { |
|
142 | + $this->wareInfos = $wareInfos; |
|
143 | + } |
|
144 | + |
|
145 | + public function setWareSn($wareSn) |
|
146 | + { |
|
147 | + $this->wareSn = $wareSn; |
|
148 | + } |
|
149 | + |
|
150 | + public function setWareName($wareName) |
|
151 | + { |
|
152 | + $this->wareName = $wareName; |
|
153 | + } |
|
154 | + |
|
155 | + public function setNote($note) |
|
156 | + { |
|
157 | + $this->note = $note; |
|
158 | + } |
|
159 | + |
|
160 | + public function setServiceQuality($serviceQuality) |
|
161 | + { |
|
162 | + $this->serviceQuality = $serviceQuality; |
|
163 | + } |
|
164 | + |
|
165 | + public function setVolume($volume) |
|
166 | + { |
|
167 | + $this->volume = $volume; |
|
168 | + } |
|
169 | + |
|
170 | + public function setLength($length) |
|
171 | + { |
|
172 | + $this->length = $length; |
|
173 | + } |
|
174 | + |
|
175 | + public function setWidth($width) |
|
176 | + { |
|
177 | + $this->width = $width; |
|
178 | + } |
|
179 | + |
|
180 | + public function setHeight($height) |
|
181 | + { |
|
182 | + $this->height = $height; |
|
183 | + } |
|
184 | + |
|
185 | + public function setWeight($weight) |
|
186 | + { |
|
187 | + $this->weight = $weight; |
|
188 | + } |
|
189 | + |
|
190 | + public function setGrossWeight($grossWeight) |
|
191 | + { |
|
192 | + $this->grossWeight = $grossWeight; |
|
193 | + } |
|
194 | + |
|
195 | + public function setNetWeight($netWeight) |
|
196 | + { |
|
197 | + $this->netWeight = $netWeight; |
|
198 | + } |
|
199 | + |
|
200 | + public function setTareWeight($tareWeight) |
|
201 | + { |
|
202 | + $this->tareWeight = $tareWeight; |
|
203 | + } |
|
204 | + |
|
205 | + public function setPrice($price) |
|
206 | + { |
|
207 | + $this->price = $price; |
|
208 | + } |
|
209 | + |
|
210 | + public function setColor($color) |
|
211 | + { |
|
212 | + $this->color = $color; |
|
213 | + } |
|
214 | + |
|
215 | + public function setPacking($packing) |
|
216 | + { |
|
217 | + $this->packing = $packing; |
|
218 | + } |
|
219 | 219 | |
220 | 220 | } |
221 | 221 | |
222 | 222 | class PddStockWareCreateRequest_WareInfosItem 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(Integer, "ware_quantity") |
|
232 | - */ |
|
233 | - private $wareQuantity; |
|
230 | + /** |
|
231 | + * @JsonProperty(Integer, "ware_quantity") |
|
232 | + */ |
|
233 | + private $wareQuantity; |
|
234 | 234 | |
235 | - /** |
|
236 | - * @JsonProperty(Long, "ware_id") |
|
237 | - */ |
|
238 | - private $wareId; |
|
235 | + /** |
|
236 | + * @JsonProperty(Long, "ware_id") |
|
237 | + */ |
|
238 | + private $wareId; |
|
239 | 239 | |
240 | - public function setWareQuantity($wareQuantity) |
|
241 | - { |
|
242 | - $this->wareQuantity = $wareQuantity; |
|
243 | - } |
|
240 | + public function setWareQuantity($wareQuantity) |
|
241 | + { |
|
242 | + $this->wareQuantity = $wareQuantity; |
|
243 | + } |
|
244 | 244 | |
245 | - public function setWareId($wareId) |
|
246 | - { |
|
247 | - $this->wareId = $wareId; |
|
248 | - } |
|
245 | + public function setWareId($wareId) |
|
246 | + { |
|
247 | + $this->wareId = $wareId; |
|
248 | + } |
|
249 | 249 | |
250 | 250 | } |
@@ -7,27 +7,27 @@ |
||
7 | 7 | class PddGooodsSkuMeasurementListRequest 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.gooods.sku.measurement.list"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.gooods.sku.measurement.list"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -7,115 +7,115 @@ |
||
7 | 7 | class PddMallInfoStoreGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "city") |
|
15 | - */ |
|
16 | - private $city; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(String, "district") |
|
20 | - */ |
|
21 | - private $district; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "page_number") |
|
25 | - */ |
|
26 | - private $pageNumber; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "page_size") |
|
30 | - */ |
|
31 | - private $pageSize; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "province") |
|
35 | - */ |
|
36 | - private $province; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Long, "store_id") |
|
40 | - */ |
|
41 | - private $storeId; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "store_name") |
|
45 | - */ |
|
46 | - private $storeName; |
|
47 | - |
|
48 | - /** |
|
49 | - * @JsonProperty(String, "store_number") |
|
50 | - */ |
|
51 | - private $storeNumber; |
|
52 | - |
|
53 | - protected function setUserParams(&$params) |
|
54 | - { |
|
55 | - $this->setUserParam($params, "city", $this->city); |
|
56 | - $this->setUserParam($params, "district", $this->district); |
|
57 | - $this->setUserParam($params, "page_number", $this->pageNumber); |
|
58 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
59 | - $this->setUserParam($params, "province", $this->province); |
|
60 | - $this->setUserParam($params, "store_id", $this->storeId); |
|
61 | - $this->setUserParam($params, "store_name", $this->storeName); |
|
62 | - $this->setUserParam($params, "store_number", $this->storeNumber); |
|
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.mall.info.store.get"; |
|
79 | - } |
|
80 | - |
|
81 | - public function setCity($city) |
|
82 | - { |
|
83 | - $this->city = $city; |
|
84 | - } |
|
85 | - |
|
86 | - public function setDistrict($district) |
|
87 | - { |
|
88 | - $this->district = $district; |
|
89 | - } |
|
90 | - |
|
91 | - public function setPageNumber($pageNumber) |
|
92 | - { |
|
93 | - $this->pageNumber = $pageNumber; |
|
94 | - } |
|
95 | - |
|
96 | - public function setPageSize($pageSize) |
|
97 | - { |
|
98 | - $this->pageSize = $pageSize; |
|
99 | - } |
|
100 | - |
|
101 | - public function setProvince($province) |
|
102 | - { |
|
103 | - $this->province = $province; |
|
104 | - } |
|
105 | - |
|
106 | - public function setStoreId($storeId) |
|
107 | - { |
|
108 | - $this->storeId = $storeId; |
|
109 | - } |
|
110 | - |
|
111 | - public function setStoreName($storeName) |
|
112 | - { |
|
113 | - $this->storeName = $storeName; |
|
114 | - } |
|
115 | - |
|
116 | - public function setStoreNumber($storeNumber) |
|
117 | - { |
|
118 | - $this->storeNumber = $storeNumber; |
|
119 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "city") |
|
15 | + */ |
|
16 | + private $city; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(String, "district") |
|
20 | + */ |
|
21 | + private $district; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "page_number") |
|
25 | + */ |
|
26 | + private $pageNumber; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "page_size") |
|
30 | + */ |
|
31 | + private $pageSize; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "province") |
|
35 | + */ |
|
36 | + private $province; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Long, "store_id") |
|
40 | + */ |
|
41 | + private $storeId; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "store_name") |
|
45 | + */ |
|
46 | + private $storeName; |
|
47 | + |
|
48 | + /** |
|
49 | + * @JsonProperty(String, "store_number") |
|
50 | + */ |
|
51 | + private $storeNumber; |
|
52 | + |
|
53 | + protected function setUserParams(&$params) |
|
54 | + { |
|
55 | + $this->setUserParam($params, "city", $this->city); |
|
56 | + $this->setUserParam($params, "district", $this->district); |
|
57 | + $this->setUserParam($params, "page_number", $this->pageNumber); |
|
58 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
59 | + $this->setUserParam($params, "province", $this->province); |
|
60 | + $this->setUserParam($params, "store_id", $this->storeId); |
|
61 | + $this->setUserParam($params, "store_name", $this->storeName); |
|
62 | + $this->setUserParam($params, "store_number", $this->storeNumber); |
|
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.mall.info.store.get"; |
|
79 | + } |
|
80 | + |
|
81 | + public function setCity($city) |
|
82 | + { |
|
83 | + $this->city = $city; |
|
84 | + } |
|
85 | + |
|
86 | + public function setDistrict($district) |
|
87 | + { |
|
88 | + $this->district = $district; |
|
89 | + } |
|
90 | + |
|
91 | + public function setPageNumber($pageNumber) |
|
92 | + { |
|
93 | + $this->pageNumber = $pageNumber; |
|
94 | + } |
|
95 | + |
|
96 | + public function setPageSize($pageSize) |
|
97 | + { |
|
98 | + $this->pageSize = $pageSize; |
|
99 | + } |
|
100 | + |
|
101 | + public function setProvince($province) |
|
102 | + { |
|
103 | + $this->province = $province; |
|
104 | + } |
|
105 | + |
|
106 | + public function setStoreId($storeId) |
|
107 | + { |
|
108 | + $this->storeId = $storeId; |
|
109 | + } |
|
110 | + |
|
111 | + public function setStoreName($storeName) |
|
112 | + { |
|
113 | + $this->storeName = $storeName; |
|
114 | + } |
|
115 | + |
|
116 | + public function setStoreNumber($storeNumber) |
|
117 | + { |
|
118 | + $this->storeNumber = $storeNumber; |
|
119 | + } |
|
120 | 120 | |
121 | 121 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddDdkOauthMemberAuthorityQueryRequest 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.oauth.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.oauth.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,27 +7,27 @@ |
||
7 | 7 | class PddAdApiAdvertiserQueryAccountInfoRequest 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.query.account.info"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.ad.api.advertiser.query.account.info"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -7,104 +7,104 @@ |
||
7 | 7 | class PddOpenMsgServiceSendExpressMsgRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "sign_name") |
|
15 | - */ |
|
16 | - private $signName; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "template_code") |
|
20 | - */ |
|
21 | - private $templateCode; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendExpressMsgRequest_Map<String, String>>, "template_param_json") |
|
25 | - */ |
|
26 | - private $templateParamJson; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(List<String>, "waybill_codes") |
|
30 | - */ |
|
31 | - private $waybillCodes; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "wp_code") |
|
35 | - */ |
|
36 | - private $wpCode; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "out_id") |
|
40 | - */ |
|
41 | - private $outId; |
|
42 | - |
|
43 | - /** |
|
44 | - * @JsonProperty(String, "sms_up_extend_code") |
|
45 | - */ |
|
46 | - private $smsUpExtendCode; |
|
47 | - |
|
48 | - protected function setUserParams(&$params) |
|
49 | - { |
|
50 | - $this->setUserParam($params, "sign_name", $this->signName); |
|
51 | - $this->setUserParam($params, "template_code", $this->templateCode); |
|
52 | - $this->setUserParam($params, "template_param_json", $this->templateParamJson); |
|
53 | - $this->setUserParam($params, "waybill_codes", $this->waybillCodes); |
|
54 | - $this->setUserParam($params, "wp_code", $this->wpCode); |
|
55 | - $this->setUserParam($params, "out_id", $this->outId); |
|
56 | - $this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode); |
|
57 | - |
|
58 | - } |
|
59 | - |
|
60 | - public function getVersion() |
|
61 | - { |
|
62 | - return "V1"; |
|
63 | - } |
|
64 | - |
|
65 | - public function getDataType() |
|
66 | - { |
|
67 | - return "JSON"; |
|
68 | - } |
|
69 | - |
|
70 | - public function getType() |
|
71 | - { |
|
72 | - return "pdd.open.msg.service.send.express.msg"; |
|
73 | - } |
|
74 | - |
|
75 | - public function setSignName($signName) |
|
76 | - { |
|
77 | - $this->signName = $signName; |
|
78 | - } |
|
79 | - |
|
80 | - public function setTemplateCode($templateCode) |
|
81 | - { |
|
82 | - $this->templateCode = $templateCode; |
|
83 | - } |
|
84 | - |
|
85 | - public function setTemplateParamJson($templateParamJson) |
|
86 | - { |
|
87 | - $this->templateParamJson = $templateParamJson; |
|
88 | - } |
|
89 | - |
|
90 | - public function setWaybillCodes($waybillCodes) |
|
91 | - { |
|
92 | - $this->waybillCodes = $waybillCodes; |
|
93 | - } |
|
94 | - |
|
95 | - public function setWpCode($wpCode) |
|
96 | - { |
|
97 | - $this->wpCode = $wpCode; |
|
98 | - } |
|
99 | - |
|
100 | - public function setOutId($outId) |
|
101 | - { |
|
102 | - $this->outId = $outId; |
|
103 | - } |
|
104 | - |
|
105 | - public function setSmsUpExtendCode($smsUpExtendCode) |
|
106 | - { |
|
107 | - $this->smsUpExtendCode = $smsUpExtendCode; |
|
108 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "sign_name") |
|
15 | + */ |
|
16 | + private $signName; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "template_code") |
|
20 | + */ |
|
21 | + private $templateCode; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenMsgServiceSendExpressMsgRequest_Map<String, String>>, "template_param_json") |
|
25 | + */ |
|
26 | + private $templateParamJson; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(List<String>, "waybill_codes") |
|
30 | + */ |
|
31 | + private $waybillCodes; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "wp_code") |
|
35 | + */ |
|
36 | + private $wpCode; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "out_id") |
|
40 | + */ |
|
41 | + private $outId; |
|
42 | + |
|
43 | + /** |
|
44 | + * @JsonProperty(String, "sms_up_extend_code") |
|
45 | + */ |
|
46 | + private $smsUpExtendCode; |
|
47 | + |
|
48 | + protected function setUserParams(&$params) |
|
49 | + { |
|
50 | + $this->setUserParam($params, "sign_name", $this->signName); |
|
51 | + $this->setUserParam($params, "template_code", $this->templateCode); |
|
52 | + $this->setUserParam($params, "template_param_json", $this->templateParamJson); |
|
53 | + $this->setUserParam($params, "waybill_codes", $this->waybillCodes); |
|
54 | + $this->setUserParam($params, "wp_code", $this->wpCode); |
|
55 | + $this->setUserParam($params, "out_id", $this->outId); |
|
56 | + $this->setUserParam($params, "sms_up_extend_code", $this->smsUpExtendCode); |
|
57 | + |
|
58 | + } |
|
59 | + |
|
60 | + public function getVersion() |
|
61 | + { |
|
62 | + return "V1"; |
|
63 | + } |
|
64 | + |
|
65 | + public function getDataType() |
|
66 | + { |
|
67 | + return "JSON"; |
|
68 | + } |
|
69 | + |
|
70 | + public function getType() |
|
71 | + { |
|
72 | + return "pdd.open.msg.service.send.express.msg"; |
|
73 | + } |
|
74 | + |
|
75 | + public function setSignName($signName) |
|
76 | + { |
|
77 | + $this->signName = $signName; |
|
78 | + } |
|
79 | + |
|
80 | + public function setTemplateCode($templateCode) |
|
81 | + { |
|
82 | + $this->templateCode = $templateCode; |
|
83 | + } |
|
84 | + |
|
85 | + public function setTemplateParamJson($templateParamJson) |
|
86 | + { |
|
87 | + $this->templateParamJson = $templateParamJson; |
|
88 | + } |
|
89 | + |
|
90 | + public function setWaybillCodes($waybillCodes) |
|
91 | + { |
|
92 | + $this->waybillCodes = $waybillCodes; |
|
93 | + } |
|
94 | + |
|
95 | + public function setWpCode($wpCode) |
|
96 | + { |
|
97 | + $this->wpCode = $wpCode; |
|
98 | + } |
|
99 | + |
|
100 | + public function setOutId($outId) |
|
101 | + { |
|
102 | + $this->outId = $outId; |
|
103 | + } |
|
104 | + |
|
105 | + public function setSmsUpExtendCode($smsUpExtendCode) |
|
106 | + { |
|
107 | + $this->smsUpExtendCode = $smsUpExtendCode; |
|
108 | + } |
|
109 | 109 | |
110 | 110 | } |
@@ -7,68 +7,68 @@ |
||
7 | 7 | class PddOpenDecryptBatchRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenDecryptBatchRequest_DataListItem>, "data_list") |
|
15 | - */ |
|
16 | - private $dataList; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddOpenDecryptBatchRequest_DataListItem>, "data_list") |
|
15 | + */ |
|
16 | + private $dataList; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "data_list", $this->dataList); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "data_list", $this->dataList); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.open.decrypt.batch"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.open.decrypt.batch"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setDataList($dataList) |
|
40 | - { |
|
41 | - $this->dataList = $dataList; |
|
42 | - } |
|
39 | + public function setDataList($dataList) |
|
40 | + { |
|
41 | + $this->dataList = $dataList; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddOpenDecryptBatchRequest_DataListItem extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | 51 | |
52 | - } |
|
52 | + } |
|
53 | 53 | |
54 | - /** |
|
55 | - * @JsonProperty(String, "data_tag") |
|
56 | - */ |
|
57 | - private $dataTag; |
|
54 | + /** |
|
55 | + * @JsonProperty(String, "data_tag") |
|
56 | + */ |
|
57 | + private $dataTag; |
|
58 | 58 | |
59 | - /** |
|
60 | - * @JsonProperty(String, "encrypted_data") |
|
61 | - */ |
|
62 | - private $encryptedData; |
|
59 | + /** |
|
60 | + * @JsonProperty(String, "encrypted_data") |
|
61 | + */ |
|
62 | + private $encryptedData; |
|
63 | 63 | |
64 | - public function setDataTag($dataTag) |
|
65 | - { |
|
66 | - $this->dataTag = $dataTag; |
|
67 | - } |
|
64 | + public function setDataTag($dataTag) |
|
65 | + { |
|
66 | + $this->dataTag = $dataTag; |
|
67 | + } |
|
68 | 68 | |
69 | - public function setEncryptedData($encryptedData) |
|
70 | - { |
|
71 | - $this->encryptedData = $encryptedData; |
|
72 | - } |
|
69 | + public function setEncryptedData($encryptedData) |
|
70 | + { |
|
71 | + $this->encryptedData = $encryptedData; |
|
72 | + } |
|
73 | 73 | |
74 | 74 | } |