|
| 1 | +<?php |
| 2 | +namespace Jd\request; |
| 3 | + |
| 4 | +class AscQueryListRequest |
| 5 | +{ |
| 6 | + private $apiParas = array(); |
| 7 | + private $buId; |
| 8 | + private $operatePin; |
| 9 | + private $operateNick; |
| 10 | + private $serviceId; |
| 11 | + private $orderId; |
| 12 | + private $applyTimeBegin; |
| 13 | + private $applyTimeEnd; |
| 14 | + private $finishTimeBegin; |
| 15 | + private $finishTimeEnd; |
| 16 | + private $verificationCode; |
| 17 | + private $expressCode; |
| 18 | + private $orderType; |
| 19 | + private $processResult; |
| 20 | + private $customerPin; |
| 21 | + private $customerName; |
| 22 | + private $customerTel; |
| 23 | + private $approveTimeBegin; |
| 24 | + private $approveTimeEnd; |
| 25 | + private $pageSize; |
| 26 | + private $extJsonStr; |
| 27 | + private $pageNumber; |
| 28 | + |
| 29 | + public function getApiMethodName() |
| 30 | + { |
| 31 | + return "jingdong.asc.query.list"; |
| 32 | + } |
| 33 | + |
| 34 | + public function getApiParas() |
| 35 | + { |
| 36 | + return json_encode($this->apiParas); |
| 37 | + } |
| 38 | + |
| 39 | + public function check() |
| 40 | + {} |
| 41 | + |
| 42 | + public function putOtherTextParam($key, $value) |
| 43 | + { |
| 44 | + $this->apiParas[$key] = $value; |
| 45 | + $this->$key = $value; |
| 46 | + } |
| 47 | + |
| 48 | + public function setBuId($buId) |
| 49 | + { |
| 50 | + $this->buId = $buId; |
| 51 | + $this->apiParas["buId"] = $buId; |
| 52 | + } |
| 53 | + |
| 54 | + public function getBuId() |
| 55 | + { |
| 56 | + return $this->buId; |
| 57 | + } |
| 58 | + |
| 59 | + public function setOperatePin($operatePin) |
| 60 | + { |
| 61 | + $this->operatePin = $operatePin; |
| 62 | + $this->apiParas["operatePin"] = $operatePin; |
| 63 | + } |
| 64 | + |
| 65 | + public function getOperatePin() |
| 66 | + { |
| 67 | + return $this->operatePin; |
| 68 | + } |
| 69 | + |
| 70 | + public function setOperateNick($operateNick) |
| 71 | + { |
| 72 | + $this->operateNick = $operateNick; |
| 73 | + $this->apiParas["operateNick"] = $operateNick; |
| 74 | + } |
| 75 | + |
| 76 | + public function getOperateNick() |
| 77 | + { |
| 78 | + return $this->operateNick; |
| 79 | + } |
| 80 | + |
| 81 | + public function setServiceId($serviceId) |
| 82 | + { |
| 83 | + $this->serviceId = $serviceId; |
| 84 | + $this->apiParas["serviceId"] = $serviceId; |
| 85 | + } |
| 86 | + |
| 87 | + public function getServiceId() |
| 88 | + { |
| 89 | + return $this->serviceId; |
| 90 | + } |
| 91 | + |
| 92 | + public function setOrderId($orderId) |
| 93 | + { |
| 94 | + $this->orderId = $orderId; |
| 95 | + $this->apiParas["orderId"] = $orderId; |
| 96 | + } |
| 97 | + |
| 98 | + public function getOrderId() |
| 99 | + { |
| 100 | + return $this->orderId; |
| 101 | + } |
| 102 | + |
| 103 | + public function setApplyTimeBegin($applyTimeBegin) |
| 104 | + { |
| 105 | + $this->applyTimeBegin = $applyTimeBegin; |
| 106 | + $this->apiParas["applyTimeBegin"] = $applyTimeBegin; |
| 107 | + } |
| 108 | + |
| 109 | + public function getApplyTimeBegin() |
| 110 | + { |
| 111 | + return $this->applyTimeBegin; |
| 112 | + } |
| 113 | + |
| 114 | + public function setApplyTimeEnd($applyTimeEnd) |
| 115 | + { |
| 116 | + $this->applyTimeEnd = $applyTimeEnd; |
| 117 | + $this->apiParas["applyTimeEnd"] = $applyTimeEnd; |
| 118 | + } |
| 119 | + |
| 120 | + public function getApplyTimeEnd() |
| 121 | + { |
| 122 | + return $this->applyTimeEnd; |
| 123 | + } |
| 124 | + |
| 125 | + public function setFinishTimeBegin($finishTimeBegin) |
| 126 | + { |
| 127 | + $this->finishTimeBegin = $finishTimeBegin; |
| 128 | + $this->apiParas["finishTimeBegin"] = $finishTimeBegin; |
| 129 | + } |
| 130 | + |
| 131 | + public function getFinishTimeBegin() |
| 132 | + { |
| 133 | + return $this->finishTimeBegin; |
| 134 | + } |
| 135 | + |
| 136 | + public function setFinishTimeEnd($finishTimeEnd) |
| 137 | + { |
| 138 | + $this->finishTimeEnd = $finishTimeEnd; |
| 139 | + $this->apiParas["finishTimeEnd"] = $finishTimeEnd; |
| 140 | + } |
| 141 | + |
| 142 | + public function getFinishTimeEnd() |
| 143 | + { |
| 144 | + return $this->finishTimeEnd; |
| 145 | + } |
| 146 | + |
| 147 | + public function setVerificationCode($verificationCode) |
| 148 | + { |
| 149 | + $this->verificationCode = $verificationCode; |
| 150 | + $this->apiParas["verificationCode"] = $verificationCode; |
| 151 | + } |
| 152 | + |
| 153 | + public function getVerificationCode() |
| 154 | + { |
| 155 | + return $this->verificationCode; |
| 156 | + } |
| 157 | + |
| 158 | + public function setExpressCode($expressCode) |
| 159 | + { |
| 160 | + $this->expressCode = $expressCode; |
| 161 | + $this->apiParas["expressCode"] = $expressCode; |
| 162 | + } |
| 163 | + |
| 164 | + public function getExpressCode() |
| 165 | + { |
| 166 | + return $this->expressCode; |
| 167 | + } |
| 168 | + |
| 169 | + public function setOrderType($orderType) |
| 170 | + { |
| 171 | + $this->orderType = $orderType; |
| 172 | + $this->apiParas["orderType"] = $orderType; |
| 173 | + } |
| 174 | + |
| 175 | + public function getOrderType() |
| 176 | + { |
| 177 | + return $this->orderType; |
| 178 | + } |
| 179 | + |
| 180 | + public function setProcessResult($processResult) |
| 181 | + { |
| 182 | + $this->processResult = $processResult; |
| 183 | + $this->apiParas["processResult"] = $processResult; |
| 184 | + } |
| 185 | + |
| 186 | + public function getProcessResult() |
| 187 | + { |
| 188 | + return $this->processResult; |
| 189 | + } |
| 190 | + |
| 191 | + public function setCustomerPin($customerPin) |
| 192 | + { |
| 193 | + $this->customerPin = $customerPin; |
| 194 | + $this->apiParas["customerPin"] = $customerPin; |
| 195 | + } |
| 196 | + |
| 197 | + public function getCustomerPin() |
| 198 | + { |
| 199 | + return $this->customerPin; |
| 200 | + } |
| 201 | + |
| 202 | + public function setCustomerName($customerName) |
| 203 | + { |
| 204 | + $this->customerName = $customerName; |
| 205 | + $this->apiParas["customerName"] = $customerName; |
| 206 | + } |
| 207 | + |
| 208 | + public function getCustomerName() |
| 209 | + { |
| 210 | + return $this->customerName; |
| 211 | + } |
| 212 | + |
| 213 | + public function setCustomerTel($customerTel) |
| 214 | + { |
| 215 | + $this->customerTel = $customerTel; |
| 216 | + $this->apiParas["customerTel"] = $customerTel; |
| 217 | + } |
| 218 | + |
| 219 | + public function getCustomerTel() |
| 220 | + { |
| 221 | + return $this->customerTel; |
| 222 | + } |
| 223 | + |
| 224 | + public function setApproveTimeBegin($approveTimeBegin) |
| 225 | + { |
| 226 | + $this->approveTimeBegin = $approveTimeBegin; |
| 227 | + $this->apiParas["approveTimeBegin"] = $approveTimeBegin; |
| 228 | + } |
| 229 | + |
| 230 | + public function getApproveTimeBegin() |
| 231 | + { |
| 232 | + return $this->approveTimeBegin; |
| 233 | + } |
| 234 | + |
| 235 | + public function setApproveTimeEnd($approveTimeEnd) |
| 236 | + { |
| 237 | + $this->approveTimeEnd = $approveTimeEnd; |
| 238 | + $this->apiParas["approveTimeEnd"] = $approveTimeEnd; |
| 239 | + } |
| 240 | + |
| 241 | + public function getApproveTimeEnd() |
| 242 | + { |
| 243 | + return $this->approveTimeEnd; |
| 244 | + } |
| 245 | + |
| 246 | + public function setPageNumber($pageNumber) |
| 247 | + { |
| 248 | + $this->pageNumber = $pageNumber; |
| 249 | + $this->apiParas["pageNumber"] = $pageNumber; |
| 250 | + } |
| 251 | + |
| 252 | + public function getPageNumber() |
| 253 | + { |
| 254 | + return $this->pageNumber; |
| 255 | + } |
| 256 | + |
| 257 | + public function setPageSize($pageSize) |
| 258 | + { |
| 259 | + $this->pageSize = $pageSize; |
| 260 | + $this->apiParas["pageSize"] = $pageSize; |
| 261 | + } |
| 262 | + |
| 263 | + public function getPageSize() |
| 264 | + { |
| 265 | + return $this->pageSize; |
| 266 | + } |
| 267 | + |
| 268 | + public function setExtJsonStr($extJsonStr) |
| 269 | + { |
| 270 | + $this->extJsonStr = $extJsonStr; |
| 271 | + $this->apiParas["extJsonStr"] = $extJsonStr; |
| 272 | + } |
| 273 | + |
| 274 | + public function getExtJsonStr() |
| 275 | + { |
| 276 | + return $this->extJsonStr; |
| 277 | + } |
| 278 | +} |
0 commit comments