Class ModifyPersonResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.ModifyPersonResponse
-
public class ModifyPersonResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyPersonResponse()
ModifyPersonResponse(ModifyPersonResponse 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaceInfo[]
getFaceInfoSet()
Get 人脸信息String
getLibraryId()
Get 人员所属人员库标识符String
getPersonId()
Get 人员唯一标识符String
getPersonName()
Get 人员名称String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setFaceInfoSet(FaceInfo[] FaceInfoSet)
Set 人脸信息void
setLibraryId(String LibraryId)
Set 人员所属人员库标识符void
setPersonId(String PersonId)
Set 人员唯一标识符void
setPersonName(String PersonName)
Set 人员名称void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
toMap(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
-
ModifyPersonResponse
public ModifyPersonResponse()
-
ModifyPersonResponse
public ModifyPersonResponse(ModifyPersonResponse 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
-
getFaceInfoSet
public FaceInfo[] getFaceInfoSet()
Get 人脸信息- Returns:
- FaceInfoSet 人脸信息
-
setFaceInfoSet
public void setFaceInfoSet(FaceInfo[] FaceInfoSet)
Set 人脸信息- Parameters:
FaceInfoSet
- 人脸信息
-
getLibraryId
public String getLibraryId()
Get 人员所属人员库标识符- Returns:
- LibraryId 人员所属人员库标识符
-
setLibraryId
public void setLibraryId(String LibraryId)
Set 人员所属人员库标识符- Parameters:
LibraryId
- 人员所属人员库标识符
-
getPersonId
public String getPersonId()
Get 人员唯一标识符- Returns:
- PersonId 人员唯一标识符
-
setPersonId
public void setPersonId(String PersonId)
Set 人员唯一标识符- Parameters:
PersonId
- 人员唯一标识符
-
getPersonName
public String getPersonName()
Get 人员名称- Returns:
- PersonName 人员名称
-
setPersonName
public void setPersonName(String PersonName)
Set 人员名称- Parameters:
PersonName
- 人员名称
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-