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 | 
|---|---|
Long | 
getCreationTimestamp()
Get Group creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
 | 
String | 
getFaceModelVersion()
Get Algorithm model version used for face recognition. 
 | 
String[] | 
getGroupExDescriptions()
Get Custom group description field
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getGroupId()
Get Group ID 
 | 
String | 
getGroupName()
Get Group name 
 | 
String | 
getTag()
Get Group remarks
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreationTimestamp(Long CreationTimestamp)
Set Group creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
 | 
void | 
setFaceModelVersion(String FaceModelVersion)
Set Algorithm model version used for face recognition. 
 | 
void | 
setGroupExDescriptions(String[] GroupExDescriptions)
Set Custom group description field
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setGroupId(String GroupId)
Set Group ID 
 | 
void | 
setGroupName(String GroupName)
Set Group name 
 | 
void | 
setTag(String Tag)
Set Group remarks
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
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 - Group namepublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - Group IDpublic String[] getGroupExDescriptions()
public void setGroupExDescriptions(String[] GroupExDescriptions)
GroupExDescriptions - Custom group description field
Note: this field may return null, indicating that no valid values can be obtained.public String getTag()
public void setTag(String Tag)
Tag - Group remarks
Note: this field may return null, indicating that no valid values can be obtained.public String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion - Algorithm model version used for face recognition.
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreationTimestamp()
public void setCreationTimestamp(Long CreationTimestamp)
CreationTimestamp - Group creation time and date (`CreationTimestamp`), whose value is the number of milliseconds between the UNIX epoch time and the group creation time. 
The UNIX epoch time is 00:00:00, Thursday, January 1, 1970, Coordinated Universal Time (UTC). For more information, please see the UNIX time document.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.