Package net.webpdf.wsclient.openapi
Class DocumentMetadataImage
- java.lang.Object
-
- net.webpdf.wsclient.openapi.DocumentMetadata
-
- net.webpdf.wsclient.openapi.DocumentMetadataImage
-
public class DocumentMetadataImage extends DocumentMetadata
The metadata that describes the image document
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IMAGES-
Fields inherited from class net.webpdf.wsclient.openapi.DocumentMetadata
JSON_PROPERTY_METADATA_TYPE, metadataType
-
-
Constructor Summary
Constructors Constructor Description DocumentMetadataImage()DocumentMetadataImage(List<DocumentMetadataImageEntry> images)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable List<DocumentMetadataImageEntry>getImages()A list of metadata directories, where each directory contains a key-value map with the respective entries of the directory.inthashCode()StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.DocumentMetadata
getMetadataType, metadataType
-
-
-
-
Field Detail
-
JSON_PROPERTY_IMAGES
public static final String JSON_PROPERTY_IMAGES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DocumentMetadataImage
public DocumentMetadataImage()
-
DocumentMetadataImage
public DocumentMetadataImage(List<DocumentMetadataImageEntry> images)
-
-
Method Detail
-
getImages
@Nullable public @Nullable List<DocumentMetadataImageEntry> getImages()
A list of metadata directories, where each directory contains a key-value map with the respective entries of the directory.- Returns:
- images
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDocumentMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDocumentMetadata
-
toString
public String toString()
- Overrides:
toStringin classDocumentMetadata
-
-