程序包 cn.leancloud
类 LCInstallation
- java.lang.Object
-
- cn.leancloud.LCObject
-
- cn.leancloud.LCInstallation
-
public final class LCInstallation extends LCObject
-
-
嵌套类概要
-
从类继承的嵌套类/接口 cn.leancloud.LCObject
LCObject.Hook
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringCLASS_NAMEstatic java.lang.StringREGISTRATION_IDstatic java.lang.StringVENDOR-
从类继承的字段 cn.leancloud.LCObject
acl, className, endpointClassName, KEY_ACL, KEY_CLASSNAME, KEY_CREATED_AT, KEY_IGNORE_HOOKS, KEY_OBJECT_ID, KEY_UPDATED_AT, logger, objectId, operations, serverData, totallyOverwrite, UUID_LEN
-
-
构造器概要
构造器 限定符 构造器 说明 LCInstallation()protectedLCInstallation(LCObject obj)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static voidchangeDeviceType(java.lang.String deviceType)protected static LCInstallationcreateInstanceFromLocal(java.lang.String fileName)static LCInstallationgetCurrentInstallation()java.lang.StringgetInstallationId()static LCQuery<LCInstallation>getQuery()protected voidonDataSynchronized()protected voidonSaveSuccess()-
从类继承的方法 cn.leancloud.LCObject
abortOperations, add, addAll, addAllUnique, addNewOperation, addUnique, bitAnd, bitOr, bitXor, cast, containsKey, createWithoutData, createWithoutData, decrement, decrement, delete, delete, deleteAll, deleteAll, deleteAllInBackground, deleteAllInBackground, deleteEventually, deleteEventually, deleteInBackground, deleteInBackground, disableAfterHook, disableBeforeHook, equals, extractCascadingObjects, extractUnsavedFiles, fetch, fetch, fetch, fetchIfNeeded, fetchIfNeededInBackground, fetchIfNeededInBackground, fetchIfNeededInBackground, fetchInBackground, fetchInBackground, fetchInBackground, generateACLFromServerData, generateCascadingSaveObjects, generateChangedParam, get, getACL, getBoolean, getBytes, getClassName, getCreatedAt, getCreatedAtString, getDate, getDouble, getInt, getJSONArray, getJSONObject, getLCFile, getLCGeoPoint, getLCObject, getList, getLong, getNumber, getObjectId, getQuery, getRelation, getRequestMethod, getRequestRawEndpoint, getServerData, getString, getUnsavedFiles, getUpdatedAt, getUpdatedAtString, getUuid, has, hasCircleReference, hashCode, ignoreHook, increment, increment, internalClassName, internalGet, internalId, internalPut, isDataAvailable, isFetchWhenSave, onSaveFailure, parseLCObject, put, refresh, refresh, refresh, refreshInBackground, refreshInBackground, refreshInBackground, refreshInBackground, registerSubclass, remove, removeAll, removeOperationForKey, resetAll, resetByRawData, resetServerData, save, save, saveAll, saveAll, saveAllInBackground, saveAllInBackground, saveEventually, saveEventually, saveInBackground, saveInBackground, saveInBackground, saveInBackground, setACL, setClassName, setFetchWhenSave, setObjectId, toJSONObject, toJSONString, toString, validFieldName, verifyInternalId
-
-
-
-
构造器详细资料
-
LCInstallation
public LCInstallation()
-
LCInstallation
protected LCInstallation(LCObject obj)
-
-
方法详细资料
-
getCurrentInstallation
public static LCInstallation getCurrentInstallation()
-
createInstanceFromLocal
protected static LCInstallation createInstanceFromLocal(java.lang.String fileName)
-
changeDeviceType
public static void changeDeviceType(java.lang.String deviceType)
-
getInstallationId
public java.lang.String getInstallationId()
-
getQuery
public static LCQuery<LCInstallation> getQuery()
-
onSaveSuccess
protected void onSaveSuccess()
- 覆盖:
onSaveSuccess在类中LCObject
-
onDataSynchronized
protected void onDataSynchronized()
- 覆盖:
onDataSynchronized在类中LCObject
-
-