Class ValidateCustomDomainOutputInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.ValidateCustomDomainOutputInner
-
public final class ValidateCustomDomainOutputInner extends Object
Output of custom domain validation.
-
-
Constructor Summary
Constructors Constructor Description ValidateCustomDomainOutputInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleancustomDomainValidated()Get the customDomainValidated property: Indicates whether the custom domain is valid or not.Stringmessage()Get the message property: Error message describing why the custom domain is not valid.Stringreason()Get the reason property: The reason why the custom domain is not valid.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
customDomainValidated
public Boolean customDomainValidated()
Get the customDomainValidated property: Indicates whether the custom domain is valid or not.- Returns:
- the customDomainValidated value.
-
reason
public String reason()
Get the reason property: The reason why the custom domain is not valid.- Returns:
- the reason value.
-
message
public String message()
Get the message property: Error message describing why the custom domain is not valid.- Returns:
- the message value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-