Class SiteCloneabilityCriterion


  • public final class SiteCloneabilityCriterion
    extends Object
    An app cloneability criterion.
    • Constructor Detail

      • SiteCloneabilityCriterion

        public SiteCloneabilityCriterion()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of criterion.
        Returns:
        the name value.
      • withName

        public SiteCloneabilityCriterion withName​(String name)
        Set the name property: Name of criterion.
        Parameters:
        name - the name value to set.
        Returns:
        the SiteCloneabilityCriterion object itself.
      • description

        public String description()
        Get the description property: Description of criterion.
        Returns:
        the description value.
      • withDescription

        public SiteCloneabilityCriterion withDescription​(String description)
        Set the description property: Description of criterion.
        Parameters:
        description - the description value to set.
        Returns:
        the SiteCloneabilityCriterion object itself.
      • validate

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