Class ContinentsResponseInner
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner
Continents Response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the continents property: The continents property.Get the countryOrRegions property: The countryOrRegions property.voidvalidate()Validates the instance.withContinents(List<ContinentsResponseContinentsItem> continents) Set the continents property: The continents property.withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions) Set the countryOrRegions property: The countryOrRegions property.
-
Constructor Details
-
ContinentsResponseInner
public ContinentsResponseInner()
-
-
Method Details
-
continents
Get the continents property: The continents property.- Returns:
- the continents value.
-
withContinents
Set the continents property: The continents property.- Parameters:
continents- the continents value to set.- Returns:
- the ContinentsResponseInner object itself.
-
countryOrRegions
Get the countryOrRegions property: The countryOrRegions property.- Returns:
- the countryOrRegions value.
-
withCountryOrRegions
public ContinentsResponseInner withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions) Set the countryOrRegions property: The countryOrRegions property.- Parameters:
countryOrRegions- the countryOrRegions value to set.- Returns:
- the ContinentsResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-