Class ListUndefinedPagesAction.CacheableUndefinedLinksResult
- java.lang.Object
-
- com.atlassian.confluence.pages.actions.ListUndefinedPagesAction.CacheableUndefinedLinksResult
-
- Enclosing class:
- ListUndefinedPagesAction
public static class ListUndefinedPagesAction.CacheableUndefinedLinksResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description long
cachingTime
List<ListUndefinedPagesAction.UndefinedPage>
undefinedLinks
-
Constructor Summary
Constructors Constructor Description CacheableUndefinedLinksResult()
-
-
-
Field Detail
-
undefinedLinks
public List<ListUndefinedPagesAction.UndefinedPage> undefinedLinks
-
cachingTime
public long cachingTime
-
-