Interface EnrichmentDomainWhois
public interface EnrichmentDomainWhois
An immutable client-side representation of EnrichmentDomainWhois.
-
Method Summary
Modifier and TypeMethodDescriptioncreated()
Gets the created property: The timestamp at which this record was created.domain()
Gets the domain property: The domain for this whois record.expires()
Gets the expires property: The timestamp at which this record will expire.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner object.Gets the parsedWhois property: The whois record for a given domain.server()
Gets the server property: The hostname of this registrar's whois server.updated()
Gets the updated property: The timestamp at which this record was last updated.
-
Method Details
-
domain
String domain()Gets the domain property: The domain for this whois record.- Returns:
- the domain value.
-
server
String server()Gets the server property: The hostname of this registrar's whois server.- Returns:
- the server value.
-
created
OffsetDateTime created()Gets the created property: The timestamp at which this record was created.- Returns:
- the created value.
-
updated
OffsetDateTime updated()Gets the updated property: The timestamp at which this record was last updated.- Returns:
- the updated value.
-
expires
OffsetDateTime expires()Gets the expires property: The timestamp at which this record will expire.- Returns:
- the expires value.
-
parsedWhois
EnrichmentDomainWhoisDetails parsedWhois()Gets the parsedWhois property: The whois record for a given domain.- Returns:
- the parsedWhois value.
-
innerModel
EnrichmentDomainWhoisInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner object.- Returns:
- the inner object.
-