Share via


ContinentsResponseCountryOrRegionsItem Clase

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ContinentsResponseCountryOrRegionsItem

public class ContinentsResponseCountryOrRegionsItem

El modelo ContinentsResponseCountryOrRegionsItem.

Resumen del constructor

Constructor Description
ContinentsResponseCountryOrRegionsItem()

Resumen del método

Modificador y tipo Método y descripción
java.lang.String continentId()

Obtenga el valor de id. del continente.

java.lang.String id()

Obtenga el valor de id.

ContinentsResponseCountryOrRegionsItem withContinentId(String continentId)

Establezca el valor de id. del continente.

ContinentsResponseCountryOrRegionsItem withId(String id)

Establezca el valor de id.

Métodos heredados de java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detalles del constructor

ContinentsResponseCountryOrRegionsItem

public ContinentsResponseCountryOrRegionsItem()

Detalles del método

continentId

public String continentId()

Obtenga el valor de continentId.

Returns:

valor de continentId

id

public String id()

Obtenga el valor de id.

Returns:

el valor de id.

withContinentId

public ContinentsResponseCountryOrRegionsItem withContinentId(String continentId)

Establezca el valor de continentId.

Parameters:

continentId - valor de continentId que se va a establecer

Returns:

el propio objeto ContinentsResponseCountryOrRegionsItem.

withId

public ContinentsResponseCountryOrRegionsItem withId(String id)

Establezca el valor de id.

Parameters:

id - el valor de id que se va a establecer

Returns:

el propio objeto ContinentsResponseCountryOrRegionsItem.

Se aplica a