/AWS1/CL_R5DGETCONTACTREACHA01¶
GetContactReachabilityStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/R5DDOMAINNAME /AWS1/R5DDOMAINNAME¶
The domain name for which you requested the reachability status.
iv_status TYPE /AWS1/R5DREACHABILITYSTATUS /AWS1/R5DREACHABILITYSTATUS¶
Whether the registrant contact has responded. Values include the following:
- PENDING
We sent the confirmation email and haven't received a response yet.
- DONE
We sent the email and got confirmation from the registrant contact.
- EXPIRED
The time limit expired before the registrant contact responded.
Queryable Attributes¶
domainName¶
The domain name for which you requested the reachability status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
status¶
Whether the registrant contact has responded. Values include the following:
- PENDING
We sent the confirmation email and haven't received a response yet.
- DONE
We sent the email and got confirmation from the registrant contact.
- EXPIRED
The time limit expired before the registrant contact responded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |