FpdxProfileDTO.php 27 KB

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