Class ContinentsResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.cdn.fluent.models.ContinentsResponseInner
-
public final class ContinentsResponseInner extends Object
Continents Response.
-
-
Constructor Summary
Constructors Constructor Description ContinentsResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ContinentsResponseContinentsItem>continents()Get the continents property: The continents property.List<ContinentsResponseCountryOrRegionsItem>countryOrRegions()Get the countryOrRegions property: The countryOrRegions property.voidvalidate()Validates the instance.ContinentsResponseInnerwithContinents(List<ContinentsResponseContinentsItem> continents)Set the continents property: The continents property.ContinentsResponseInnerwithCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)Set the countryOrRegions property: The countryOrRegions property.
-
-
-
Method Detail
-
continents
public List<ContinentsResponseContinentsItem> continents()
Get the continents property: The continents property.- Returns:
- the continents value.
-
withContinents
public ContinentsResponseInner withContinents(List<ContinentsResponseContinentsItem> continents)
Set the continents property: The continents property.- Parameters:
continents- the continents value to set.- Returns:
- the ContinentsResponseInner object itself.
-
countryOrRegions
public List<ContinentsResponseCountryOrRegionsItem> 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.
-
-