Class SearchQuestion.RequestParameters.Click.Result

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INDEX_URL
      URL of the result in the index
      static java.lang.String LIVE_URL
      Live URL to access the result
      static java.lang.String SUMMARY
      Summary of the result
      static java.lang.String TITLE
      Title of the result
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INDEX_URL

        public static final java.lang.String INDEX_URL
        URL of the result in the index
        See Also:
        Constant Field Values
      • SUMMARY

        public static final java.lang.String SUMMARY
        Summary of the result
        See Also:
        Constant Field Values
      • LIVE_URL

        public static final java.lang.String LIVE_URL
        Live URL to access the result
        See Also:
        Constant Field Values
    • Constructor Detail

      • Result

        public Result()