Class SiteCloneabilityCriterion
- java.lang.Object
-
- com.microsoft.azure.management.appservice.SiteCloneabilityCriterion
-
public class SiteCloneabilityCriterion extends Object
An app cloneability criterion.
-
-
Constructor Summary
Constructors Constructor Description SiteCloneabilityCriterion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get description of criterion.Stringname()Get name of criterion.SiteCloneabilityCriterionwithDescription(String description)Set description of criterion.SiteCloneabilityCriterionwithName(String name)Set name of criterion.
-
-
-
Method Detail
-
name
public String name()
Get name of criterion.- Returns:
- the name value
-
withName
public SiteCloneabilityCriterion withName(String name)
Set name of criterion.- Parameters:
name- the name value to set- Returns:
- the SiteCloneabilityCriterion object itself.
-
description
public String description()
Get description of criterion.- Returns:
- the description value
-
withDescription
public SiteCloneabilityCriterion withDescription(String description)
Set description of criterion.- Parameters:
description- the description value to set- Returns:
- the SiteCloneabilityCriterion object itself.
-
-