public class GetGroupInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetGroupInfoResponse() | 
| GetGroupInfoResponse(GetGroupInfoResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCreationTimestamp()Get Group的创建时间和日期。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 | 
| String | getFaceModelVersion()Get 人脸识别所用的算法模型版本。 | 
| String[] | getGroupExDescriptions()Get 人员库自定义描述字段。 | 
| String | getGroupId()Get 人员库ID。 | 
| String | getGroupName()Get 人员库名称。 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getTag()Get 人员库信息备注。 | 
| void | setCreationTimestamp(Long CreationTimestamp)Set Group的创建时间和日期。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 | 
| void | setFaceModelVersion(String FaceModelVersion)Set 人脸识别所用的算法模型版本。 | 
| void | setGroupExDescriptions(String[] GroupExDescriptions)Set 人员库自定义描述字段。 | 
| void | setGroupId(String GroupId)Set 人员库ID。 | 
| void | setGroupName(String GroupName)Set 人员库名称。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTag(String Tag)Set 人员库信息备注。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetGroupInfoResponse()
public GetGroupInfoResponse(GetGroupInfoResponse source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 人员库名称。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 人员库ID。public String[] getGroupExDescriptions()
public void setGroupExDescriptions(String[] GroupExDescriptions)
GroupExDescriptions - 人员库自定义描述字段。public String getTag()
public void setTag(String Tag)
Tag - 人员库信息备注。public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion - 人脸识别所用的算法模型版本。public Long getCreationTimestamp()
public void setCreationTimestamp(Long CreationTimestamp)
CreationTimestamp - Group的创建时间和日期。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.