Class ContinentsResponseContinentsItem
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem
-
public final class ContinentsResponseContinentsItem extends Object
The ContinentsResponseContinentsItem model.
-
-
Constructor Summary
Constructors Constructor Description ContinentsResponseContinentsItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The id property.voidvalidate()Validates the instance.ContinentsResponseContinentsItemwithId(String id)Set the id property: The id property.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The id property.- Returns:
- the id value.
-
withId
public ContinentsResponseContinentsItem withId(String id)
Set the id property: The id property.- Parameters:
id- the id value to set.- Returns:
- the ContinentsResponseContinentsItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-