@AsynchronousPreferred public class AttachmentPrefetchEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentPrefetchEvent.Builder |
Modifier and Type | Method and Description |
---|---|
static AttachmentPrefetchEvent.Builder |
builder(ContentEntityObject renderedContentEntity) |
int |
getDiscardedAttachmentCount() |
long |
getElapsedTimeMillis() |
int |
getPreFetchedAttachmentCount() |
int |
getPreFetchedImageDetailsCount() |
Long |
getRenderedContentId() |
int |
getTotalAttachmentLoadCount() |
int |
getUnfetchedAttachmentCount() |
@Nullable public Long getRenderedContentId()
public int getPreFetchedAttachmentCount()
public int getTotalAttachmentLoadCount()
public int getDiscardedAttachmentCount()
public int getUnfetchedAttachmentCount()
public int getPreFetchedImageDetailsCount()
public long getElapsedTimeMillis()
public static AttachmentPrefetchEvent.Builder builder(@Nullable ContentEntityObject renderedContentEntity)
Copyright © 2003–2017 Atlassian. All rights reserved.