@ExperimentalApi public class LastIteration extends Object implements RemovalCount
An iteration is defined as a subset of applicable content.
| Constructor and Description |
|---|
LastIteration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getAttachmentFileSize() |
Integer |
getAttachmentsProcessed() |
Integer |
getAttachmentVersionsRemoved() |
Integer |
getPagesProcessed() |
Integer |
getPageVersionsRemoved() |
int |
hashCode() |
void |
setAttachmentFileSize(Double attachmentFileSize) |
void |
setAttachmentsProcessed(Integer attachmentsProcessed) |
void |
setAttachmentVersionsRemoved(Integer attachmentVersionsRemoved) |
void |
setPagesProcessed(Integer pagesProcessed) |
void |
setPageVersionsRemoved(Integer pageVersionsRemoved) |
String |
toString() |
public Integer getPageVersionsRemoved()
getPageVersionsRemoved in interface RemovalCountpublic void setPageVersionsRemoved(Integer pageVersionsRemoved)
setPageVersionsRemoved in interface RemovalCountpublic Integer getAttachmentVersionsRemoved()
getAttachmentVersionsRemoved in interface RemovalCountpublic void setAttachmentVersionsRemoved(Integer attachmentVersionsRemoved)
setAttachmentVersionsRemoved in interface RemovalCountpublic Double getAttachmentFileSize()
getAttachmentFileSize in interface RemovalCountpublic void setAttachmentFileSize(Double attachmentFileSize)
setAttachmentFileSize in interface RemovalCountpublic Integer getPagesProcessed()
getPagesProcessed in interface RemovalCountpublic void setPagesProcessed(Integer pagesProcessed)
setPagesProcessed in interface RemovalCountpublic Integer getAttachmentsProcessed()
getAttachmentsProcessed in interface RemovalCountpublic void setAttachmentsProcessed(Integer attachmentsProcessed)
setAttachmentsProcessed in interface RemovalCountCopyright © 2003–2021 Atlassian. All rights reserved.