public class InfoResult extends Object
Constructor | Description |
---|---|
InfoResult() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
InfoResult |
fileType(FileType fileType) |
|
FileType |
getFileType() |
Gets or sets the type of the file.
|
Integer |
getPageCount() |
Gets or sets the total number of document pages.
|
Long |
getSize() |
Gets or sets the size of the document in bytes.
|
int |
hashCode() |
|
InfoResult |
pageCount(Integer pageCount) |
|
void |
setFileType(FileType fileType) |
|
void |
setPageCount(Integer pageCount) |
|
void |
setSize(Long size) |
|
InfoResult |
size(Long size) |
|
String |
toString() |
public InfoResult fileType(FileType fileType)
public FileType getFileType()
public void setFileType(FileType fileType)
public InfoResult size(Long size)
public Long getSize()
public void setSize(Long size)
public InfoResult pageCount(Integer pageCount)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
Copyright © 2019. All rights reserved.