Class ModifyPersonBaseInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20200303.models.ModifyPersonBaseInfoRequest
-
public class ModifyPersonBaseInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyPersonBaseInfoRequest()ModifyPersonBaseInfoRequest(ModifyPersonBaseInfoRequest 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 LonggetGender()Get 需要修改的人员性别,1代表男性,2代表女性StringgetPersonId()Get 人员ID,取值为创建人员接口中的PersonIdStringgetPersonName()Get 需要修改的人员名称voidsetGender(Long Gender)Set 需要修改的人员性别,1代表男性,2代表女性voidsetPersonId(String PersonId)Set 人员ID,取值为创建人员接口中的PersonIdvoidsetPersonName(String PersonName)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
-
ModifyPersonBaseInfoRequest
public ModifyPersonBaseInfoRequest()
-
ModifyPersonBaseInfoRequest
public ModifyPersonBaseInfoRequest(ModifyPersonBaseInfoRequest 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
-
getPersonId
public String getPersonId()
Get 人员ID,取值为创建人员接口中的PersonId- Returns:
- PersonId 人员ID,取值为创建人员接口中的PersonId
-
setPersonId
public void setPersonId(String PersonId)
Set 人员ID,取值为创建人员接口中的PersonId- Parameters:
PersonId- 人员ID,取值为创建人员接口中的PersonId
-
getPersonName
public String getPersonName()
Get 需要修改的人员名称- Returns:
- PersonName 需要修改的人员名称
-
setPersonName
public void setPersonName(String PersonName)
Set 需要修改的人员名称- Parameters:
PersonName- 需要修改的人员名称
-
getGender
public Long getGender()
Get 需要修改的人员性别,1代表男性,2代表女性- Returns:
- Gender 需要修改的人员性别,1代表男性,2代表女性
-
setGender
public void setGender(Long Gender)
Set 需要修改的人员性别,1代表男性,2代表女性- Parameters:
Gender- 需要修改的人员性别,1代表男性,2代表女性
-
-