Class ContinentsResponseCountryOrRegionsItem
java.lang.Object
com.microsoft.azure.management.cdn.ContinentsResponseCountryOrRegionsItem
The ContinentsResponseCountryOrRegionsItem model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the continentId value.id()
Get the id value.withContinentId
(String continentId) Set the continentId value.Set the id value.
-
Constructor Details
-
ContinentsResponseCountryOrRegionsItem
public ContinentsResponseCountryOrRegionsItem()
-
-
Method Details
-
id
Get the id value.- Returns:
- the id value
-
withId
Set the id value.- Parameters:
id
- the id value to set- Returns:
- the ContinentsResponseCountryOrRegionsItem object itself.
-
continentId
Get the continentId value.- Returns:
- the continentId value
-
withContinentId
Set the continentId value.- Parameters:
continentId
- the continentId value to set- Returns:
- the ContinentsResponseCountryOrRegionsItem object itself.
-