public class AbsenceInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLibraryIds()
Get 识别到的人员所在的库id
|
String |
getPersonId()
Get 识别到的人员id
|
void |
setLibraryIds(String LibraryIds)
Set 识别到的人员所在的库id
|
void |
setPersonId(String PersonId)
Set 识别到的人员id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AbsenceInfo()
public AbsenceInfo(AbsenceInfo source)
public String getLibraryIds()
public void setLibraryIds(String LibraryIds)
LibraryIds
- 识别到的人员所在的库idpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 识别到的人员idCopyright © 2024. All rights reserved.