ValidateProbeOutputInner Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. fluent. models. ValidateProbeOutputInner
- com.
Implements
public final class ValidateProbeOutputInner
implements JsonSerializable<ValidateProbeOutputInner>
Output of the validate probe API.
Constructor Summary
Constructor | Description |
---|---|
ValidateProbeOutputInner() |
Creates an instance of Validate |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
errorCode()
Get the error |
static
Validate |
fromJson(JsonReader jsonReader)
Reads an instance of Validate |
Boolean |
isValid()
Get the is |
String |
message()
Get the message property: The detailed error message describing why the probe URL is not accepted. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ValidateProbeOutputInner
public ValidateProbeOutputInner()
Creates an instance of ValidateProbeOutputInner class.
Method Details
errorCode
public String errorCode()
Get the errorCode property: Specifies the error code when the probe url is not accepted.
Returns:
fromJson
public static ValidateProbeOutputInner fromJson(JsonReader jsonReader)
Reads an instance of ValidateProbeOutputInner from the JsonReader.
Parameters:
Returns:
Throws:
isValid
public Boolean isValid()
Get the isValid property: Indicates whether the probe URL is accepted or not.
Returns:
message
public String message()
Get the message property: The detailed error message describing why the probe URL is not accepted.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java