Class ValidateProbeOutputInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.ValidateProbeOutputInner
-
public final class ValidateProbeOutputInner extends Object
Output of the validate probe API.
-
-
Constructor Summary
Constructors Constructor Description ValidateProbeOutputInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringerrorCode()Get the errorCode property: Specifies the error code when the probe url is not accepted.BooleanisValid()Get the isValid property: Indicates whether the probe URL is accepted or not.Stringmessage()Get the message property: The detailed error message describing why the probe URL is not accepted.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
isValid
public Boolean isValid()
Get the isValid property: Indicates whether the probe URL is accepted or not.- Returns:
- the isValid value.
-
errorCode
public String errorCode()
Get the errorCode property: Specifies the error code when the probe url is not accepted.- Returns:
- the errorCode value.
-
message
public String message()
Get the message property: The detailed error message describing why the probe URL is not accepted.- Returns:
- the message value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-