public final class SiteCloneabilityCriterion extends Object
| Constructor and Description |
|---|
SiteCloneabilityCriterion() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: Description of criterion.
|
String |
name()
Get the name property: Name of criterion.
|
void |
validate()
Validates the instance.
|
SiteCloneabilityCriterion |
withDescription(String description)
Set the description property: Description of criterion.
|
SiteCloneabilityCriterion |
withName(String name)
Set the name property: Name of criterion.
|
public String name()
public SiteCloneabilityCriterion withName(String name)
name - the name value to set.public String description()
public SiteCloneabilityCriterion withDescription(String description)
description - the description value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.