Package com.dnsimple.data
Class DomainResearchStatus
java.lang.Object
com.dnsimple.data.DomainResearchStatus
Domain research status result.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe availability status (e.g.The domain name that was researched.Array of error messages if the domain cannot be researched.UUID identifier for this research request.
-
Constructor Details
-
DomainResearchStatus
-
-
Method Details
-
getRequestId
UUID identifier for this research request. -
getDomain
The domain name that was researched. -
getAvailability
The availability status (e.g. "available", "unavailable").- See Also:
-
getErrors
Array of error messages if the domain cannot be researched.
-