Interface WAQueryParameters

All Known Subinterfaces:
WAQuery
All Known Implementing Classes:
WAEngine, WAQueryImpl, WAQueryParametersImpl

public interface WAQueryParameters
  • Method Details

    • getInput

      String getInput()
    • setInput

      void setInput(String input)
    • getFormats

      String[] getFormats()
    • addFormat

      void addFormat(String format)
    • getScanTimeout

      double getScanTimeout()
    • setScanTimeout

      void setScanTimeout(double timeout)
    • getPodTimeout

      double getPodTimeout()
    • setPodTimeout

      void setPodTimeout(double timeout)
    • getFormatTimeout

      double getFormatTimeout()
    • setFormatTimeout

      void setFormatTimeout(double timeout)
    • getAsync

      double getAsync()
    • setAsync

      void setAsync(double async)
    • getIP

      String getIP()
    • setIP

      void setIP(String ip)
    • getLatLong

      double[] getLatLong()
    • setLatLong

      void setLatLong(String latlong)
    • setLatitude

      void setLatitude(double latitude)
    • setLongitude

      void setLongitude(double longitude)
    • getLocation

      String getLocation()
    • setLocation

      void setLocation(String loc)
    • isMetric

      Boolean isMetric()
    • setMetric

      void setMetric(Boolean metric)
    • getCurrency

      String getCurrency()
    • setCurrency

      void setCurrency(String currency)
    • getCountryCode

      String getCountryCode()
    • setCountryCode

      void setCountryCode(String code)
    • isAllowTranslation

      Boolean isAllowTranslation()
    • setAllowTranslation

      void setAllowTranslation(Boolean allow)
    • getWidth

      int getWidth()
    • setWidth

      void setWidth(int width)
    • getMaxWidth

      int getMaxWidth()
    • setMaxWidth

      void setMaxWidth(int width)
    • getPlotWidth

      int getPlotWidth()
    • setPlotWidth

      void setPlotWidth(int width)
    • getMagnification

      double getMagnification()
    • setMagnification

      void setMagnification(double mag)
    • getPodTitles

      String[] getPodTitles()
    • addPodTitle

      void addPodTitle(String podtitle)
    • clearPodTitles

      void clearPodTitles()
    • getPodIndexes

      int[] getPodIndexes()
    • addPodIndex

      void addPodIndex(int podindex)
    • clearPodIndexes

      void clearPodIndexes()
    • getPodScanners

      String[] getPodScanners()
    • addPodScanner

      void addPodScanner(String podscanner)
    • clearPodScanners

      void clearPodScanners()
    • getIncludePodIDs

      String[] getIncludePodIDs()
    • addIncludePodID

      void addIncludePodID(String podid)
    • clearIncludePodIDs

      void clearIncludePodIDs()
    • getExcludePodIDs

      String[] getExcludePodIDs()
    • addExcludePodID

      void addExcludePodID(String podid)
    • clearExcludePodIDs

      void clearExcludePodIDs()
    • getAssumptions

      String[] getAssumptions()
    • addAssumption

      void addAssumption(String assumption)
    • clearAssumptions

      void clearAssumptions()
    • getPodStates

      WAPodState[] getPodStates()
    • addPodState

      void addPodState(String podstate)
    • addPodState

      void addPodState(String podstate, long id)
    • addPodState

      void addPodState(WAPodState podstate)
    • clearPodStates

      void clearPodStates()
    • setRelatedLinks

      void setRelatedLinks(boolean include)
    • isRelatedLinks

      boolean isRelatedLinks()
    • setReinterpret

      void setReinterpret(boolean reinterpret)
    • isReinterpret

      boolean isReinterpret()
    • setSignature

      void setSignature(String sig)
    • getExtraParams

      List<String[]> getExtraParams()
    • getParameters

      List<String[]> getParameters()
    • fillFromURL

      void fillFromURL(String url)
    • toWebsiteURL

      String toWebsiteURL()