Total Complexity | 6 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class PddWaybillQueryByWaybillcodeRequest extends PopBaseHttpRequest |
||
8 | { |
||
9 | public function __construct() |
||
10 | { |
||
11 | |||
12 | } |
||
13 | /** |
||
14 | * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddWaybillQueryByWaybillcodeRequest_ParamListItem>, "param_list") |
||
15 | */ |
||
16 | private $paramList; |
||
17 | |||
18 | protected function setUserParams(&$params) |
||
19 | { |
||
20 | $this->setUserParam($params, "param_list", $this->paramList); |
||
21 | |||
22 | } |
||
23 | |||
24 | public function getVersion() |
||
27 | } |
||
28 | |||
29 | public function getDataType() |
||
30 | { |
||
31 | return "JSON"; |
||
32 | } |
||
33 | |||
34 | public function getType() |
||
35 | { |
||
36 | return "pdd.waybill.query.by.waybillcode"; |
||
37 | } |
||
38 | |||
39 | public function setParamList($paramList) |
||
42 | } |
||
43 | |||
44 | } |
||
45 | |||
46 | class PddWaybillQueryByWaybillcodeRequest_ParamListItem extends PopBaseJsonEntity |
||
85 |