Package net.webpdf.wsclient.openapi
Class DocumentMetadataArchiveEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentMetadataArchiveEntry
-
public class DocumentMetadataArchiveEntry extends Object
Defines a file entry in the file list of the metadata for an archive document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LAST_MODIFIED_DATEstatic StringJSON_PROPERTY_PATHstatic StringJSON_PROPERTY_SIZE
-
Constructor Summary
Constructors Constructor Description DocumentMetadataArchiveEntry()DocumentMetadataArchiveEntry(Long lastModifiedDate, String path, Long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable LonggetLastModifiedDate()Time at which the file was last changed@Nullable StringgetPath()File name and path within the archive@Nullable LonggetSize()File size in bytesinthashCode()StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LAST_MODIFIED_DATE
public static final String JSON_PROPERTY_LAST_MODIFIED_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLastModifiedDate
@Nullable public @Nullable Long getLastModifiedDate()
Time at which the file was last changed- Returns:
- lastModifiedDate
-
getPath
@Nullable public @Nullable String getPath()
File name and path within the archive- Returns:
- path
-
getSize
@Nullable public @Nullable Long getSize()
File size in bytes- Returns:
- size
-
-