InitFaceVerifyRequest.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. <?php
  2. // This file is auto-generated, don't edit it. Thanks.
  3. namespace AlibabaCloud\SDK\Cloudauth\V20190307\Models;
  4. use AlibabaCloud\Tea\Model;
  5. class InitFaceVerifyRequest extends Model
  6. {
  7. /**
  8. * @var string
  9. */
  10. public $authId;
  11. /**
  12. * @var string
  13. */
  14. public $callbackToken;
  15. /**
  16. * @var string
  17. */
  18. public $callbackUrl;
  19. /**
  20. * @var string
  21. */
  22. public $certName;
  23. /**
  24. * @var string
  25. */
  26. public $certNo;
  27. /**
  28. * @var string
  29. */
  30. public $certType;
  31. /**
  32. * @var string
  33. */
  34. public $certifyId;
  35. /**
  36. * @var string
  37. */
  38. public $certifyUrlType;
  39. /**
  40. * @var string
  41. */
  42. public $crop;
  43. /**
  44. * @var string
  45. */
  46. public $encryptType;
  47. /**
  48. * @var string
  49. */
  50. public $faceContrastPicture;
  51. /**
  52. * @var string
  53. */
  54. public $faceContrastPictureUrl;
  55. /**
  56. * @var string
  57. */
  58. public $ip;
  59. /**
  60. * @var string
  61. */
  62. public $metaInfo;
  63. /**
  64. * @var string
  65. */
  66. public $mobile;
  67. /**
  68. * @var string
  69. */
  70. public $model;
  71. /**
  72. * @var string
  73. */
  74. public $ossBucketName;
  75. /**
  76. * @var string
  77. */
  78. public $ossObjectName;
  79. /**
  80. * @var string
  81. */
  82. public $outerOrderNo;
  83. /**
  84. * @var string
  85. */
  86. public $productCode;
  87. /**
  88. * @var string
  89. */
  90. public $returnUrl;
  91. /**
  92. * @var int
  93. */
  94. public $sceneId;
  95. /**
  96. * @var string
  97. */
  98. public $userId;
  99. protected $_name = [
  100. 'authId' => 'AuthId',
  101. 'callbackToken' => 'CallbackToken',
  102. 'callbackUrl' => 'CallbackUrl',
  103. 'certName' => 'CertName',
  104. 'certNo' => 'CertNo',
  105. 'certType' => 'CertType',
  106. 'certifyId' => 'CertifyId',
  107. 'certifyUrlType' => 'CertifyUrlType',
  108. 'crop' => 'Crop',
  109. 'encryptType' => 'EncryptType',
  110. 'faceContrastPicture' => 'FaceContrastPicture',
  111. 'faceContrastPictureUrl' => 'FaceContrastPictureUrl',
  112. 'ip' => 'Ip',
  113. 'metaInfo' => 'MetaInfo',
  114. 'mobile' => 'Mobile',
  115. 'model' => 'Model',
  116. 'ossBucketName' => 'OssBucketName',
  117. 'ossObjectName' => 'OssObjectName',
  118. 'outerOrderNo' => 'OuterOrderNo',
  119. 'productCode' => 'ProductCode',
  120. 'returnUrl' => 'ReturnUrl',
  121. 'sceneId' => 'SceneId',
  122. 'userId' => 'UserId',
  123. ];
  124. public function validate()
  125. {
  126. }
  127. public function toMap()
  128. {
  129. $res = [];
  130. if (null !== $this->authId) {
  131. $res['AuthId'] = $this->authId;
  132. }
  133. if (null !== $this->callbackToken) {
  134. $res['CallbackToken'] = $this->callbackToken;
  135. }
  136. if (null !== $this->callbackUrl) {
  137. $res['CallbackUrl'] = $this->callbackUrl;
  138. }
  139. if (null !== $this->certName) {
  140. $res['CertName'] = $this->certName;
  141. }
  142. if (null !== $this->certNo) {
  143. $res['CertNo'] = $this->certNo;
  144. }
  145. if (null !== $this->certType) {
  146. $res['CertType'] = $this->certType;
  147. }
  148. if (null !== $this->certifyId) {
  149. $res['CertifyId'] = $this->certifyId;
  150. }
  151. if (null !== $this->certifyUrlType) {
  152. $res['CertifyUrlType'] = $this->certifyUrlType;
  153. }
  154. if (null !== $this->crop) {
  155. $res['Crop'] = $this->crop;
  156. }
  157. if (null !== $this->encryptType) {
  158. $res['EncryptType'] = $this->encryptType;
  159. }
  160. if (null !== $this->faceContrastPicture) {
  161. $res['FaceContrastPicture'] = $this->faceContrastPicture;
  162. }
  163. if (null !== $this->faceContrastPictureUrl) {
  164. $res['FaceContrastPictureUrl'] = $this->faceContrastPictureUrl;
  165. }
  166. if (null !== $this->ip) {
  167. $res['Ip'] = $this->ip;
  168. }
  169. if (null !== $this->metaInfo) {
  170. $res['MetaInfo'] = $this->metaInfo;
  171. }
  172. if (null !== $this->mobile) {
  173. $res['Mobile'] = $this->mobile;
  174. }
  175. if (null !== $this->model) {
  176. $res['Model'] = $this->model;
  177. }
  178. if (null !== $this->ossBucketName) {
  179. $res['OssBucketName'] = $this->ossBucketName;
  180. }
  181. if (null !== $this->ossObjectName) {
  182. $res['OssObjectName'] = $this->ossObjectName;
  183. }
  184. if (null !== $this->outerOrderNo) {
  185. $res['OuterOrderNo'] = $this->outerOrderNo;
  186. }
  187. if (null !== $this->productCode) {
  188. $res['ProductCode'] = $this->productCode;
  189. }
  190. if (null !== $this->returnUrl) {
  191. $res['ReturnUrl'] = $this->returnUrl;
  192. }
  193. if (null !== $this->sceneId) {
  194. $res['SceneId'] = $this->sceneId;
  195. }
  196. if (null !== $this->userId) {
  197. $res['UserId'] = $this->userId;
  198. }
  199. return $res;
  200. }
  201. /**
  202. * @param array $map
  203. *
  204. * @return InitFaceVerifyRequest
  205. */
  206. public static function fromMap($map = [])
  207. {
  208. $model = new self();
  209. if (isset($map['AuthId'])) {
  210. $model->authId = $map['AuthId'];
  211. }
  212. if (isset($map['CallbackToken'])) {
  213. $model->callbackToken = $map['CallbackToken'];
  214. }
  215. if (isset($map['CallbackUrl'])) {
  216. $model->callbackUrl = $map['CallbackUrl'];
  217. }
  218. if (isset($map['CertName'])) {
  219. $model->certName = $map['CertName'];
  220. }
  221. if (isset($map['CertNo'])) {
  222. $model->certNo = $map['CertNo'];
  223. }
  224. if (isset($map['CertType'])) {
  225. $model->certType = $map['CertType'];
  226. }
  227. if (isset($map['CertifyId'])) {
  228. $model->certifyId = $map['CertifyId'];
  229. }
  230. if (isset($map['CertifyUrlType'])) {
  231. $model->certifyUrlType = $map['CertifyUrlType'];
  232. }
  233. if (isset($map['Crop'])) {
  234. $model->crop = $map['Crop'];
  235. }
  236. if (isset($map['EncryptType'])) {
  237. $model->encryptType = $map['EncryptType'];
  238. }
  239. if (isset($map['FaceContrastPicture'])) {
  240. $model->faceContrastPicture = $map['FaceContrastPicture'];
  241. }
  242. if (isset($map['FaceContrastPictureUrl'])) {
  243. $model->faceContrastPictureUrl = $map['FaceContrastPictureUrl'];
  244. }
  245. if (isset($map['Ip'])) {
  246. $model->ip = $map['Ip'];
  247. }
  248. if (isset($map['MetaInfo'])) {
  249. $model->metaInfo = $map['MetaInfo'];
  250. }
  251. if (isset($map['Mobile'])) {
  252. $model->mobile = $map['Mobile'];
  253. }
  254. if (isset($map['Model'])) {
  255. $model->model = $map['Model'];
  256. }
  257. if (isset($map['OssBucketName'])) {
  258. $model->ossBucketName = $map['OssBucketName'];
  259. }
  260. if (isset($map['OssObjectName'])) {
  261. $model->ossObjectName = $map['OssObjectName'];
  262. }
  263. if (isset($map['OuterOrderNo'])) {
  264. $model->outerOrderNo = $map['OuterOrderNo'];
  265. }
  266. if (isset($map['ProductCode'])) {
  267. $model->productCode = $map['ProductCode'];
  268. }
  269. if (isset($map['ReturnUrl'])) {
  270. $model->returnUrl = $map['ReturnUrl'];
  271. }
  272. if (isset($map['SceneId'])) {
  273. $model->sceneId = $map['SceneId'];
  274. }
  275. if (isset($map['UserId'])) {
  276. $model->userId = $map['UserId'];
  277. }
  278. return $model;
  279. }
  280. }