Class AbsenceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.AbsenceInfo
-
public class AbsenceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AbsenceInfo()AbsenceInfo(AbsenceInfo 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 StringgetLibraryIds()Get 识别到的人员所在的库idStringgetPersonId()Get 识别到的人员idvoidsetLibraryIds(String LibraryIds)Set 识别到的人员所在的库idvoidsetPersonId(String PersonId)Set 识别到的人员idvoidtoMap(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
-
AbsenceInfo
public AbsenceInfo()
-
AbsenceInfo
public AbsenceInfo(AbsenceInfo 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
-
getLibraryIds
public String getLibraryIds()
Get 识别到的人员所在的库id- Returns:
- LibraryIds 识别到的人员所在的库id
-
setLibraryIds
public void setLibraryIds(String LibraryIds)
Set 识别到的人员所在的库id- Parameters:
LibraryIds- 识别到的人员所在的库id
-
getPersonId
public String getPersonId()
Get 识别到的人员id- Returns:
- PersonId 识别到的人员id
-
setPersonId
public void setPersonId(String PersonId)
Set 识别到的人员id- Parameters:
PersonId- 识别到的人员id
-
-