| Modifier and Type | Method and Description |
|---|---|
Request |
EventContent.request()
Get the request value.
|
Request |
Request.withAddr(String addr)
Set the addr value.
|
Request |
Request.withHost(String host)
Set the host value.
|
Request |
Request.withId(String id)
Set the id value.
|
Request |
Request.withMethod(String method)
Set the method value.
|
Request |
Request.withUseragent(String useragent)
Set the useragent value.
|
| Modifier and Type | Method and Description |
|---|---|
EventContent |
EventContent.withRequest(Request request)
Set the request value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/