public class GetGroupInfoResponse extends AbstractModel
Constructor and Description |
---|
GetGroupInfoResponse() |
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
|
String |
getGroupId()
Get Group ID
|
String |
getGroupName()
Get Group name
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTag()
Get Group remarks
|
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
|
void |
setGroupId(String GroupId)
Set Group ID
|
void |
setGroupName(String GroupName)
Set Group name
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTag(String Tag)
Set Group remarks
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 fieldpublic String getTag()
public void setTag(String Tag)
Tag
- Group remarkspublic String getFaceModelVersion()
public void setFaceModelVersion(String FaceModelVersion)
FaceModelVersion
- Algorithm model version used for face recognition.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.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.