Interface EnrichmentDomainWhois


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

      • 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.