Class FqdnEndpoint


  • public final class FqdnEndpoint
    extends Object
    The FqdnEndpoint model.
    • Constructor Detail

      • FqdnEndpoint

        public FqdnEndpoint()
    • Method Detail

      • domainName

        public String domainName()
        Get the domainName property: The domainName property.
        Returns:
        the domainName value.
      • withDomainName

        public FqdnEndpoint withDomainName​(String domainName)
        Set the domainName property: The domainName property.
        Parameters:
        domainName - the domainName value to set.
        Returns:
        the FqdnEndpoint object itself.
      • endpointDetails

        public List<FqdnEndpointDetail> endpointDetails()
        Get the endpointDetails property: The endpointDetails property.
        Returns:
        the endpointDetails value.
      • withEndpointDetails

        public FqdnEndpoint withEndpointDetails​(List<FqdnEndpointDetail> endpointDetails)
        Set the endpointDetails property: The endpointDetails property.
        Parameters:
        endpointDetails - the endpointDetails value to set.
        Returns:
        the FqdnEndpoint object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.