/AWS1/CL_GDYORGANIZATION¶
Contains information about the ISP organization of the remote IP address.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_asn TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
iv_asnorg TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The organization that registered this ASN.
iv_isp TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The ISP information for the internet provider.
iv_org TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The name of the internet provider.
Queryable Attributes¶
Asn¶
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASN() |
Getter for ASN, with configurable default |
ASK_ASN() |
Getter for ASN w/ exceptions if field has no value |
HAS_ASN() |
Determine if ASN has a value |
AsnOrg¶
The organization that registered this ASN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASNORG() |
Getter for ASNORG, with configurable default |
ASK_ASNORG() |
Getter for ASNORG w/ exceptions if field has no value |
HAS_ASNORG() |
Determine if ASNORG has a value |
Isp¶
The ISP information for the internet provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISP() |
Getter for ISP, with configurable default |
ASK_ISP() |
Getter for ISP w/ exceptions if field has no value |
HAS_ISP() |
Determine if ISP has a value |
Org¶
The name of the internet provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORG() |
Getter for ORG, with configurable default |
ASK_ORG() |
Getter for ORG w/ exceptions if field has no value |
HAS_ORG() |
Determine if ORG has a value |