Class EnrichmentDomainWhoisInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentDomainWhoisInner
Whois information for a given domain and associated metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreated()
Get the created property: The timestamp at which this record was created.domain()
Get the domain property: The domain for this whois record.expires()
Get the expires property: The timestamp at which this record will expire.Get the parsedWhois property: The whois record for a given domain.server()
Get the server property: The hostname of this registrar's whois server.updated()
Get the updated property: The timestamp at which this record was last updated.void
validate()
Validates the instance.withCreated
(OffsetDateTime created) Set the created property: The timestamp at which this record was created.withDomain
(String domain) Set the domain property: The domain for this whois record.withExpires
(OffsetDateTime expires) Set the expires property: The timestamp at which this record will expire.withParsedWhois
(EnrichmentDomainWhoisDetails parsedWhois) Set the parsedWhois property: The whois record for a given domain.withServer
(String server) Set the server property: The hostname of this registrar's whois server.withUpdated
(OffsetDateTime updated) Set the updated property: The timestamp at which this record was last updated.
-
Constructor Details
-
EnrichmentDomainWhoisInner
public EnrichmentDomainWhoisInner()
-
-
Method Details
-
domain
Get the domain property: The domain for this whois record.- Returns:
- the domain value.
-
withDomain
Set the domain property: The domain for this whois record.- Parameters:
domain
- the domain value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
server
Get the server property: The hostname of this registrar's whois server.- Returns:
- the server value.
-
withServer
Set the server property: The hostname of this registrar's whois server.- Parameters:
server
- the server value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
created
Get the created property: The timestamp at which this record was created.- Returns:
- the created value.
-
withCreated
Set the created property: The timestamp at which this record was created.- Parameters:
created
- the created value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
updated
Get the updated property: The timestamp at which this record was last updated.- Returns:
- the updated value.
-
withUpdated
Set the updated property: The timestamp at which this record was last updated.- Parameters:
updated
- the updated value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
expires
Get the expires property: The timestamp at which this record will expire.- Returns:
- the expires value.
-
withExpires
Set the expires property: The timestamp at which this record will expire.- Parameters:
expires
- the expires value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
parsedWhois
Get the parsedWhois property: The whois record for a given domain.- Returns:
- the parsedWhois value.
-
withParsedWhois
Set the parsedWhois property: The whois record for a given domain.- Parameters:
parsedWhois
- the parsedWhois value to set.- Returns:
- the EnrichmentDomainWhoisInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-