Class IngestRequest


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class IngestRequest
    extends Object
    IngestRequest
    • Constructor Detail

      • IngestRequest

        public IngestRequest()
    • Method Detail

      • getExpires

        @Nullable
        public Date getExpires()
        Set the date after the ingested file may be removed from the database (defaults to default expiration period)
        Returns:
        expires
      • setExpires

        public void setExpires​(Date expires)
      • getEncoding

        @Nullable
        public String getEncoding()
        Optionally provide character encoding
        Returns:
        encoding
      • setEncoding

        public void setEncoding​(String encoding)
      • getContentType

        @Nullable
        public String getContentType()
        Optionally provide file content type
        Returns:
        contentType
      • setContentType

        public void setContentType​(String contentType)
      • getFile

        @Nonnull
        public File getFile()
        The file to ingest into the database
        Returns:
        _file
      • setFile

        public void setFile​(File _file)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object