Share via


ResourcesResponseEndpointsItemCustomDomainsItem Clase

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

public class ResourcesResponseEndpointsItemCustomDomainsItem

El modelo ResourcesResponseEndpointsItemCustomDomainsItem.

Resumen del constructor

Constructor Description
ResourcesResponseEndpointsItemCustomDomainsItem()

Resumen del método

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

Obtenga el valor de Id. del punto de conexión.

java.lang.Boolean history()

Obtiene el valor del historial.

java.lang.String id()

Obtenga el valor de id.

java.lang.String name()

Obtenga el valor de nombre.

ResourcesResponseEndpointsItemCustomDomainsItem withEndpointId(String endpointId)

Establezca el valor de Id. del punto de conexión.

ResourcesResponseEndpointsItemCustomDomainsItem withHistory(Boolean history)

Establezca el valor del historial.

ResourcesResponseEndpointsItemCustomDomainsItem withId(String id)

Establezca el valor de id.

ResourcesResponseEndpointsItemCustomDomainsItem withName(String name)

Establezca el valor de nombre.

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

ResourcesResponseEndpointsItemCustomDomainsItem

public ResourcesResponseEndpointsItemCustomDomainsItem()

Detalles del método

endpointId

public String endpointId()

Obtenga el valor endpointId.

Returns:

el valor endpointId

history

public Boolean history()

Obtiene el valor del historial.

Returns:

el valor del historial

id

public String id()

Obtenga el valor de id.

Returns:

el valor de id.

name

public String name()

Obtenga el valor de nombre.

Returns:

el valor de nombre

withEndpointId

public ResourcesResponseEndpointsItemCustomDomainsItem withEndpointId(String endpointId)

Establezca el valor endpointId.

Parameters:

endpointId - valor endpointId que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItemCustomDomainsItem.

withHistory

public ResourcesResponseEndpointsItemCustomDomainsItem withHistory(Boolean history)

Establezca el valor del historial.

Parameters:

history - valor del historial que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItemCustomDomainsItem.

withId

public ResourcesResponseEndpointsItemCustomDomainsItem withId(String id)

Establezca el valor de id.

Parameters:

id - el valor de id que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItemCustomDomainsItem.

withName

public ResourcesResponseEndpointsItemCustomDomainsItem withName(String name)

Establezca el valor de nombre.

Parameters:

name - el valor de nombre que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItemCustomDomainsItem.

Se aplica a