Ler em inglês

Partilhar via


ContinentsResponseContinentsItem Classe

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

public class ContinentsResponseContinentsItem

O modelo ContinentsResponseContinentsItem.

Resumo do Construtor

Construtor Description
ContinentsResponseContinentsItem()

Resumo do método

Modificador e tipo Método e descrição
java.lang.String id()

Obtenha o valor da ID.

ContinentsResponseContinentsItem withId(String id)

Defina o valor da ID.

Métodos herdados 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

Detalhes do construtor

ContinentsResponseContinentsItem

public ContinentsResponseContinentsItem()

Detalhes do método

id

public String id()

Obtenha o valor da ID.

Returns:

o valor da ID

withId

public ContinentsResponseContinentsItem withId(String id)

Defina o valor da ID.

Parameters:

id - o valor da ID a ser definido

Returns:

o próprio objeto ContinentsResponseContinentsItem.

Aplica-se a

Azure SDK for Java

Legacy