Class DomainRecommendationSearchParameters
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.DomainRecommendationSearchParameters
-
public final class DomainRecommendationSearchParameters extends Object
Domain recommendation search parameters.
-
-
Constructor Summary
Constructors Constructor Description DomainRecommendationSearchParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringkeywords()Get the keywords property: Keywords to be used for generating domain recommendations.IntegermaxDomainRecommendations()Get the maxDomainRecommendations property: Maximum number of recommendations.voidvalidate()Validates the instance.DomainRecommendationSearchParameterswithKeywords(String keywords)Set the keywords property: Keywords to be used for generating domain recommendations.DomainRecommendationSearchParameterswithMaxDomainRecommendations(Integer maxDomainRecommendations)Set the maxDomainRecommendations property: Maximum number of recommendations.
-
-
-
Method Detail
-
keywords
public String keywords()
Get the keywords property: Keywords to be used for generating domain recommendations.- Returns:
- the keywords value.
-
withKeywords
public DomainRecommendationSearchParameters withKeywords(String keywords)
Set the keywords property: Keywords to be used for generating domain recommendations.- Parameters:
keywords- the keywords value to set.- Returns:
- the DomainRecommendationSearchParameters object itself.
-
maxDomainRecommendations
public Integer maxDomainRecommendations()
Get the maxDomainRecommendations property: Maximum number of recommendations.- Returns:
- the maxDomainRecommendations value.
-
withMaxDomainRecommendations
public DomainRecommendationSearchParameters withMaxDomainRecommendations(Integer maxDomainRecommendations)
Set the maxDomainRecommendations property: Maximum number of recommendations.- Parameters:
maxDomainRecommendations- the maxDomainRecommendations value to set.- Returns:
- the DomainRecommendationSearchParameters object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-