Class InferenceFile


  • public class InferenceFile
    extends Object
    File info for V2 API.
    • Constructor Detail

      • InferenceFile

        public InferenceFile​(String name,
                             String alias,
                             int pageCount,
                             String mimeType)
      • InferenceFile

        public InferenceFile()
    • Method Detail

      • getName

        public String getName()
        File name.
      • getAlias

        public String getAlias()
        Optional file alias.
      • getPageCount

        public int getPageCount()
        Page Count.
      • getMimeType

        public String getMimeType()
        Mime type, as read by the server.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object