@ExperimentalApi public class OverallStatus extends Object implements RemovalCount
| Constructor and Description |
|---|
OverallStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getAttachmentFileSize() |
Integer |
getAttachmentsProcessed() |
Integer |
getAttachmentVersionsRemoved() |
Integer |
getCycles() |
Integer |
getPagesProcessed() |
Integer |
getPageVersionsRemoved() |
int |
hashCode() |
Integer |
incrementCycleCount() |
void |
setAttachmentFileSize(Double attachmentFileSize) |
void |
setAttachmentsProcessed(Integer attachmentsProcessed) |
void |
setAttachmentVersionsRemoved(Integer attachmentVersionsRemoved) |
void |
setCycles(Integer cycles) |
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 RemovalCountpublic Integer getCycles()
public void setCycles(Integer cycles)
public Integer incrementCycleCount()
Copyright © 2003–2021 Atlassian. All rights reserved.