Share via


DeliveryRuleUrlPathCondition Clase

public class DeliveryRuleUrlPathCondition
extends DeliveryRuleCondition

Define la condición UrlPath para la regla de entrega.

Resumen del constructor

Constructor Description
DeliveryRuleUrlPathCondition()

Resumen del método

Modificador y tipo Método y descripción
UrlPathMatchConditionParameters parameters()

Get define los parámetros de la condición.

DeliveryRuleUrlPathCondition withParameters(UrlPathMatchConditionParameters parameters)

Set define los parámetros de la condición.

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

DeliveryRuleUrlPathCondition

public DeliveryRuleUrlPathCondition()

Detalles del método

parameters

public UrlPathMatchConditionParameters parameters()

Get define los parámetros de la condición.

Returns:

el valor de los parámetros

withParameters

public DeliveryRuleUrlPathCondition withParameters(UrlPathMatchConditionParameters parameters)

Set define los parámetros de la condición.

Parameters:

parameters - valor de parámetros que se va a establecer

Returns:

El propio objeto DeliveryRuleUrlPathCondition.

Se aplica a