Class IRISFedCatQueryParams

    • Method Detail

      • setFormat

        public IRISFedCatQueryParams setFormat​(java.lang.String value)
        Specify the format for the results.
        Parameters:
        value - value to set
        Returns:
        the queryParams for method chaining
      • setTargetService

        public IRISFedCatQueryParams setTargetService​(java.lang.String value)
        Specify the target service for the results. Either station or dataselect.
        Parameters:
        value - value to set
        Returns:
        the queryParams for method chaining
      • getServiceName

        public java.lang.String getServiceName()
        Service name as defined by the fdsn, ie event, station or dataselect.
        Specified by:
        getServiceName in class AbstractQueryParams
      • isStation

        public boolean isStation()
      • isDataSelect

        public boolean isDataSelect()
      • getParams

        public java.util.HashMap<java.lang.String,​java.lang.String> getParams()
        Overrides:
        getParams in class AbstractQueryParams