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