Class TopLevelDomainProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.TopLevelDomainProperties
-
public final class TopLevelDomainProperties extends Object
TopLevelDomain resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description TopLevelDomainProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanprivacy()Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.voidvalidate()Validates the instance.TopLevelDomainPropertieswithPrivacy(Boolean privacy)Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.
-
-
-
Method Detail
-
privacy
public Boolean privacy()
Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.- Returns:
- the privacy value.
-
withPrivacy
public TopLevelDomainProperties withPrivacy(Boolean privacy)
Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.- Parameters:
privacy- the privacy value to set.- Returns:
- the TopLevelDomainProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-