public class UpdateInfo extends Object
| 构造器和说明 |
|---|
UpdateInfo(Map<String,LsCacheInfoHelper[]> lsHelpers,
List<SectionInfo> oldObjListSections,
Map<String,LsCacheInfoHelper> lsMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,LsCacheInfoHelper[]> |
getChangedLsHelpers() |
Map<String,LsCacheInfoHelper> |
getNewLsMap() |
List<SectionInfo> |
getOldObjListSections() |
void |
setChangedLsHelpers(Map<String,LsCacheInfoHelper[]> changedLsHelpers) |
void |
setNewLsMap(Map<String,LsCacheInfoHelper> newLsMap) |
void |
setOldObjListSections(List<SectionInfo> oldObjListSections) |
public UpdateInfo(Map<String,LsCacheInfoHelper[]> lsHelpers, List<SectionInfo> oldObjListSections, Map<String,LsCacheInfoHelper> lsMap)
public List<SectionInfo> getOldObjListSections()
public void setOldObjListSections(List<SectionInfo> oldObjListSections)
public Map<String,LsCacheInfoHelper> getNewLsMap()
public void setNewLsMap(Map<String,LsCacheInfoHelper> newLsMap)
public Map<String,LsCacheInfoHelper[]> getChangedLsHelpers()
public void setChangedLsHelpers(Map<String,LsCacheInfoHelper[]> changedLsHelpers)
Copyright © 2021. All rights reserved.