Package 

Class NetworkRequestInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String url
    • Method Summary

      Modifier and Type Method Description
      final String getUrl() The URL that will be reported in this network request's span.
      final Unit setUrl(String url) The URL that will be reported in this network request's span.
      • Methods inherited from class java.lang.Object

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

      • NetworkRequestInfo

        NetworkRequestInfo(String url)
    • Method Detail

      • getUrl

         final String getUrl()

        The URL that will be reported in this network request's span. If null, no span will be created.

      • setUrl

         final Unit setUrl(String url)

        The URL that will be reported in this network request's span. If null, no span will be created.