Share via


ResourcesResponseEndpointsItem Clase

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

public class ResourcesResponseEndpointsItem

El modelo ResourcesResponseEndpointsItem.

Resumen del constructor

Constructor Description
ResourcesResponseEndpointsItem()

Resumen del método

Modificador y tipo Método y descripción
java.util.List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains()

Obtenga el valor dominios personalizados.

java.lang.Boolean history()

Obtenga el valor del historial.

java.lang.String id()

Obtenga el valor de id.

java.lang.String name()

Obtenga el valor de nombre.

ResourcesResponseEndpointsItem withCustomDomains(List<ResourcesResponseEndpointsItemCustomDomainsItem> customDomains)

Establezca el valor dominios personalizados.

ResourcesResponseEndpointsItem withHistory(Boolean history)

Establezca el valor del historial.

ResourcesResponseEndpointsItem withId(String id)

Establezca el valor de id.

ResourcesResponseEndpointsItem 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

ResourcesResponseEndpointsItem

public ResourcesResponseEndpointsItem()

Detalles del método

customDomains

public List customDomains()

Obtenga el valor customDomains.

Returns:

el valor customDomains

history

public Boolean history()

Obtenga 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

withCustomDomains

public ResourcesResponseEndpointsItem withCustomDomains(List customDomains)

Establezca el valor customDomains.

Parameters:

customDomains - el valor customDomains que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItem.

withHistory

public ResourcesResponseEndpointsItem withHistory(Boolean history)

Establezca el valor del historial.

Parameters:

history - valor del historial que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItem.

withId

public ResourcesResponseEndpointsItem withId(String id)

Establezca el valor de id.

Parameters:

id - el valor id que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItem.

withName

public ResourcesResponseEndpointsItem withName(String name)

Establezca el valor de nombre.

Parameters:

name - valor de nombre que se va a establecer

Returns:

El propio objeto ResourcesResponseEndpointsItem.

Se aplica a