| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- <?php
- namespace Com\Pdd\Pop\Sdk\Api\Request;
- use Com\Pdd\Pop\Sdk\PopBaseHttpRequest;
- use Com\Pdd\Pop\Sdk\PopBaseJsonEntity;
- class PddTrainCallbackReserveRequest extends PopBaseHttpRequest
- {
- public function __construct()
- {
- }
- /**
- * @JsonProperty(String, "arrive_date")
- */
- private $arriveDate;
- /**
- * @JsonProperty(String, "arrive_station")
- */
- private $arriveStation;
- /**
- * @JsonProperty(String, "arrive_time")
- */
- private $arriveTime;
- /**
- * @JsonProperty(Long, "code")
- */
- private $code;
- /**
- * @JsonProperty(String, "crh_order")
- */
- private $crhOrder;
- /**
- * @JsonProperty(String, "depart_date")
- */
- private $departDate;
- /**
- * @JsonProperty(String, "depart_station")
- */
- private $departStation;
- /**
- * @JsonProperty(String, "depart_time")
- */
- private $departTime;
- /**
- * @JsonProperty(String, "msg")
- */
- private $msg;
- /**
- * @JsonProperty(String, "order_id")
- */
- private $orderId;
- /**
- * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddTrainCallbackReserveRequest_PassengersItem>, "passengers")
- */
- private $passengers;
- /**
- * @JsonProperty(String, "pay_limit_time")
- */
- private $payLimitTime;
- /**
- * @JsonProperty(String, "pdd_order_id")
- */
- private $pddOrderId;
- /**
- * @JsonProperty(String, "request_id")
- */
- private $requestId;
- /**
- * @JsonProperty(String, "train_no")
- */
- private $trainNo;
- /**
- * @JsonProperty(Integer, "use_id_card_in")
- */
- private $useIdCardIn;
- /**
- * @JsonProperty(String, "vendor_time")
- */
- private $vendorTime;
- protected function setUserParams(&$params)
- {
- $this->setUserParam($params, "arrive_date", $this->arriveDate);
- $this->setUserParam($params, "arrive_station", $this->arriveStation);
- $this->setUserParam($params, "arrive_time", $this->arriveTime);
- $this->setUserParam($params, "code", $this->code);
- $this->setUserParam($params, "crh_order", $this->crhOrder);
- $this->setUserParam($params, "depart_date", $this->departDate);
- $this->setUserParam($params, "depart_station", $this->departStation);
- $this->setUserParam($params, "depart_time", $this->departTime);
- $this->setUserParam($params, "msg", $this->msg);
- $this->setUserParam($params, "order_id", $this->orderId);
- $this->setUserParam($params, "passengers", $this->passengers);
- $this->setUserParam($params, "pay_limit_time", $this->payLimitTime);
- $this->setUserParam($params, "pdd_order_id", $this->pddOrderId);
- $this->setUserParam($params, "request_id", $this->requestId);
- $this->setUserParam($params, "train_no", $this->trainNo);
- $this->setUserParam($params, "use_id_card_in", $this->useIdCardIn);
- $this->setUserParam($params, "vendor_time", $this->vendorTime);
- }
- public function getVersion()
- {
- return "V1";
- }
- public function getDataType()
- {
- return "JSON";
- }
- public function getType()
- {
- return "pdd.train.callback.reserve";
- }
- public function setArriveDate($arriveDate)
- {
- $this->arriveDate = $arriveDate;
- }
- public function setArriveStation($arriveStation)
- {
- $this->arriveStation = $arriveStation;
- }
- public function setArriveTime($arriveTime)
- {
- $this->arriveTime = $arriveTime;
- }
- public function setCode($code)
- {
- $this->code = $code;
- }
- public function setCrhOrder($crhOrder)
- {
- $this->crhOrder = $crhOrder;
- }
- public function setDepartDate($departDate)
- {
- $this->departDate = $departDate;
- }
- public function setDepartStation($departStation)
- {
- $this->departStation = $departStation;
- }
- public function setDepartTime($departTime)
- {
- $this->departTime = $departTime;
- }
- public function setMsg($msg)
- {
- $this->msg = $msg;
- }
- public function setOrderId($orderId)
- {
- $this->orderId = $orderId;
- }
- public function setPassengers($passengers)
- {
- $this->passengers = $passengers;
- }
- public function setPayLimitTime($payLimitTime)
- {
- $this->payLimitTime = $payLimitTime;
- }
- public function setPddOrderId($pddOrderId)
- {
- $this->pddOrderId = $pddOrderId;
- }
- public function setRequestId($requestId)
- {
- $this->requestId = $requestId;
- }
- public function setTrainNo($trainNo)
- {
- $this->trainNo = $trainNo;
- }
- public function setUseIdCardIn($useIdCardIn)
- {
- $this->useIdCardIn = $useIdCardIn;
- }
- public function setVendorTime($vendorTime)
- {
- $this->vendorTime = $vendorTime;
- }
- }
- class PddTrainCallbackReserveRequest_PassengersItem extends PopBaseJsonEntity
- {
- public function __construct()
- {
- }
- /**
- * @JsonProperty(String, "card_no")
- */
- private $cardNo;
- /**
- * @JsonProperty(String, "card_type")
- */
- private $cardType;
- /**
- * @JsonProperty(String, "coach_name")
- */
- private $coachName;
- /**
- * @JsonProperty(String, "name")
- */
- private $name;
- /**
- * @JsonProperty(String, "seat_name")
- */
- private $seatName;
- /**
- * @JsonProperty(Integer, "seat_type")
- */
- private $seatType;
- /**
- * @JsonProperty(String, "sub_crh_order")
- */
- private $subCrhOrder;
- /**
- * @JsonProperty(String, "sub_order_id")
- */
- private $subOrderId;
- /**
- * @JsonProperty(String, "sub_pdd_order_id")
- */
- private $subPddOrderId;
- /**
- * @JsonProperty(Long, "ticket_price")
- */
- private $ticketPrice;
- /**
- * @JsonProperty(Integer, "ticket_type")
- */
- private $ticketType;
- /**
- * @JsonProperty(Integer, "is_choose_seat")
- */
- private $isChooseSeat;
- public function setCardNo($cardNo)
- {
- $this->cardNo = $cardNo;
- }
- public function setCardType($cardType)
- {
- $this->cardType = $cardType;
- }
- public function setCoachName($coachName)
- {
- $this->coachName = $coachName;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function setSeatName($seatName)
- {
- $this->seatName = $seatName;
- }
- public function setSeatType($seatType)
- {
- $this->seatType = $seatType;
- }
- public function setSubCrhOrder($subCrhOrder)
- {
- $this->subCrhOrder = $subCrhOrder;
- }
- public function setSubOrderId($subOrderId)
- {
- $this->subOrderId = $subOrderId;
- }
- public function setSubPddOrderId($subPddOrderId)
- {
- $this->subPddOrderId = $subPddOrderId;
- }
- public function setTicketPrice($ticketPrice)
- {
- $this->ticketPrice = $ticketPrice;
- }
- public function setTicketType($ticketType)
- {
- $this->ticketType = $ticketType;
- }
- public function setIsChooseSeat($isChooseSeat)
- {
- $this->isChooseSeat = $isChooseSeat;
- }
- }
|