123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- <?php
- // This file is auto-generated, don't edit it. Thanks.
- namespace AlibabaCloud\SDK\Cloudauth\V20190307\Models;
- use AlibabaCloud\Tea\Model;
- class ContrastFaceVerifyRequest extends Model
- {
- /**
- * @var string
- */
- public $certName;
- /**
- * @var string
- */
- public $certNo;
- /**
- * @var string
- */
- public $certType;
- /**
- * @var string
- */
- public $certifyId;
- /**
- * @var string
- */
- public $crop;
- /**
- * @var string
- */
- public $deviceToken;
- /**
- * @var string
- */
- public $encryptType;
- /**
- * @var string
- */
- public $faceContrastFile;
- /**
- * @var string
- */
- public $faceContrastPicture;
- /**
- * @var string
- */
- public $faceContrastPictureUrl;
- /**
- * @var string
- */
- public $ip;
- /**
- * @var string
- */
- public $mobile;
- /**
- * @var string
- */
- public $model;
- /**
- * @var string
- */
- public $ossBucketName;
- /**
- * @var string
- */
- public $ossObjectName;
- /**
- * @var string
- */
- public $outerOrderNo;
- /**
- * @var string
- */
- public $productCode;
- /**
- * @var int
- */
- public $sceneId;
- /**
- * @var string
- */
- public $userId;
- protected $_name = [
- 'certName' => 'CertName',
- 'certNo' => 'CertNo',
- 'certType' => 'CertType',
- 'certifyId' => 'CertifyId',
- 'crop' => 'Crop',
- 'deviceToken' => 'DeviceToken',
- 'encryptType' => 'EncryptType',
- 'faceContrastFile' => 'FaceContrastFile',
- 'faceContrastPicture' => 'FaceContrastPicture',
- 'faceContrastPictureUrl' => 'FaceContrastPictureUrl',
- 'ip' => 'Ip',
- 'mobile' => 'Mobile',
- 'model' => 'Model',
- 'ossBucketName' => 'OssBucketName',
- 'ossObjectName' => 'OssObjectName',
- 'outerOrderNo' => 'OuterOrderNo',
- 'productCode' => 'ProductCode',
- 'sceneId' => 'SceneId',
- 'userId' => 'UserId',
- ];
- public function validate()
- {
- }
- public function toMap()
- {
- $res = [];
- if (null !== $this->certName) {
- $res['CertName'] = $this->certName;
- }
- if (null !== $this->certNo) {
- $res['CertNo'] = $this->certNo;
- }
- if (null !== $this->certType) {
- $res['CertType'] = $this->certType;
- }
- if (null !== $this->certifyId) {
- $res['CertifyId'] = $this->certifyId;
- }
- if (null !== $this->crop) {
- $res['Crop'] = $this->crop;
- }
- if (null !== $this->deviceToken) {
- $res['DeviceToken'] = $this->deviceToken;
- }
- if (null !== $this->encryptType) {
- $res['EncryptType'] = $this->encryptType;
- }
- if (null !== $this->faceContrastFile) {
- $res['FaceContrastFile'] = $this->faceContrastFile;
- }
- if (null !== $this->faceContrastPicture) {
- $res['FaceContrastPicture'] = $this->faceContrastPicture;
- }
- if (null !== $this->faceContrastPictureUrl) {
- $res['FaceContrastPictureUrl'] = $this->faceContrastPictureUrl;
- }
- if (null !== $this->ip) {
- $res['Ip'] = $this->ip;
- }
- if (null !== $this->mobile) {
- $res['Mobile'] = $this->mobile;
- }
- if (null !== $this->model) {
- $res['Model'] = $this->model;
- }
- if (null !== $this->ossBucketName) {
- $res['OssBucketName'] = $this->ossBucketName;
- }
- if (null !== $this->ossObjectName) {
- $res['OssObjectName'] = $this->ossObjectName;
- }
- if (null !== $this->outerOrderNo) {
- $res['OuterOrderNo'] = $this->outerOrderNo;
- }
- if (null !== $this->productCode) {
- $res['ProductCode'] = $this->productCode;
- }
- if (null !== $this->sceneId) {
- $res['SceneId'] = $this->sceneId;
- }
- if (null !== $this->userId) {
- $res['UserId'] = $this->userId;
- }
- return $res;
- }
- /**
- * @param array $map
- *
- * @return ContrastFaceVerifyRequest
- */
- public static function fromMap($map = [])
- {
- $model = new self();
- if (isset($map['CertName'])) {
- $model->certName = $map['CertName'];
- }
- if (isset($map['CertNo'])) {
- $model->certNo = $map['CertNo'];
- }
- if (isset($map['CertType'])) {
- $model->certType = $map['CertType'];
- }
- if (isset($map['CertifyId'])) {
- $model->certifyId = $map['CertifyId'];
- }
- if (isset($map['Crop'])) {
- $model->crop = $map['Crop'];
- }
- if (isset($map['DeviceToken'])) {
- $model->deviceToken = $map['DeviceToken'];
- }
- if (isset($map['EncryptType'])) {
- $model->encryptType = $map['EncryptType'];
- }
- if (isset($map['FaceContrastFile'])) {
- $model->faceContrastFile = $map['FaceContrastFile'];
- }
- if (isset($map['FaceContrastPicture'])) {
- $model->faceContrastPicture = $map['FaceContrastPicture'];
- }
- if (isset($map['FaceContrastPictureUrl'])) {
- $model->faceContrastPictureUrl = $map['FaceContrastPictureUrl'];
- }
- if (isset($map['Ip'])) {
- $model->ip = $map['Ip'];
- }
- if (isset($map['Mobile'])) {
- $model->mobile = $map['Mobile'];
- }
- if (isset($map['Model'])) {
- $model->model = $map['Model'];
- }
- if (isset($map['OssBucketName'])) {
- $model->ossBucketName = $map['OssBucketName'];
- }
- if (isset($map['OssObjectName'])) {
- $model->ossObjectName = $map['OssObjectName'];
- }
- if (isset($map['OuterOrderNo'])) {
- $model->outerOrderNo = $map['OuterOrderNo'];
- }
- if (isset($map['ProductCode'])) {
- $model->productCode = $map['ProductCode'];
- }
- if (isset($map['SceneId'])) {
- $model->sceneId = $map['SceneId'];
- }
- if (isset($map['UserId'])) {
- $model->userId = $map['UserId'];
- }
- return $model;
- }
- }
|