Interface EnrichmentDomainWhois


public interface EnrichmentDomainWhois
An immutable client-side representation of EnrichmentDomainWhois.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the created property: The timestamp at which this record was created.
    Gets the domain property: The domain for this whois record.
    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.
    Gets the server property: The hostname of this registrar's whois server.
    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

      Gets the parsedWhois property: The whois record for a given domain.
      Returns:
      the parsedWhois value.
    • innerModel

      Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner object.
      Returns:
      the inner object.