Class ValidateProbeInput


  • public final class ValidateProbeInput
    extends Object
    Input of the validate probe API.
    • Constructor Detail

      • ValidateProbeInput

        public ValidateProbeInput()
    • Method Detail

      • probeUrl

        public String probeUrl()
        Get the probeUrl property: The probe URL to validate.
        Returns:
        the probeUrl value.
      • withProbeUrl

        public ValidateProbeInput withProbeUrl​(String probeUrl)
        Set the probeUrl property: The probe URL to validate.
        Parameters:
        probeUrl - the probeUrl value to set.
        Returns:
        the ValidateProbeInput object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.