ContinentsResponseContinentsItem Class

  • java.lang.Object
    • com.azure.resourcemanager.cdn.models.ContinentsResponseContinentsItem

public final class ContinentsResponseContinentsItem

The ContinentsResponseContinentsItem model.

Constructor Summary

Constructor Description
ContinentsResponseContinentsItem()

Creates an instance of ContinentsResponseContinentsItem class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The id property.

void validate()

Validates the instance.

ContinentsResponseContinentsItem 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

id

public String id()

Get the id property: The id property.

Returns:

the id value.

validate

public void validate()

Validates the instance.

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.

Applies to