Package 

Class NetworkCaptureRuleRemoteConfig


  • @JsonClass(generateAdapter = true) 
    public final class NetworkCaptureRuleRemoteConfig
    
                        

    Criteria to determine if a network body call should be captured or not.

    • Method Detail

      • getDuration

         final Long getDuration()

        Duration of the network call in milliseconds. Disregard if it is less than 5000ms.

      • getUrlRegex

         final String getUrlRegex()

        Url regex. If the url matches this the call must be captured.

      • getExpiresIn

         final Long getExpiresIn()

        Remaining milliseconds until the rule expires.

      • getMaxSize

         final Long getMaxSize()

        Maximum size of the network body. The data must be trimmed if it exceeds it.

      • getStatusCodes

         final Set<Integer> getStatusCodes()

        Status codes to be captured. -1 for capturing fail network requests.