public class GroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupInfo() | 
| GroupInfo(GroupInfo 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 | 
|---|---|
| String | getBodyModelVersion()Get 人体识别所用的算法模型版本。 | 
| Long | getCreationTimestamp()Get Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。  
Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。 | 
| String | getGroupId()Get 人体库ID。 | 
| String | getGroupName()Get 人体库名称。 | 
| String | getTag()Get 人体库信息备注。 | 
| void | setBodyModelVersion(String BodyModelVersion)Set 人体识别所用的算法模型版本。 | 
| void | setCreationTimestamp(Long CreationTimestamp)Set Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。  
Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。 | 
| void | setGroupId(String GroupId)Set 人体库ID。 | 
| void | setGroupName(String GroupName)Set 人体库名称。 | 
| 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 GroupInfo()
public GroupInfo(GroupInfo source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 人体库名称。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 人体库ID。public String getTag()
public void setTag(String Tag)
Tag - 人体库信息备注。public String getBodyModelVersion()
public void setBodyModelVersion(String BodyModelVersion)
BodyModelVersion - 人体识别所用的算法模型版本。public Long getCreationTimestamp()
public void setCreationTimestamp(Long CreationTimestamp)
CreationTimestamp - Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。  
Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。Copyright © 2025. All rights reserved.