RequestMetadata
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
getDestinationAttributes()
No description
getRequestAttributes()
No description
Details
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
Peer
getDestinationAttributes()
No description
setRequestAttributes(Request $requestAttributes)
No description
Request
getRequestAttributes()
No description