class RequestMetadata extends Model (View source)

Properties

string $callerIp
string $callerNetwork
string $callerSuppliedUserAgent
protected $destinationAttributesType
protected $destinationAttributesDataType
protected $requestAttributesType
protected $requestAttributesDataType

Methods

setCallerIp($callerIp)

No description

string
getCallerIp()

No description

setCallerNetwork($callerNetwork)

No description

string
getCallerNetwork()

No description

setCallerSuppliedUserAgent($callerSuppliedUserAgent)

No description

string
getCallerSuppliedUserAgent()

No description

setDestinationAttributes(Peer $destinationAttributes)

No description

getDestinationAttributes()

No description

setRequestAttributes(Request $requestAttributes)

No description

getRequestAttributes()

No description

Details

setCallerIp($callerIp)

No description

Parameters

$callerIp

string getCallerIp()

No description

Return Value

string

setCallerNetwork($callerNetwork)

No description

Parameters

$callerNetwork

string getCallerNetwork()

No description

Return Value

string

setCallerSuppliedUserAgent($callerSuppliedUserAgent)

No description

Parameters

$callerSuppliedUserAgent

string getCallerSuppliedUserAgent()

No description

Return Value

string

setDestinationAttributes(Peer $destinationAttributes)

No description

Parameters

Peer $destinationAttributes

Peer getDestinationAttributes()

No description

Return Value

Peer

setRequestAttributes(Request $requestAttributes)

No description

Parameters

Request $requestAttributes

Request getRequestAttributes()

No description

Return Value

Request