Class GroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.GroupInfo
-
public class GroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBodyModelVersion()Get 人体识别所用的算法模型版本。LonggetCreationTimestamp()Get Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。StringgetGroupId()Get 人体库ID。StringgetGroupName()Get 人体库名称。StringgetTag()Get 人体库信息备注。voidsetBodyModelVersion(String BodyModelVersion)Set 人体识别所用的算法模型版本。voidsetCreationTimestamp(Long CreationTimestamp)Set Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。voidsetGroupId(String GroupId)Set 人体库ID。voidsetGroupName(String GroupName)Set 人体库名称。voidsetTag(String Tag)Set 人体库信息备注。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GroupInfo
public GroupInfo()
-
GroupInfo
public 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.
-
-
Method Detail
-
getGroupName
public String getGroupName()
Get 人体库名称。- Returns:
- GroupName 人体库名称。
-
setGroupName
public void setGroupName(String GroupName)
Set 人体库名称。- Parameters:
GroupName- 人体库名称。
-
getGroupId
public String getGroupId()
Get 人体库ID。- Returns:
- GroupId 人体库ID。
-
setGroupId
public void setGroupId(String GroupId)
Set 人体库ID。- Parameters:
GroupId- 人体库ID。
-
getTag
public String getTag()
Get 人体库信息备注。- Returns:
- Tag 人体库信息备注。
-
setTag
public void setTag(String Tag)
Set 人体库信息备注。- Parameters:
Tag- 人体库信息备注。
-
getBodyModelVersion
public String getBodyModelVersion()
Get 人体识别所用的算法模型版本。- Returns:
- BodyModelVersion 人体识别所用的算法模型版本。
-
setBodyModelVersion
public void setBodyModelVersion(String BodyModelVersion)
Set 人体识别所用的算法模型版本。- Parameters:
BodyModelVersion- 人体识别所用的算法模型版本。
-
getCreationTimestamp
public Long getCreationTimestamp()
Get Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。- Returns:
- CreationTimestamp Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。
-
setCreationTimestamp
public void setCreationTimestamp(Long CreationTimestamp)
Set Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。- Parameters:
CreationTimestamp- Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。 Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 。
-
-