FpdxProfileDTO.php 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314
  1. <?php
  2. namespace App\Generated\V1_1\DTOs;
  3. use Kamicloud\StubApi\Concerns\ValueHelper;
  4. use Kamicloud\StubApi\DTOs\DTO;
  5. use Kamicloud\StubApi\Utils\Constants;
  6. class FpdxProfileDTO extends DTO
  7. {
  8. use ValueHelper;
  9. protected $uid;
  10. protected $sex;
  11. protected $sxo;
  12. protected $feedSex;
  13. protected $headimgurl;
  14. protected $nickname;
  15. protected $goldFlower;
  16. protected $redFlower;
  17. protected $ckCount;
  18. protected $task;
  19. protected $height;
  20. protected $age;
  21. protected $home;
  22. protected $address;
  23. protected $partnerId;
  24. protected $expect;
  25. protected $introduce;
  26. protected $phone;
  27. protected $school;
  28. protected $subject;
  29. protected $limit;
  30. protected $lastSign;
  31. protected $updatedAt;
  32. protected $createdAt;
  33. protected $signCon;
  34. protected $hiding;
  35. protected $star;
  36. protected $tag_1;
  37. protected $tag_2;
  38. protected $tag_3;
  39. protected $tag_4;
  40. protected $subscribeAt;
  41. protected $fpdxLike;
  42. protected $kfAccount;
  43. protected $rollback;
  44. protected $qq;
  45. protected $weixin;
  46. protected $education;
  47. protected $loginAt;
  48. protected $voice;
  49. protected $pairMinAge;
  50. protected $pairMaxAge;
  51. protected $pairProvince;
  52. protected $pairAll;
  53. protected $photoSrc;
  54. protected $photo_1;
  55. protected $photo_2;
  56. protected $photo_3;
  57. protected $photo_4;
  58. protected $fullUrlPhotoSrc;
  59. protected $fullUrlPhoto1;
  60. protected $fullUrlPhoto2;
  61. protected $fullUrlPhoto3;
  62. protected $fullUrlPhoto4;
  63. protected $lastLife;
  64. protected $why;
  65. protected $pairVoice;
  66. protected $jigsawAmount;
  67. protected $wxkf;
  68. protected $sign;
  69. protected $isAutoExpand;
  70. protected $onlyLast;
  71. protected $lng;
  72. protected $lat;
  73. protected $location;
  74. protected $feedDis;
  75. protected $identityAuth;
  76. protected $wxAuth;
  77. protected $workState;
  78. protected $claimTag;
  79. protected $lastLikemeLockAt;
  80. protected $beVipAt;
  81. protected $supvipEndat;
  82. protected $taskPhoto;
  83. protected $taskQuestion;
  84. protected $taskSing;
  85. protected $taskQuestionData;
  86. protected $logoffAt;
  87. protected $appLikeUnlockCount;
  88. protected $loginAppPlatform;
  89. protected $feedCnt;
  90. protected $feedLike;
  91. protected $bgcolor;
  92. /**
  93. * @return int
  94. */
  95. public function getUid()
  96. {
  97. return $this->uid;
  98. }
  99. /**
  100. * @return int
  101. */
  102. public function getSex()
  103. {
  104. return $this->sex;
  105. }
  106. /**
  107. * @return int
  108. */
  109. public function getSxo()
  110. {
  111. return $this->sxo;
  112. }
  113. /**
  114. * @return int
  115. */
  116. public function getFeedSex()
  117. {
  118. return $this->feedSex;
  119. }
  120. /**
  121. * @return string
  122. */
  123. public function getHeadimgurl()
  124. {
  125. return $this->headimgurl;
  126. }
  127. /**
  128. * @return string
  129. */
  130. public function getNickname()
  131. {
  132. return $this->nickname;
  133. }
  134. /**
  135. * @return int
  136. */
  137. public function getGoldFlower()
  138. {
  139. return $this->goldFlower;
  140. }
  141. /**
  142. * @return float
  143. */
  144. public function getRedFlower()
  145. {
  146. return $this->redFlower;
  147. }
  148. /**
  149. * @return int
  150. */
  151. public function getCkCount()
  152. {
  153. return $this->ckCount;
  154. }
  155. /**
  156. * @return string
  157. */
  158. public function getTask()
  159. {
  160. return $this->task;
  161. }
  162. /**
  163. * @return int
  164. */
  165. public function getHeight()
  166. {
  167. return $this->height;
  168. }
  169. /**
  170. * @return string
  171. */
  172. public function getAge()
  173. {
  174. return $this->age;
  175. }
  176. /**
  177. * @return string
  178. */
  179. public function getHome()
  180. {
  181. return $this->home;
  182. }
  183. /**
  184. * @return string
  185. */
  186. public function getAddress()
  187. {
  188. return $this->address;
  189. }
  190. /**
  191. * @return int
  192. */
  193. public function getPartnerId()
  194. {
  195. return $this->partnerId;
  196. }
  197. /**
  198. * @return string|null
  199. */
  200. public function getExpect()
  201. {
  202. return $this->expect;
  203. }
  204. /**
  205. * @return string
  206. */
  207. public function getIntroduce()
  208. {
  209. return $this->introduce;
  210. }
  211. /**
  212. * @return string
  213. */
  214. public function getPhone()
  215. {
  216. return $this->phone;
  217. }
  218. /**
  219. * @return string
  220. */
  221. public function getSchool()
  222. {
  223. return $this->school;
  224. }
  225. /**
  226. * @return string
  227. */
  228. public function getSubject()
  229. {
  230. return $this->subject;
  231. }
  232. /**
  233. * @return string
  234. */
  235. public function getLimit()
  236. {
  237. return $this->limit;
  238. }
  239. /**
  240. * @return int
  241. */
  242. public function getLastSign()
  243. {
  244. return $this->lastSign;
  245. }
  246. /**
  247. * @return string
  248. */
  249. public function getUpdatedAt()
  250. {
  251. return $this->updatedAt;
  252. }
  253. /**
  254. * @return string
  255. */
  256. public function getCreatedAt()
  257. {
  258. return $this->createdAt;
  259. }
  260. /**
  261. * @return int
  262. */
  263. public function getSignCon()
  264. {
  265. return $this->signCon;
  266. }
  267. /**
  268. * @return int
  269. */
  270. public function getHiding()
  271. {
  272. return $this->hiding;
  273. }
  274. /**
  275. * @return string
  276. */
  277. public function getStar()
  278. {
  279. return $this->star;
  280. }
  281. /**
  282. * @return string
  283. */
  284. public function getTag_1()
  285. {
  286. return $this->tag_1;
  287. }
  288. /**
  289. * @return string
  290. */
  291. public function getTag_2()
  292. {
  293. return $this->tag_2;
  294. }
  295. /**
  296. * @return string
  297. */
  298. public function getTag_3()
  299. {
  300. return $this->tag_3;
  301. }
  302. /**
  303. * @return string
  304. */
  305. public function getTag_4()
  306. {
  307. return $this->tag_4;
  308. }
  309. /**
  310. * @return int
  311. */
  312. public function getSubscribeAt()
  313. {
  314. return $this->subscribeAt;
  315. }
  316. /**
  317. * @return string
  318. */
  319. public function getFpdxLike()
  320. {
  321. return $this->fpdxLike;
  322. }
  323. /**
  324. * @return string
  325. */
  326. public function getKfAccount()
  327. {
  328. return $this->kfAccount;
  329. }
  330. /**
  331. * @return int
  332. */
  333. public function getRollback()
  334. {
  335. return $this->rollback;
  336. }
  337. /**
  338. * @return string
  339. */
  340. public function getQq()
  341. {
  342. return $this->qq;
  343. }
  344. /**
  345. * @return string
  346. */
  347. public function getWeixin()
  348. {
  349. return $this->weixin;
  350. }
  351. /**
  352. * @return string
  353. */
  354. public function getEducation()
  355. {
  356. return $this->education;
  357. }
  358. /**
  359. * @return int
  360. */
  361. public function getLoginAt()
  362. {
  363. return $this->loginAt;
  364. }
  365. /**
  366. * @return string|null
  367. */
  368. public function getVoice()
  369. {
  370. return $this->voice;
  371. }
  372. /**
  373. * @return int
  374. */
  375. public function getPairMinAge()
  376. {
  377. return $this->pairMinAge;
  378. }
  379. /**
  380. * @return int
  381. */
  382. public function getPairMaxAge()
  383. {
  384. return $this->pairMaxAge;
  385. }
  386. /**
  387. * @return int
  388. */
  389. public function getPairProvince()
  390. {
  391. return $this->pairProvince;
  392. }
  393. /**
  394. * @return int
  395. */
  396. public function getPairAll()
  397. {
  398. return $this->pairAll;
  399. }
  400. /**
  401. * @return string
  402. */
  403. public function getPhotoSrc()
  404. {
  405. return $this->photoSrc;
  406. }
  407. /**
  408. * @return string|null
  409. */
  410. public function getPhoto_1()
  411. {
  412. return $this->photo_1;
  413. }
  414. /**
  415. * @return string|null
  416. */
  417. public function getPhoto_2()
  418. {
  419. return $this->photo_2;
  420. }
  421. /**
  422. * @return string|null
  423. */
  424. public function getPhoto_3()
  425. {
  426. return $this->photo_3;
  427. }
  428. /**
  429. * @return string|null
  430. */
  431. public function getPhoto_4()
  432. {
  433. return $this->photo_4;
  434. }
  435. /**
  436. * @return string
  437. */
  438. public function getFullUrlPhotoSrc()
  439. {
  440. return $this->fullUrlPhotoSrc;
  441. }
  442. /**
  443. * @return string|null
  444. */
  445. public function getFullUrlPhoto1()
  446. {
  447. return $this->fullUrlPhoto1;
  448. }
  449. /**
  450. * @return string|null
  451. */
  452. public function getFullUrlPhoto2()
  453. {
  454. return $this->fullUrlPhoto2;
  455. }
  456. /**
  457. * @return string|null
  458. */
  459. public function getFullUrlPhoto3()
  460. {
  461. return $this->fullUrlPhoto3;
  462. }
  463. /**
  464. * @return string|null
  465. */
  466. public function getFullUrlPhoto4()
  467. {
  468. return $this->fullUrlPhoto4;
  469. }
  470. /**
  471. * @return string|null
  472. */
  473. public function getLastLife()
  474. {
  475. return $this->lastLife;
  476. }
  477. /**
  478. * @return string|null
  479. */
  480. public function getWhy()
  481. {
  482. return $this->why;
  483. }
  484. /**
  485. * @return string|null
  486. */
  487. public function getPairVoice()
  488. {
  489. return $this->pairVoice;
  490. }
  491. /**
  492. * @return int
  493. */
  494. public function getJigsawAmount()
  495. {
  496. return $this->jigsawAmount;
  497. }
  498. /**
  499. * @return string|null
  500. */
  501. public function getWxkf()
  502. {
  503. return $this->wxkf;
  504. }
  505. /**
  506. * @return string|null
  507. */
  508. public function getSign()
  509. {
  510. return $this->sign;
  511. }
  512. /**
  513. * @return boolean
  514. */
  515. public function getIsAutoExpand()
  516. {
  517. return $this->isAutoExpand;
  518. }
  519. /**
  520. * @return boolean
  521. */
  522. public function isIsAutoExpand()
  523. {
  524. return $this->isAutoExpand;
  525. }
  526. /**
  527. * @return boolean
  528. */
  529. public function getOnlyLast()
  530. {
  531. return $this->onlyLast;
  532. }
  533. /**
  534. * @return boolean
  535. */
  536. public function isOnlyLast()
  537. {
  538. return $this->onlyLast;
  539. }
  540. /**
  541. * @return float
  542. */
  543. public function getLng()
  544. {
  545. return $this->lng;
  546. }
  547. /**
  548. * @return float
  549. */
  550. public function getLat()
  551. {
  552. return $this->lat;
  553. }
  554. /**
  555. * @return string
  556. */
  557. public function getLocation()
  558. {
  559. return $this->location;
  560. }
  561. /**
  562. * @return int
  563. */
  564. public function getFeedDis()
  565. {
  566. return $this->feedDis;
  567. }
  568. /**
  569. * @return string
  570. */
  571. public function getIdentityAuth()
  572. {
  573. return $this->identityAuth;
  574. }
  575. /**
  576. * @return int
  577. */
  578. public function getWxAuth()
  579. {
  580. return $this->wxAuth;
  581. }
  582. /**
  583. * @return string
  584. */
  585. public function getWorkState()
  586. {
  587. return $this->workState;
  588. }
  589. /**
  590. * @return string
  591. */
  592. public function getClaimTag()
  593. {
  594. return $this->claimTag;
  595. }
  596. /**
  597. * @return int
  598. */
  599. public function getLastLikemeLockAt()
  600. {
  601. return $this->lastLikemeLockAt;
  602. }
  603. /**
  604. * @return int
  605. */
  606. public function getBeVipAt()
  607. {
  608. return $this->beVipAt;
  609. }
  610. /**
  611. * @return int
  612. */
  613. public function getSupvipEndat()
  614. {
  615. return $this->supvipEndat;
  616. }
  617. /**
  618. * @return boolean
  619. */
  620. public function getTaskPhoto()
  621. {
  622. return $this->taskPhoto;
  623. }
  624. /**
  625. * @return boolean
  626. */
  627. public function isTaskPhoto()
  628. {
  629. return $this->taskPhoto;
  630. }
  631. /**
  632. * @return boolean
  633. */
  634. public function getTaskQuestion()
  635. {
  636. return $this->taskQuestion;
  637. }
  638. /**
  639. * @return boolean
  640. */
  641. public function isTaskQuestion()
  642. {
  643. return $this->taskQuestion;
  644. }
  645. /**
  646. * @return boolean
  647. */
  648. public function getTaskSing()
  649. {
  650. return $this->taskSing;
  651. }
  652. /**
  653. * @return boolean
  654. */
  655. public function isTaskSing()
  656. {
  657. return $this->taskSing;
  658. }
  659. /**
  660. * @return boolean
  661. */
  662. public function getTaskQuestionData()
  663. {
  664. return $this->taskQuestionData;
  665. }
  666. /**
  667. * @return boolean
  668. */
  669. public function isTaskQuestionData()
  670. {
  671. return $this->taskQuestionData;
  672. }
  673. /**
  674. * @return int
  675. */
  676. public function getLogoffAt()
  677. {
  678. return $this->logoffAt;
  679. }
  680. /**
  681. * @return int
  682. */
  683. public function getAppLikeUnlockCount()
  684. {
  685. return $this->appLikeUnlockCount;
  686. }
  687. /**
  688. * @return string
  689. */
  690. public function getLoginAppPlatform()
  691. {
  692. return $this->loginAppPlatform;
  693. }
  694. /**
  695. * @return int
  696. */
  697. public function getFeedCnt()
  698. {
  699. return $this->feedCnt;
  700. }
  701. /**
  702. * @return int
  703. */
  704. public function getFeedLike()
  705. {
  706. return $this->feedLike;
  707. }
  708. /**
  709. * @return int|null
  710. */
  711. public function getBgcolor()
  712. {
  713. return $this->bgcolor;
  714. }
  715. public function setUid($uid)
  716. {
  717. $this->uid = $uid;
  718. }
  719. public function setSex($sex)
  720. {
  721. $this->sex = $sex;
  722. }
  723. public function setSxo($sxo)
  724. {
  725. $this->sxo = $sxo;
  726. }
  727. public function setFeedSex($feedSex)
  728. {
  729. $this->feedSex = $feedSex;
  730. }
  731. public function setHeadimgurl($headimgurl)
  732. {
  733. $this->headimgurl = $headimgurl;
  734. }
  735. public function setNickname($nickname)
  736. {
  737. $this->nickname = $nickname;
  738. }
  739. public function setGoldFlower($goldFlower)
  740. {
  741. $this->goldFlower = $goldFlower;
  742. }
  743. public function setRedFlower($redFlower)
  744. {
  745. $this->redFlower = $redFlower;
  746. }
  747. public function setCkCount($ckCount)
  748. {
  749. $this->ckCount = $ckCount;
  750. }
  751. public function setTask($task)
  752. {
  753. $this->task = $task;
  754. }
  755. public function setHeight($height)
  756. {
  757. $this->height = $height;
  758. }
  759. public function setAge($age)
  760. {
  761. $this->age = $age;
  762. }
  763. public function setHome($home)
  764. {
  765. $this->home = $home;
  766. }
  767. public function setAddress($address)
  768. {
  769. $this->address = $address;
  770. }
  771. public function setPartnerId($partnerId)
  772. {
  773. $this->partnerId = $partnerId;
  774. }
  775. public function setExpect($expect)
  776. {
  777. $this->expect = $expect;
  778. }
  779. public function setIntroduce($introduce)
  780. {
  781. $this->introduce = $introduce;
  782. }
  783. public function setPhone($phone)
  784. {
  785. $this->phone = $phone;
  786. }
  787. public function setSchool($school)
  788. {
  789. $this->school = $school;
  790. }
  791. public function setSubject($subject)
  792. {
  793. $this->subject = $subject;
  794. }
  795. public function setLimit($limit)
  796. {
  797. $this->limit = $limit;
  798. }
  799. public function setLastSign($lastSign)
  800. {
  801. $this->lastSign = $lastSign;
  802. }
  803. public function setUpdatedAt($updatedAt)
  804. {
  805. $this->updatedAt = $updatedAt;
  806. }
  807. public function setCreatedAt($createdAt)
  808. {
  809. $this->createdAt = $createdAt;
  810. }
  811. public function setSignCon($signCon)
  812. {
  813. $this->signCon = $signCon;
  814. }
  815. public function setHiding($hiding)
  816. {
  817. $this->hiding = $hiding;
  818. }
  819. public function setStar($star)
  820. {
  821. $this->star = $star;
  822. }
  823. public function setTag_1($tag_1)
  824. {
  825. $this->tag_1 = $tag_1;
  826. }
  827. public function setTag_2($tag_2)
  828. {
  829. $this->tag_2 = $tag_2;
  830. }
  831. public function setTag_3($tag_3)
  832. {
  833. $this->tag_3 = $tag_3;
  834. }
  835. public function setTag_4($tag_4)
  836. {
  837. $this->tag_4 = $tag_4;
  838. }
  839. public function setSubscribeAt($subscribeAt)
  840. {
  841. $this->subscribeAt = $subscribeAt;
  842. }
  843. public function setFpdxLike($fpdxLike)
  844. {
  845. $this->fpdxLike = $fpdxLike;
  846. }
  847. public function setKfAccount($kfAccount)
  848. {
  849. $this->kfAccount = $kfAccount;
  850. }
  851. public function setRollback($rollback)
  852. {
  853. $this->rollback = $rollback;
  854. }
  855. public function setQq($qq)
  856. {
  857. $this->qq = $qq;
  858. }
  859. public function setWeixin($weixin)
  860. {
  861. $this->weixin = $weixin;
  862. }
  863. public function setEducation($education)
  864. {
  865. $this->education = $education;
  866. }
  867. public function setLoginAt($loginAt)
  868. {
  869. $this->loginAt = $loginAt;
  870. }
  871. public function setVoice($voice)
  872. {
  873. $this->voice = $voice;
  874. }
  875. public function setPairMinAge($pairMinAge)
  876. {
  877. $this->pairMinAge = $pairMinAge;
  878. }
  879. public function setPairMaxAge($pairMaxAge)
  880. {
  881. $this->pairMaxAge = $pairMaxAge;
  882. }
  883. public function setPairProvince($pairProvince)
  884. {
  885. $this->pairProvince = $pairProvince;
  886. }
  887. public function setPairAll($pairAll)
  888. {
  889. $this->pairAll = $pairAll;
  890. }
  891. public function setPhotoSrc($photoSrc)
  892. {
  893. $this->photoSrc = $photoSrc;
  894. }
  895. public function setPhoto_1($photo_1)
  896. {
  897. $this->photo_1 = $photo_1;
  898. }
  899. public function setPhoto_2($photo_2)
  900. {
  901. $this->photo_2 = $photo_2;
  902. }
  903. public function setPhoto_3($photo_3)
  904. {
  905. $this->photo_3 = $photo_3;
  906. }
  907. public function setPhoto_4($photo_4)
  908. {
  909. $this->photo_4 = $photo_4;
  910. }
  911. public function setFullUrlPhotoSrc($fullUrlPhotoSrc)
  912. {
  913. $this->fullUrlPhotoSrc = $fullUrlPhotoSrc;
  914. }
  915. public function setFullUrlPhoto1($fullUrlPhoto1)
  916. {
  917. $this->fullUrlPhoto1 = $fullUrlPhoto1;
  918. }
  919. public function setFullUrlPhoto2($fullUrlPhoto2)
  920. {
  921. $this->fullUrlPhoto2 = $fullUrlPhoto2;
  922. }
  923. public function setFullUrlPhoto3($fullUrlPhoto3)
  924. {
  925. $this->fullUrlPhoto3 = $fullUrlPhoto3;
  926. }
  927. public function setFullUrlPhoto4($fullUrlPhoto4)
  928. {
  929. $this->fullUrlPhoto4 = $fullUrlPhoto4;
  930. }
  931. public function setLastLife($lastLife)
  932. {
  933. $this->lastLife = $lastLife;
  934. }
  935. public function setWhy($why)
  936. {
  937. $this->why = $why;
  938. }
  939. public function setPairVoice($pairVoice)
  940. {
  941. $this->pairVoice = $pairVoice;
  942. }
  943. public function setJigsawAmount($jigsawAmount)
  944. {
  945. $this->jigsawAmount = $jigsawAmount;
  946. }
  947. public function setWxkf($wxkf)
  948. {
  949. $this->wxkf = $wxkf;
  950. }
  951. public function setSign($sign)
  952. {
  953. $this->sign = $sign;
  954. }
  955. public function setIsAutoExpand($isAutoExpand)
  956. {
  957. $this->isAutoExpand = $isAutoExpand;
  958. }
  959. public function setOnlyLast($onlyLast)
  960. {
  961. $this->onlyLast = $onlyLast;
  962. }
  963. public function setLng($lng)
  964. {
  965. $this->lng = $lng;
  966. }
  967. public function setLat($lat)
  968. {
  969. $this->lat = $lat;
  970. }
  971. public function setLocation($location)
  972. {
  973. $this->location = $location;
  974. }
  975. public function setFeedDis($feedDis)
  976. {
  977. $this->feedDis = $feedDis;
  978. }
  979. public function setIdentityAuth($identityAuth)
  980. {
  981. $this->identityAuth = $identityAuth;
  982. }
  983. public function setWxAuth($wxAuth)
  984. {
  985. $this->wxAuth = $wxAuth;
  986. }
  987. public function setWorkState($workState)
  988. {
  989. $this->workState = $workState;
  990. }
  991. public function setClaimTag($claimTag)
  992. {
  993. $this->claimTag = $claimTag;
  994. }
  995. public function setLastLikemeLockAt($lastLikemeLockAt)
  996. {
  997. $this->lastLikemeLockAt = $lastLikemeLockAt;
  998. }
  999. public function setBeVipAt($beVipAt)
  1000. {
  1001. $this->beVipAt = $beVipAt;
  1002. }
  1003. public function setSupvipEndat($supvipEndat)
  1004. {
  1005. $this->supvipEndat = $supvipEndat;
  1006. }
  1007. public function setTaskPhoto($taskPhoto)
  1008. {
  1009. $this->taskPhoto = $taskPhoto;
  1010. }
  1011. public function setTaskQuestion($taskQuestion)
  1012. {
  1013. $this->taskQuestion = $taskQuestion;
  1014. }
  1015. public function setTaskSing($taskSing)
  1016. {
  1017. $this->taskSing = $taskSing;
  1018. }
  1019. public function setTaskQuestionData($taskQuestionData)
  1020. {
  1021. $this->taskQuestionData = $taskQuestionData;
  1022. }
  1023. public function setLogoffAt($logoffAt)
  1024. {
  1025. $this->logoffAt = $logoffAt;
  1026. }
  1027. public function setAppLikeUnlockCount($appLikeUnlockCount)
  1028. {
  1029. $this->appLikeUnlockCount = $appLikeUnlockCount;
  1030. }
  1031. public function setLoginAppPlatform($loginAppPlatform)
  1032. {
  1033. $this->loginAppPlatform = $loginAppPlatform;
  1034. }
  1035. public function setFeedCnt($feedCnt)
  1036. {
  1037. $this->feedCnt = $feedCnt;
  1038. }
  1039. public function setFeedLike($feedLike)
  1040. {
  1041. $this->feedLike = $feedLike;
  1042. }
  1043. public function setBgcolor($bgcolor)
  1044. {
  1045. $this->bgcolor = $bgcolor;
  1046. }
  1047. public function getAttributeMap()
  1048. {
  1049. return [
  1050. ['uid', 'uid', 'bail|integer', Constants::INTEGER, null],
  1051. ['sex', 'sex', 'bail|integer', Constants::INTEGER, null],
  1052. ['sxo', 'sxo', 'bail|integer', Constants::INTEGER, null],
  1053. ['feedSex', 'feed_sex', 'bail|integer', Constants::INTEGER, null],
  1054. ['headimgurl', 'headimgurl', 'bail|string', Constants::STRING, null],
  1055. ['nickname', 'nickname', 'bail|string', Constants::STRING, null],
  1056. ['goldFlower', 'gold_flower', 'bail|integer', Constants::INTEGER, null],
  1057. ['redFlower', 'red_flower', 'bail|numeric', Constants::FLOAT, 'numeric'],
  1058. ['ckCount', 'ck_count', 'bail|integer', Constants::INTEGER, null],
  1059. ['task', 'task', 'bail|string', Constants::STRING, null],
  1060. ['height', 'height', 'bail|integer', Constants::INTEGER, null],
  1061. ['age', 'age', 'bail|string', Constants::STRING, null],
  1062. ['home', 'home', 'bail|string', Constants::STRING, null],
  1063. ['address', 'address', 'bail|string', Constants::STRING, null],
  1064. ['partnerId', 'partner_id', 'bail|integer', Constants::INTEGER, null],
  1065. ['expect', 'expect', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1066. ['introduce', 'introduce', 'bail|string', Constants::STRING, null],
  1067. ['phone', 'phone', 'bail|string', Constants::STRING, null],
  1068. ['school', 'school', 'bail|string', Constants::STRING, null],
  1069. ['subject', 'subject', 'bail|string', Constants::STRING, null],
  1070. ['limit', 'limit', 'bail|string', Constants::STRING, null],
  1071. ['lastSign', 'last_sign', 'bail|integer', Constants::INTEGER, null],
  1072. ['updatedAt', 'updated_at', 'bail|string', Constants::STRING, null],
  1073. ['createdAt', 'created_at', 'bail|string', Constants::STRING, null],
  1074. ['signCon', 'sign_con', 'bail|integer', Constants::INTEGER, null],
  1075. ['hiding', 'hiding', 'bail|integer', Constants::INTEGER, null],
  1076. ['star', 'star', 'bail|string', Constants::STRING, null],
  1077. ['tag_1', 'tag_1', 'bail|string', Constants::STRING, null],
  1078. ['tag_2', 'tag_2', 'bail|string', Constants::STRING, null],
  1079. ['tag_3', 'tag_3', 'bail|string', Constants::STRING, null],
  1080. ['tag_4', 'tag_4', 'bail|string', Constants::STRING, null],
  1081. ['subscribeAt', 'subscribe_at', 'bail|integer', Constants::INTEGER, null],
  1082. ['fpdxLike', 'fpdx_like', 'bail|string', Constants::STRING, null],
  1083. ['kfAccount', 'kf_account', 'bail|string', Constants::STRING, null],
  1084. ['rollback', 'rollback', 'bail|integer', Constants::INTEGER, null],
  1085. ['qq', 'qq', 'bail|string', Constants::STRING, null],
  1086. ['weixin', 'weixin', 'bail|string', Constants::STRING, null],
  1087. ['education', 'education', 'bail|string', Constants::STRING, null],
  1088. ['loginAt', 'login_at', 'bail|integer', Constants::INTEGER, null],
  1089. ['voice', 'voice', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1090. ['pairMinAge', 'pair_min_age', 'bail|integer', Constants::INTEGER, null],
  1091. ['pairMaxAge', 'pair_max_age', 'bail|integer', Constants::INTEGER, null],
  1092. ['pairProvince', 'pair_province', 'bail|integer', Constants::INTEGER, null],
  1093. ['pairAll', 'pair_all', 'bail|integer', Constants::INTEGER, null],
  1094. ['photoSrc', 'photo_src', 'bail|string', Constants::STRING, null],
  1095. ['photo_1', 'photo_1', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1096. ['photo_2', 'photo_2', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1097. ['photo_3', 'photo_3', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1098. ['photo_4', 'photo_4', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1099. ['fullUrlPhotoSrc', 'full_url_photo_src', 'bail|string', Constants::STRING, null],
  1100. ['fullUrlPhoto1', 'full_url_photo1', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1101. ['fullUrlPhoto2', 'full_url_photo2', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1102. ['fullUrlPhoto3', 'full_url_photo3', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1103. ['fullUrlPhoto4', 'full_url_photo4', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1104. ['lastLife', 'last_life', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1105. ['why', 'why', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1106. ['pairVoice', 'pair_voice', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1107. ['jigsawAmount', 'jigsaw_amount', 'bail|integer', Constants::INTEGER, null],
  1108. ['wxkf', 'wxkf', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1109. ['sign', 'sign', 'bail|nullable|string', Constants::STRING | Constants::OPTIONAL, null],
  1110. ['isAutoExpand', 'is_auto_expand', 'bail|boolean', Constants::BOOLEAN, null],
  1111. ['onlyLast', 'only_last', 'bail|boolean', Constants::BOOLEAN, null],
  1112. ['lng', 'lng', 'bail|numeric', Constants::FLOAT, 'numeric'],
  1113. ['lat', 'lat', 'bail|numeric', Constants::FLOAT, 'numeric'],
  1114. ['location', 'location', 'bail|string', Constants::STRING, null],
  1115. ['feedDis', 'feed_dis', 'bail|integer', Constants::INTEGER, null],
  1116. ['identityAuth', 'identity_auth', 'bail|string', Constants::STRING, null],
  1117. ['wxAuth', 'wx_auth', 'bail|integer', Constants::INTEGER, null],
  1118. ['workState', 'work_state', 'bail|string', Constants::STRING, null],
  1119. ['claimTag', 'claim_tag', 'bail|string', Constants::STRING, null],
  1120. ['lastLikemeLockAt', 'last_likeme_lock_at', 'bail|integer', Constants::INTEGER, null],
  1121. ['beVipAt', 'be_vip_at', 'bail|integer', Constants::INTEGER, null],
  1122. ['supvipEndat', 'supvip_endat', 'bail|integer', Constants::INTEGER, null],
  1123. ['taskPhoto', 'task_photo', 'bail|boolean', Constants::BOOLEAN, null],
  1124. ['taskQuestion', 'task_question', 'bail|boolean', Constants::BOOLEAN, null],
  1125. ['taskSing', 'task_sing', 'bail|boolean', Constants::BOOLEAN, null],
  1126. ['taskQuestionData', 'task_question_data', 'bail|boolean', Constants::BOOLEAN, null],
  1127. ['logoffAt', 'logoff_at', 'bail|integer', Constants::INTEGER, null],
  1128. ['appLikeUnlockCount', 'app_like_unlock_count', 'bail|integer', Constants::INTEGER, null],
  1129. ['loginAppPlatform', 'login_app_platform', 'bail|string', Constants::STRING, null],
  1130. ['feedCnt', 'feed_cnt', 'bail|integer', Constants::INTEGER, null],
  1131. ['feedLike', 'feed_like', 'bail|integer', Constants::INTEGER, null],
  1132. ['bgcolor', 'bgcolor', 'bail|nullable|integer', Constants::INTEGER | Constants::OPTIONAL, null],
  1133. ];
  1134. }
  1135. }