class CustomHttpPattern extends Message

Properties

string $kind
string $path

Methods

static 
descriptor()

No description

boolean
hasKind()

Check if has a value

string
getKind()

Get value

setKind(string $value)

Set value

boolean
hasPath()

Check if has a value

string
getPath()

Get value

setPath(string $value)

Set value

Details

at line line 585
static descriptor()

at line line 617
boolean hasKind()

Check if has a value

Return Value

boolean

at line line 626
CustomHttpPattern clearKind()

Clear value

Return Value

CustomHttpPattern

at line line 635
string getKind()

Get value

Return Value

string

at line line 645
CustomHttpPattern setKind(string $value)

Set value

Parameters

string $value

Return Value

CustomHttpPattern

at line line 654
boolean hasPath()

Check if has a value

Return Value

boolean

at line line 663
CustomHttpPattern clearPath()

Clear value

Return Value

CustomHttpPattern

at line line 672
string getPath()

Get value

Return Value

string

at line line 682
CustomHttpPattern setPath(string $value)

Set value

Parameters

string $value

Return Value

CustomHttpPattern