@Generated(value="com.microsoft.thrifty.gen.ThriftyCodeGenerator",
comments="https://github.com/microsoft/thrifty")
public class IFaceLogClient
extends com.microsoft.thrifty.service.AsyncClientBase
implements IFaceLog
| 构造器和说明 |
|---|
IFaceLogClient(com.microsoft.thrifty.protocol.Protocol protocol,
com.microsoft.thrifty.service.AsyncClientBase.Listener listener) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addErrorLog(ErrorLogBean errorLogBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addFeature(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<FaceBean> faecBeans,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addFeatureMulti(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addFeatureWithImage(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.lang.Boolean asIdPhotoIfAbsent,
okio.ByteString featurePhoto,
FaceBean faceBean,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addImage(okio.ByteString imageData,
java.lang.Integer deviceId,
FaceBean faceBean,
java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
addLog(LogBean logBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogFull(LogBean logBean,
FaceBean faceBean,
okio.ByteString featureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogs(java.util.List<LogBean> beans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogsFull(java.util.List<LogBean> logBeans,
java.util.List<FaceBean> faceBeans,
java.util.List<okio.ByteString> featureImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogsWithFaceImage(java.util.List<LogBean> logBeans,
java.util.List<okio.ByteString> faceImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogWithFaceImage(LogBean logBean,
okio.ByteString faceImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
applyAckChannel(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
applyAckChannelWithDuration(java.lang.Integer duration,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
applyCmdSn(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
applyPersonToken(java.lang.Integer personId,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
applyRootToken(java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
applyUserToken(java.lang.Integer userid,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
bindBorder(java.lang.Integer personGroupId,
java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
childListForDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
childListForPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
countDeviceByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countDeviceGroupByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countErrorLogByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByVerifyTime(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByVerifyTimeTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonGroupByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonLog(java.lang.Integer personId,
java.lang.Long startDate,
java.lang.Long endDate,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback) |
void |
countPersonLogTimeStr(java.lang.Integer personId,
java.lang.String startDate,
java.lang.String endDate,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback) |
void |
createTempPwd(java.lang.Integer targetId,
TmpPwdTargetType targetType,
java.lang.String expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
createTempPwdWithDuration(java.lang.Integer targetId,
TmpPwdTargetType targetType,
java.lang.Integer duration,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
deleteAllFeaturesByPersonId(java.lang.Integer personId,
java.lang.Boolean deleteImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteDevice(java.lang.Integer id,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
deleteDeviceByMac(java.lang.String mac,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
deleteDeviceGroup(java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteErrorLogByWhere(java.lang.String where,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteFeature(java.lang.String featureMd5,
java.lang.Boolean deleteImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
deleteGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteImage(java.lang.String imageMd5,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteLogByWhere(java.lang.String where,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePermitById(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePerson(java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonByPapersNum(java.lang.String papersNum,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonGroup(java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonGroupPermit(java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersons(java.util.List<java.lang.Integer> personIdList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonsByPapersNum(java.util.List<java.lang.String> papersNumlist,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
disablePerson(java.lang.Integer personId,
java.lang.Integer moveToGroupId,
java.lang.Boolean deletePhoto,
java.lang.Boolean deleteFeature,
java.lang.Boolean deleteLog,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
disablePersonList(java.util.List<java.lang.Integer> personIdList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
existsDevice(java.lang.Integer id,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsImage(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsPerson(java.lang.Integer persionId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
faceRecognizePersonPermitted(okio.ByteString imageData,
java.lang.Double threshold,
java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
getDevice(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
getDeviceByMac(java.lang.String mac,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
getDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback) |
void |
getDeviceGroups(java.util.List<java.lang.Integer> groupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceGroupBean>> callback) |
void |
getDeviceGroupsBelongs(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceGroupsPermit(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceGroupsPermittedBy(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceIdOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
getDevices(java.util.List<java.lang.Integer> idList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback) |
void |
getDevicesOfGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getFace(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback) |
void |
getFaceApiParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getFacesOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
getFacesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
getFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
getFeatureBytes(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getFeatureBytesList(java.util.List<java.lang.String> md5List,
java.lang.Boolean truncation,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<okio.ByteString>> callback) |
void |
getFeatureBytesTruncation(java.lang.String md5,
java.lang.Boolean truncation,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getFeatures(java.util.List<java.lang.String> md5List,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |
void |
getFeaturesByPersonIdAndSdkVersion(java.lang.Integer personId,
java.lang.String sdkVersion,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesOfPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesPermittedOnDevice(java.lang.Integer deviceId,
java.lang.Boolean ignoreSchedule,
java.lang.String sdkVersion,
java.util.List<java.lang.String> excludeFeatureIds,
java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getGroupPermit(java.lang.Integer deviceId,
java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getGroupPermits(java.lang.Integer deviceId,
java.util.List<java.lang.Integer> personGroupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
getImage(java.lang.String imageMD5,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
getImageBytes(java.lang.String imageMD5,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getImageBytesRef(java.lang.String primaryKey,
java.lang.String refType,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getImageRef(java.lang.String primaryKey,
java.lang.String refType,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
getImagesAssociatedByFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getLogBeansByPersonId(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback) |
void |
getMessageQueueParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback) |
void |
getPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByMobilePhone(java.lang.String mobilePhone,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByMobilePhoneReal(java.lang.String mobilePhone,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByPapersNum(java.lang.String papersNum,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByPapersNumReal(java.lang.String papersNum,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback) |
void |
getPersonGroups(java.util.List<java.lang.Integer> groupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonGroupBean>> callback) |
void |
getPersonGroupsBelongs(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonGroupsPermittedBy(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonPermit(java.lang.Integer deviceId,
java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getPersonPermits(java.lang.Integer deviceId,
java.util.List<java.lang.Integer> personIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
getPersonReal(java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersons(java.util.List<java.lang.Integer> idList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
getPersonsOfGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonsPermittedOnDevice(java.lang.Integer deviceId,
java.lang.Boolean ignoreSchedule,
java.util.List<java.lang.Integer> excludePersonIds,
java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonsReal(java.util.List<java.lang.Integer> idList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
getProperties(java.lang.String prefix,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getProperty(java.lang.String key,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
getRedisParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback) |
void |
getServiceConfig(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getSubDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getSubPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getTargetInfo4PwdOnDevice(java.lang.String pwd,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<TmpwdTargetInfo> callback) |
void |
initTopGroup(TopGroupInfo groupInfo,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
isDisable(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isLocal(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
iso8601Time(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
isValidAckChannel(java.lang.String ackChannel,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidCmdSn(java.lang.Integer cmdSn,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidDeviceToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidPassword(java.lang.String userId,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidPersonToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidRootToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidUserToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
listOfParentForDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
listOfParentForPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadAllPerson(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback) |
void |
loadDeviceGroupByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceGroupIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDistinctIntegerColumn(java.lang.String table,
java.lang.String column,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDistinctStringColumn(java.lang.String table,
java.lang.String column,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadErrorLogByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<ErrorLogBean>> callback) |
void |
loadFeatureMd5ByUpdate(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadFeatureMd5ByUpdateTimeStr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadLogByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback) |
void |
loadLogLightByVerifyTime(java.lang.Long timestamp,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadLogLightByVerifyTimeTimestr(java.lang.String timestamp,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadLogLightByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadPermitByUpdate(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
loadPermitByUpdateTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
loadPersonByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
loadPersonByWhereReal(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
loadPersonGroupByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonGroupIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByUpdateTime(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByUpdateTimeTimeStr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadUpdatedPersons(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadUpdatedPersonsTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
lockWakeup(DeviceBean deviceBean,
java.lang.Boolean ignoreSchedule,
java.lang.String sdkVersion,
com.microsoft.thrifty.service.ServiceMethodCallback<LockWakeupResponse> callback) |
void |
offline(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
online(DeviceBean device,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
registerDevice(DeviceBean newDevice,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
releasePersonToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
releaseRootToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
releaseUserToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
replaceFeature(java.lang.Integer personId,
java.lang.String featureMd5,
java.lang.Boolean deleteOldFeatureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
rootGroupOfDevice(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfDeviceGroup(java.lang.Integer groupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfPersonGroup(java.lang.Integer groupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
runCmd(java.util.List<java.lang.Integer> target,
java.lang.Boolean group,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.String ackChannel,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
runTask(java.lang.String taskQueue,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.String ackChannel,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
runTaskSync(java.lang.String taskQueue,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.Integer timeoutSecs,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
saveDevice(DeviceBean deviceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
saveDeviceGroup(DeviceGroupBean deviceGroupBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback) |
void |
savePermit(PermitBean permitBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
savePermitWithColumn(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
java.lang.String column,
java.lang.String value,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
savePerson(PersonBean personBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonFull(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
okio.ByteString featureImage,
FaceBean faceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonGroup(PersonGroupBean personGroupBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback) |
void |
savePersons(java.util.List<PersonBean> persons,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
savePersonsWithPhoto(java.util.List<okio.ByteString> photos,
java.util.List<PersonBean> persons,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
savePersonWithPhoto(PersonBean personBean,
okio.ByteString idPhoto,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeature(PersonBean personBean,
okio.ByteString idPhoto,
FeatureBean featureBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<FaceBean> faceBeans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureSaved(PersonBean personBean,
java.lang.String idPhotoMd5,
java.lang.String featureMd5,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
saveServiceConfig(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
sdkTaskQueueOf(java.lang.String task,
java.lang.String sdkVersion,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
setPersonExpiryDate(java.lang.Integer personId,
java.lang.Long expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setPersonExpiryDateList(java.util.List<java.lang.Integer> personIdList,
java.lang.Long expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setPersonExpiryDateTimeStr(java.lang.Integer personId,
java.lang.String expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> config,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setProperty(java.lang.String key,
java.lang.String value,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
taskQueueOf(java.lang.String task,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
unbindBorder(java.lang.Integer personGroupId,
java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
unregisterDevice(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
updateDevice(DeviceBean deviceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
version(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
versionInfo(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
public IFaceLogClient(com.microsoft.thrifty.protocol.Protocol protocol, com.microsoft.thrifty.service.AsyncClientBase.Listener listener)
public void addErrorLog(ErrorLogBean errorLogBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
addErrorLog 在接口中 IFaceLogpublic void addFeature(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.util.List<FaceBean> faecBeans, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
addFeature 在接口中 IFaceLogpublic void addFeatureMulti(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.util.List<okio.ByteString> photos, java.util.List<FaceBean> faces, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
addFeatureMulti 在接口中 IFaceLogpublic void addFeatureWithImage(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.lang.Boolean asIdPhotoIfAbsent, okio.ByteString featurePhoto, FaceBean faceBean, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
addFeatureWithImage 在接口中 IFaceLogpublic void addImage(okio.ByteString imageData, java.lang.Integer deviceId, FaceBean faceBean, java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
public void addLog(LogBean logBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
public void addLogFull(LogBean logBean, FaceBean faceBean, okio.ByteString featureImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
addLogFull 在接口中 IFaceLogpublic void addLogWithFaceImage(LogBean logBean, okio.ByteString faceImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
addLogWithFaceImage 在接口中 IFaceLogpublic void addLogs(java.util.List<LogBean> beans, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
public void addLogsFull(java.util.List<LogBean> logBeans, java.util.List<FaceBean> faceBeans, java.util.List<okio.ByteString> featureImages, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
addLogsFull 在接口中 IFaceLogpublic void addLogsWithFaceImage(java.util.List<LogBean> logBeans, java.util.List<okio.ByteString> faceImages, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
addLogsWithFaceImage 在接口中 IFaceLogpublic void applyAckChannel(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
applyAckChannel 在接口中 IFaceLogpublic void applyAckChannelWithDuration(java.lang.Integer duration, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
applyAckChannelWithDuration 在接口中 IFaceLogpublic void applyCmdSn(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
applyCmdSn 在接口中 IFaceLogpublic void applyPersonToken(java.lang.Integer personId, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
applyPersonToken 在接口中 IFaceLogpublic void applyRootToken(java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
applyRootToken 在接口中 IFaceLogpublic void applyUserToken(java.lang.Integer userid, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
applyUserToken 在接口中 IFaceLogpublic void bindBorder(java.lang.Integer personGroupId, java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
bindBorder 在接口中 IFaceLogpublic void childListForDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
childListForDeviceGroup 在接口中 IFaceLogpublic void childListForPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
childListForPersonGroup 在接口中 IFaceLogpublic void countDeviceByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countDeviceByWhere 在接口中 IFaceLogpublic void countDeviceGroupByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countDeviceGroupByWhere 在接口中 IFaceLogpublic void countErrorLogByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countErrorLogByWhere 在接口中 IFaceLogpublic void countLogByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countLogByWhere 在接口中 IFaceLogpublic void countLogLightByVerifyTime(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countLogLightByVerifyTime 在接口中 IFaceLogpublic void countLogLightByVerifyTimeTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countLogLightByVerifyTimeTimestr 在接口中 IFaceLogpublic void countLogLightByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countLogLightByWhere 在接口中 IFaceLogpublic void countPersonByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countPersonByWhere 在接口中 IFaceLogpublic void countPersonGroupByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
countPersonGroupByWhere 在接口中 IFaceLogpublic void countPersonLog(java.lang.Integer personId, java.lang.Long startDate, java.lang.Long endDate, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback)
countPersonLog 在接口中 IFaceLogpublic void countPersonLogTimeStr(java.lang.Integer personId, java.lang.String startDate, java.lang.String endDate, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback)
countPersonLogTimeStr 在接口中 IFaceLogpublic void createTempPwd(java.lang.Integer targetId, TmpPwdTargetType targetType, java.lang.String expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
createTempPwd 在接口中 IFaceLogpublic void createTempPwdWithDuration(java.lang.Integer targetId, TmpPwdTargetType targetType, java.lang.Integer duration, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
createTempPwdWithDuration 在接口中 IFaceLogpublic void deleteAllFeaturesByPersonId(java.lang.Integer personId, java.lang.Boolean deleteImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteAllFeaturesByPersonId 在接口中 IFaceLogpublic void deleteDevice(java.lang.Integer id, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
deleteDevice 在接口中 IFaceLogpublic void deleteDeviceByMac(java.lang.String mac, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
deleteDeviceByMac 在接口中 IFaceLogpublic void deleteDeviceGroup(java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteDeviceGroup 在接口中 IFaceLogpublic void deleteErrorLogByWhere(java.lang.String where, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteErrorLogByWhere 在接口中 IFaceLogpublic void deleteFeature(java.lang.String featureMd5, java.lang.Boolean deleteImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
deleteFeature 在接口中 IFaceLogpublic void deleteGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteGroupPermitOnDeviceGroup 在接口中 IFaceLogpublic void deleteImage(java.lang.String imageMd5, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteImage 在接口中 IFaceLogpublic void deleteLogByWhere(java.lang.String where, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deleteLogByWhere 在接口中 IFaceLogpublic void deletePermitById(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePermitById 在接口中 IFaceLogpublic void deletePerson(java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePerson 在接口中 IFaceLogpublic void deletePersonByPapersNum(java.lang.String papersNum, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePersonByPapersNum 在接口中 IFaceLogpublic void deletePersonGroup(java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePersonGroup 在接口中 IFaceLogpublic void deletePersonGroupPermit(java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePersonGroupPermit 在接口中 IFaceLogpublic void deletePersons(java.util.List<java.lang.Integer> personIdList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePersons 在接口中 IFaceLogpublic void deletePersonsByPapersNum(java.util.List<java.lang.String> papersNumlist, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
deletePersonsByPapersNum 在接口中 IFaceLogpublic void disablePerson(java.lang.Integer personId, java.lang.Integer moveToGroupId, java.lang.Boolean deletePhoto, java.lang.Boolean deleteFeature, java.lang.Boolean deleteLog, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
disablePerson 在接口中 IFaceLogpublic void disablePersonList(java.util.List<java.lang.Integer> personIdList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
disablePersonList 在接口中 IFaceLogpublic void existsDevice(java.lang.Integer id, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
existsDevice 在接口中 IFaceLogpublic void existsFeature(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
existsFeature 在接口中 IFaceLogpublic void existsImage(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
existsImage 在接口中 IFaceLogpublic void existsPerson(java.lang.Integer persionId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
existsPerson 在接口中 IFaceLogpublic void faceRecognizePersonPermitted(okio.ByteString imageData, java.lang.Double threshold, java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
faceRecognizePersonPermitted 在接口中 IFaceLogpublic void getDevice(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
public void getDeviceByMac(java.lang.String mac, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
getDeviceByMac 在接口中 IFaceLogpublic void getDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback)
getDeviceGroup 在接口中 IFaceLogpublic void getDeviceGroups(java.util.List<java.lang.Integer> groupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceGroupBean>> callback)
getDeviceGroups 在接口中 IFaceLogpublic void getDeviceGroupsBelongs(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getDeviceGroupsBelongs 在接口中 IFaceLogpublic void getDeviceGroupsPermit(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getDeviceGroupsPermit 在接口中 IFaceLogpublic void getDeviceGroupsPermittedBy(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getDeviceGroupsPermittedBy 在接口中 IFaceLogpublic void getDeviceIdOfFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
getDeviceIdOfFeature 在接口中 IFaceLogpublic void getDevices(java.util.List<java.lang.Integer> idList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback)
getDevices 在接口中 IFaceLogpublic void getDevicesOfGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getDevicesOfGroup 在接口中 IFaceLogpublic void getFace(java.lang.Integer faceId, com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback)
public void getFaceApiParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
getFaceApiParameters 在接口中 IFaceLogpublic void getFacesOfFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback)
getFacesOfFeature 在接口中 IFaceLogpublic void getFacesOfImage(java.lang.String imageMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback)
getFacesOfImage 在接口中 IFaceLogpublic void getFeature(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
getFeature 在接口中 IFaceLogpublic void getFeatureBytes(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
getFeatureBytes 在接口中 IFaceLogpublic void getFeatureBytesList(java.util.List<java.lang.String> md5List, java.lang.Boolean truncation, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<okio.ByteString>> callback)
getFeatureBytesList 在接口中 IFaceLogpublic void getFeatureBytesTruncation(java.lang.String md5, java.lang.Boolean truncation, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
getFeatureBytesTruncation 在接口中 IFaceLogpublic void getFeatures(java.util.List<java.lang.String> md5List, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback)
getFeatures 在接口中 IFaceLogpublic void getFeaturesByPersonIdAndSdkVersion(java.lang.Integer personId, java.lang.String sdkVersion, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
getFeaturesByPersonIdAndSdkVersion 在接口中 IFaceLogpublic void getFeaturesOfImage(java.lang.String imageMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
getFeaturesOfImage 在接口中 IFaceLogpublic void getFeaturesOfPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
getFeaturesOfPerson 在接口中 IFaceLogpublic void getFeaturesPermittedOnDevice(java.lang.Integer deviceId, java.lang.Boolean ignoreSchedule, java.lang.String sdkVersion, java.util.List<java.lang.String> excludeFeatureIds, java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
getFeaturesPermittedOnDevice 在接口中 IFaceLogpublic void getGroupPermit(java.lang.Integer deviceId, java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
getGroupPermit 在接口中 IFaceLogpublic void getGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
getGroupPermitOnDeviceGroup 在接口中 IFaceLogpublic void getGroupPermits(java.lang.Integer deviceId, java.util.List<java.lang.Integer> personGroupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
getGroupPermits 在接口中 IFaceLogpublic void getImage(java.lang.String imageMD5, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
public void getImageBytes(java.lang.String imageMD5, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
getImageBytes 在接口中 IFaceLogpublic void getImageBytesRef(java.lang.String primaryKey, java.lang.String refType, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
getImageBytesRef 在接口中 IFaceLogpublic void getImageRef(java.lang.String primaryKey, java.lang.String refType, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
getImageRef 在接口中 IFaceLogpublic void getImagesAssociatedByFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
getImagesAssociatedByFeature 在接口中 IFaceLogpublic void getLogBeansByPersonId(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback)
getLogBeansByPersonId 在接口中 IFaceLogpublic void getMessageQueueParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback)
getMessageQueueParameters 在接口中 IFaceLogpublic void getPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
public void getPersonByMobilePhone(java.lang.String mobilePhone, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
getPersonByMobilePhone 在接口中 IFaceLogpublic void getPersonByMobilePhoneReal(java.lang.String mobilePhone, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
getPersonByMobilePhoneReal 在接口中 IFaceLogpublic void getPersonByPapersNum(java.lang.String papersNum, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
getPersonByPapersNum 在接口中 IFaceLogpublic void getPersonByPapersNumReal(java.lang.String papersNum, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
getPersonByPapersNumReal 在接口中 IFaceLogpublic void getPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback)
getPersonGroup 在接口中 IFaceLogpublic void getPersonGroups(java.util.List<java.lang.Integer> groupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonGroupBean>> callback)
getPersonGroups 在接口中 IFaceLogpublic void getPersonGroupsBelongs(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getPersonGroupsBelongs 在接口中 IFaceLogpublic void getPersonGroupsPermittedBy(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getPersonGroupsPermittedBy 在接口中 IFaceLogpublic void getPersonPermit(java.lang.Integer deviceId, java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
getPersonPermit 在接口中 IFaceLogpublic void getPersonPermits(java.lang.Integer deviceId, java.util.List<java.lang.Integer> personIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
getPersonPermits 在接口中 IFaceLogpublic void getPersonReal(java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
getPersonReal 在接口中 IFaceLogpublic void getPersons(java.util.List<java.lang.Integer> idList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
getPersons 在接口中 IFaceLogpublic void getPersonsOfGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getPersonsOfGroup 在接口中 IFaceLogpublic void getPersonsPermittedOnDevice(java.lang.Integer deviceId, java.lang.Boolean ignoreSchedule, java.util.List<java.lang.Integer> excludePersonIds, java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getPersonsPermittedOnDevice 在接口中 IFaceLogpublic void getPersonsReal(java.util.List<java.lang.Integer> idList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
getPersonsReal 在接口中 IFaceLogpublic void getProperties(java.lang.String prefix, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
getProperties 在接口中 IFaceLogpublic void getProperty(java.lang.String key, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
getProperty 在接口中 IFaceLogpublic void getRedisParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback)
getRedisParameters 在接口中 IFaceLogpublic void getServiceConfig(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
getServiceConfig 在接口中 IFaceLogpublic void getSubDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getSubDeviceGroup 在接口中 IFaceLogpublic void getSubPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
getSubPersonGroup 在接口中 IFaceLogpublic void getTargetInfo4PwdOnDevice(java.lang.String pwd, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<TmpwdTargetInfo> callback)
getTargetInfo4PwdOnDevice 在接口中 IFaceLogpublic void initTopGroup(TopGroupInfo groupInfo, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
initTopGroup 在接口中 IFaceLogpublic void isDisable(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void isLocal(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void isValidAckChannel(java.lang.String ackChannel, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidAckChannel 在接口中 IFaceLogpublic void isValidCmdSn(java.lang.Integer cmdSn, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidCmdSn 在接口中 IFaceLogpublic void isValidDeviceToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidDeviceToken 在接口中 IFaceLogpublic void isValidPassword(java.lang.String userId, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidPassword 在接口中 IFaceLogpublic void isValidPersonToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidPersonToken 在接口中 IFaceLogpublic void isValidRootToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidRootToken 在接口中 IFaceLogpublic void isValidToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidToken 在接口中 IFaceLogpublic void isValidUserToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
isValidUserToken 在接口中 IFaceLogpublic void iso8601Time(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
iso8601Time 在接口中 IFaceLogpublic void listOfParentForDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
listOfParentForDeviceGroup 在接口中 IFaceLogpublic void listOfParentForPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
listOfParentForPersonGroup 在接口中 IFaceLogpublic void loadAllPerson(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadAllPerson 在接口中 IFaceLogpublic void loadDeviceByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback)
loadDeviceByWhere 在接口中 IFaceLogpublic void loadDeviceGroupByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadDeviceGroupByWhere 在接口中 IFaceLogpublic void loadDeviceGroupIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadDeviceGroupIdByWhere 在接口中 IFaceLogpublic void loadDeviceIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadDeviceIdByWhere 在接口中 IFaceLogpublic void loadDistinctIntegerColumn(java.lang.String table, java.lang.String column, java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadDistinctIntegerColumn 在接口中 IFaceLogpublic void loadDistinctStringColumn(java.lang.String table, java.lang.String column, java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
loadDistinctStringColumn 在接口中 IFaceLogpublic void loadErrorLogByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<ErrorLogBean>> callback)
loadErrorLogByWhere 在接口中 IFaceLogpublic void loadFeatureMd5ByUpdate(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
loadFeatureMd5ByUpdate 在接口中 IFaceLogpublic void loadFeatureMd5ByUpdateTimeStr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
loadFeatureMd5ByUpdateTimeStr 在接口中 IFaceLogpublic void loadLogByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback)
loadLogByWhere 在接口中 IFaceLogpublic void loadLogLightByVerifyTime(java.lang.Long timestamp, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
loadLogLightByVerifyTime 在接口中 IFaceLogpublic void loadLogLightByVerifyTimeTimestr(java.lang.String timestamp, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
loadLogLightByVerifyTimeTimestr 在接口中 IFaceLogpublic void loadLogLightByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
loadLogLightByWhere 在接口中 IFaceLogpublic void loadPermitByUpdate(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
loadPermitByUpdate 在接口中 IFaceLogpublic void loadPermitByUpdateTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
loadPermitByUpdateTimestr 在接口中 IFaceLogpublic void loadPersonByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
loadPersonByWhere 在接口中 IFaceLogpublic void loadPersonByWhereReal(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
loadPersonByWhereReal 在接口中 IFaceLogpublic void loadPersonGroupByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadPersonGroupByWhere 在接口中 IFaceLogpublic void loadPersonGroupIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadPersonGroupIdByWhere 在接口中 IFaceLogpublic void loadPersonIdByUpdateTime(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadPersonIdByUpdateTime 在接口中 IFaceLogpublic void loadPersonIdByUpdateTimeTimeStr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadPersonIdByUpdateTimeTimeStr 在接口中 IFaceLogpublic void loadPersonIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadPersonIdByWhere 在接口中 IFaceLogpublic void loadUpdatedPersons(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadUpdatedPersons 在接口中 IFaceLogpublic void loadUpdatedPersonsTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
loadUpdatedPersonsTimestr 在接口中 IFaceLogpublic void lockWakeup(DeviceBean deviceBean, java.lang.Boolean ignoreSchedule, java.lang.String sdkVersion, com.microsoft.thrifty.service.ServiceMethodCallback<LockWakeupResponse> callback)
lockWakeup 在接口中 IFaceLogpublic void offline(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
public void online(DeviceBean device, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
public void registerDevice(DeviceBean newDevice, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
registerDevice 在接口中 IFaceLogpublic void releasePersonToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
releasePersonToken 在接口中 IFaceLogpublic void releaseRootToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
releaseRootToken 在接口中 IFaceLogpublic void releaseUserToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
releaseUserToken 在接口中 IFaceLogpublic void replaceFeature(java.lang.Integer personId, java.lang.String featureMd5, java.lang.Boolean deleteOldFeatureImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
replaceFeature 在接口中 IFaceLogpublic void rootGroupOfDevice(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
rootGroupOfDevice 在接口中 IFaceLogpublic void rootGroupOfDeviceGroup(java.lang.Integer groupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
rootGroupOfDeviceGroup 在接口中 IFaceLogpublic void rootGroupOfPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
rootGroupOfPerson 在接口中 IFaceLogpublic void rootGroupOfPersonGroup(java.lang.Integer groupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
rootGroupOfPersonGroup 在接口中 IFaceLogpublic void runCmd(java.util.List<java.lang.Integer> target, java.lang.Boolean group, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.String ackChannel, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
public void runTask(java.lang.String taskQueue, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.String ackChannel, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
public void runTaskSync(java.lang.String taskQueue, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.Integer timeoutSecs, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
runTaskSync 在接口中 IFaceLogpublic void saveDevice(DeviceBean deviceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
saveDevice 在接口中 IFaceLogpublic void saveDeviceGroup(DeviceGroupBean deviceGroupBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback)
saveDeviceGroup 在接口中 IFaceLogpublic void savePermit(PermitBean permitBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
savePermit 在接口中 IFaceLogpublic void savePermitWithColumn(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, java.lang.String column, java.lang.String value, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
savePermitWithColumn 在接口中 IFaceLogpublic void savePerson(PersonBean personBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
savePerson 在接口中 IFaceLogpublic void savePersonFull(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, okio.ByteString featureImage, FaceBean faceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
savePersonFull 在接口中 IFaceLogpublic void savePersonGroup(PersonGroupBean personGroupBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback)
savePersonGroup 在接口中 IFaceLogpublic void savePersonWithPhoto(PersonBean personBean, okio.ByteString idPhoto, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
savePersonWithPhoto 在接口中 IFaceLogpublic void savePersonWithPhotoAndFeature(PersonBean personBean, okio.ByteString idPhoto, FeatureBean featureBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
savePersonWithPhotoAndFeature 在接口中 IFaceLogpublic void savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, java.util.List<FaceBean> faceBeans, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
public void savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, java.util.List<okio.ByteString> photos, java.util.List<FaceBean> faces, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
public void savePersonWithPhotoAndFeatureSaved(PersonBean personBean, java.lang.String idPhotoMd5, java.lang.String featureMd5, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
savePersonWithPhotoAndFeatureSaved 在接口中 IFaceLogpublic void savePersons(java.util.List<PersonBean> persons, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
savePersons 在接口中 IFaceLogpublic void savePersonsWithPhoto(java.util.List<okio.ByteString> photos, java.util.List<PersonBean> persons, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
savePersonsWithPhoto 在接口中 IFaceLogpublic void saveServiceConfig(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
saveServiceConfig 在接口中 IFaceLogpublic void sdkTaskQueueOf(java.lang.String task, java.lang.String sdkVersion, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
sdkTaskQueueOf 在接口中 IFaceLogpublic void setPersonExpiryDate(java.lang.Integer personId, java.lang.Long expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
setPersonExpiryDate 在接口中 IFaceLogpublic void setPersonExpiryDateList(java.util.List<java.lang.Integer> personIdList, java.lang.Long expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
setPersonExpiryDateList 在接口中 IFaceLogpublic void setPersonExpiryDateTimeStr(java.lang.Integer personId, java.lang.String expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
setPersonExpiryDateTimeStr 在接口中 IFaceLogpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> config, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
setProperties 在接口中 IFaceLogpublic void setProperty(java.lang.String key, java.lang.String value, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
setProperty 在接口中 IFaceLogpublic void taskQueueOf(java.lang.String task, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
taskQueueOf 在接口中 IFaceLogpublic void unbindBorder(java.lang.Integer personGroupId, java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
unbindBorder 在接口中 IFaceLogpublic void unregisterDevice(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
unregisterDevice 在接口中 IFaceLogpublic void updateDevice(DeviceBean deviceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
updateDevice 在接口中 IFaceLogpublic void version(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
public void versionInfo(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
versionInfo 在接口中 IFaceLogCopyright © 2020. All Rights Reserved.