GroupInfo.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?php
  2. /*
  3. * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. namespace TencentCloud\Iai\V20180301\Models;
  18. use TencentCloud\Common\AbstractModel;
  19. /**
  20. * 返回的人员库信息
  21. *
  22. * @method string getGroupName() 获取人员库名称
  23. * @method void setGroupName(string $GroupName) 设置人员库名称
  24. * @method string getGroupId() 获取人员库ID
  25. * @method void setGroupId(string $GroupId) 设置人员库ID
  26. * @method array getGroupExDescriptions() 获取人员库自定义描述字段
  27. 注意:此字段可能返回 null,表示取不到有效值。
  28. * @method void setGroupExDescriptions(array $GroupExDescriptions) 设置人员库自定义描述字段
  29. 注意:此字段可能返回 null,表示取不到有效值。
  30. * @method string getTag() 获取人员库信息备注
  31. 注意:此字段可能返回 null,表示取不到有效值。
  32. * @method void setTag(string $Tag) 设置人员库信息备注
  33. 注意:此字段可能返回 null,表示取不到有效值。
  34. * @method string getFaceModelVersion() 获取人脸识别所用的算法模型版本。
  35. 注意:此字段可能返回 null,表示取不到有效值。
  36. * @method void setFaceModelVersion(string $FaceModelVersion) 设置人脸识别所用的算法模型版本。
  37. 注意:此字段可能返回 null,表示取不到有效值。
  38. * @method integer getCreationTimestamp() 获取Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。
  39. Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。有关更多信息,请参阅 Unix 时间。
  40. 注意:此字段可能返回 null,表示取不到有效值。
  41. * @method void setCreationTimestamp(integer $CreationTimestamp) 设置Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。
  42. Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。有关更多信息,请参阅 Unix 时间。
  43. 注意:此字段可能返回 null,表示取不到有效值。
  44. */
  45. class GroupInfo extends AbstractModel
  46. {
  47. /**
  48. * @var string 人员库名称
  49. */
  50. public $GroupName;
  51. /**
  52. * @var string 人员库ID
  53. */
  54. public $GroupId;
  55. /**
  56. * @var array 人员库自定义描述字段
  57. 注意:此字段可能返回 null,表示取不到有效值。
  58. */
  59. public $GroupExDescriptions;
  60. /**
  61. * @var string 人员库信息备注
  62. 注意:此字段可能返回 null,表示取不到有效值。
  63. */
  64. public $Tag;
  65. /**
  66. * @var string 人脸识别所用的算法模型版本。
  67. 注意:此字段可能返回 null,表示取不到有效值。
  68. */
  69. public $FaceModelVersion;
  70. /**
  71. * @var integer Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。
  72. Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。有关更多信息,请参阅 Unix 时间。
  73. 注意:此字段可能返回 null,表示取不到有效值。
  74. */
  75. public $CreationTimestamp;
  76. /**
  77. * @param string $GroupName 人员库名称
  78. * @param string $GroupId 人员库ID
  79. * @param array $GroupExDescriptions 人员库自定义描述字段
  80. 注意:此字段可能返回 null,表示取不到有效值。
  81. * @param string $Tag 人员库信息备注
  82. 注意:此字段可能返回 null,表示取不到有效值。
  83. * @param string $FaceModelVersion 人脸识别所用的算法模型版本。
  84. 注意:此字段可能返回 null,表示取不到有效值。
  85. * @param integer $CreationTimestamp Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。
  86. Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。有关更多信息,请参阅 Unix 时间。
  87. 注意:此字段可能返回 null,表示取不到有效值。
  88. */
  89. function __construct()
  90. {
  91. }
  92. /**
  93. * For internal only. DO NOT USE IT.
  94. */
  95. public function deserialize($param)
  96. {
  97. if ($param === null) {
  98. return;
  99. }
  100. if (array_key_exists("GroupName",$param) and $param["GroupName"] !== null) {
  101. $this->GroupName = $param["GroupName"];
  102. }
  103. if (array_key_exists("GroupId",$param) and $param["GroupId"] !== null) {
  104. $this->GroupId = $param["GroupId"];
  105. }
  106. if (array_key_exists("GroupExDescriptions",$param) and $param["GroupExDescriptions"] !== null) {
  107. $this->GroupExDescriptions = $param["GroupExDescriptions"];
  108. }
  109. if (array_key_exists("Tag",$param) and $param["Tag"] !== null) {
  110. $this->Tag = $param["Tag"];
  111. }
  112. if (array_key_exists("FaceModelVersion",$param) and $param["FaceModelVersion"] !== null) {
  113. $this->FaceModelVersion = $param["FaceModelVersion"];
  114. }
  115. if (array_key_exists("CreationTimestamp",$param) and $param["CreationTimestamp"] !== null) {
  116. $this->CreationTimestamp = $param["CreationTimestamp"];
  117. }
  118. }
  119. }