Class BrowserMonitorConfiguration


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public final class BrowserMonitorConfiguration
    extends MonitorConfiguration
    Configuration details for the BROWSER monitor type.
    Note: Objects should always be created or deserialized using the BrowserMonitorConfiguration.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the BrowserMonitorConfiguration.Builder, which maintain a set of all explicitly set fields called BrowserMonitorConfiguration.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getIsCertificateValidationEnabled

        public Boolean getIsCertificateValidationEnabled()
        If certificate validation is enabled, then the call will fail in case of certification errors.
        Returns:
        the value
      • getIsDefaultSnapshotEnabled

        public Boolean getIsDefaultSnapshotEnabled()
        If disabled, auto snapshots are not collected.
        Returns:
        the value
      • getVerifyTexts

        public List<VerifyText> getVerifyTexts()
        Verifies all the search strings present in the response.

        If any search string is not present in the response, then it will be considered as a failure.

        Returns:
        the value
      • getVerifyResponseCodes

        public List<String> getVerifyResponseCodes()
        Expected HTTP response codes.

        For status code range, set values such as 2xx, 3xx.

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class MonitorConfiguration
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation