Class CustomDomainValidationResult
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.CustomDomainValidationResult
-
public class CustomDomainValidationResult extends Object
TheCdnProfile.validateEndpointCustomDomain(String, String)action result.
-
-
Constructor Summary
Constructors Constructor Description CustomDomainValidationResult(ValidateCustomDomainOutputInner inner)Construct CustomDomainValidationResult object from server response object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancustomDomainValidated()Get the customDomainValidated value.Stringmessage()Get the message value.Stringreason()Get the reason value.
-
-
-
Constructor Detail
-
CustomDomainValidationResult
public CustomDomainValidationResult(ValidateCustomDomainOutputInner inner)
Construct CustomDomainValidationResult object from server response object.- Parameters:
inner- server response for CustomDomainValidation request.
-
-
Method Detail
-
customDomainValidated
public boolean customDomainValidated()
Get the customDomainValidated value.- Returns:
- the customDomainValidated value
-
reason
public String reason()
Get the reason value.- Returns:
- the reason value
-
message
public String message()
Get the message value.- Returns:
- the message value
-
-