public final class ContinentsResponseCountryOrRegionsItem extends Object
| Constructor and Description |
|---|
ContinentsResponseCountryOrRegionsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
continentId()
Get the continentId property: The continentId property.
|
String |
id()
Get the id property: The id property.
|
void |
validate()
Validates the instance.
|
ContinentsResponseCountryOrRegionsItem |
withContinentId(String continentId)
Set the continentId property: The continentId property.
|
ContinentsResponseCountryOrRegionsItem |
withId(String id)
Set the id property: The id property.
|
public ContinentsResponseCountryOrRegionsItem()
public String id()
public ContinentsResponseCountryOrRegionsItem withId(String id)
id - the id value to set.public String continentId()
public ContinentsResponseCountryOrRegionsItem withContinentId(String continentId)
continentId - the continentId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.