ContinentsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. fluent. models. ContinentsResponseInner
- com.
Implements
public final class ContinentsResponseInner
implements JsonSerializable<ContinentsResponseInner>
Continents Response.
Constructor Summary
Constructor | Description |
---|---|
ContinentsResponseInner() |
Creates an instance of Continents |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Continents |
continents()
Get the continents property: The continents property. |
List<Continents |
countryOrRegions()
Get the country |
static
Continents |
fromJson(JsonReader jsonReader)
Reads an instance of Continents |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Continents |
withContinents(List<ContinentsResponseContinentsItem> continents)
Set the continents property: The continents property. |
Continents |
withCountryOrRegions(List<ContinentsResponseCountryOrRegionsItem> countryOrRegions)
Set the country |
Methods inherited from java.lang.Object
Constructor Details
ContinentsResponseInner
public ContinentsResponseInner()
Creates an instance of ContinentsResponseInner class.
Method Details
continents
public List
Get the continents property: The continents property.
Returns:
countryOrRegions
public List
Get the countryOrRegions property: The countryOrRegions property.
Returns:
fromJson
public static ContinentsResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ContinentsResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withContinents
public ContinentsResponseInner withContinents(List
Set the continents property: The continents property.
Parameters:
Returns:
withCountryOrRegions
public ContinentsResponseInner withCountryOrRegions(List
Set the countryOrRegions property: The countryOrRegions property.
Parameters:
Returns:
Applies to
Azure SDK for Java