class HttpQueryParameterMatch extends Model (View source)

Properties

string $exactMatch
string $name
bool $presentMatch
string $regexMatch

Methods

setExactMatch($exactMatch)

No description

string
getExactMatch()

No description

setName($name)

No description

string
getName()

No description

setPresentMatch($presentMatch)

No description

bool
getPresentMatch()

No description

setRegexMatch($regexMatch)

No description

string
getRegexMatch()

No description

Details

setExactMatch($exactMatch)

No description

Parameters

$exactMatch

string getExactMatch()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPresentMatch($presentMatch)

No description

Parameters

$presentMatch

bool getPresentMatch()

No description

Return Value

bool

setRegexMatch($regexMatch)

No description

Parameters

$regexMatch

string getRegexMatch()

No description

Return Value

string