Package net.webpdf.wsclient.openapi
Class AdminGenericFileDataStore
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminFileDataStore
-
- net.webpdf.wsclient.openapi.AdminGenericFileDataStore
-
public class AdminGenericFileDataStore extends AdminFileDataStore
Defines a generic data storage file, possibly a temporary file, without a predefined group or purpose and a customizable file name.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE_CONTENTstatic StringJSON_PROPERTY_FILE_NAME-
Fields inherited from class net.webpdf.wsclient.openapi.AdminFileDataStore
fileGroup, JSON_PROPERTY_FILE_GROUP
-
-
Constructor Summary
Constructors Constructor Description AdminGenericFileDataStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AdminGenericFileDataStorefileContent(String fileContent)AdminGenericFileDataStorefileName(String fileName)@Nullable StringgetFileContent()The actual content of the data storage file@Nullable StringgetFileName()The name of the generic data storage file.inthashCode()voidsetFileContent(String fileContent)voidsetFileName(String fileName)StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminFileDataStore
fileGroup, getFileGroup, setFileGroup
-
-
-
-
Field Detail
-
JSON_PROPERTY_FILE_CONTENT
public static final String JSON_PROPERTY_FILE_CONTENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileContent
public AdminGenericFileDataStore fileContent(String fileContent)
-
getFileContent
@Nullable public @Nullable String getFileContent()
The actual content of the data storage file- Returns:
- fileContent
-
setFileContent
public void setFileContent(String fileContent)
-
fileName
public AdminGenericFileDataStore fileName(String fileName)
-
getFileName
@Nullable public @Nullable String getFileName()
The name of the generic data storage file.- Returns:
- fileName
-
setFileName
public void setFileName(String fileName)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminFileDataStore
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminFileDataStore
-
toString
public String toString()
- Overrides:
toStringin classAdminFileDataStore
-
-