Class FqdnEndpointsProperties


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

      • FqdnEndpointsProperties

        public FqdnEndpointsProperties()
    • Method Detail

      • category

        public String category()
        Get the category property: The category property.
        Returns:
        the category value.
      • withCategory

        public FqdnEndpointsProperties withCategory​(String category)
        Set the category property: The category property.
        Parameters:
        category - the category value to set.
        Returns:
        the FqdnEndpointsProperties object itself.
      • endpoints

        public List<FqdnEndpoint> endpoints()
        Get the endpoints property: The endpoints property.
        Returns:
        the endpoints value.
      • withEndpoints

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

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