public class RequestAnalytics
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
RequestAnalytics.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
browser()
Gets the browser.
|
String |
device()
Gets the device.
|
RequestAnalytics.Builder |
newBuilder()
New builder.
|
String |
pageUrl()
Gets the pageUrl.
|
public RequestAnalytics.Builder newBuilder()
public String browser()
The browser that was used to send the message that triggered the event.
public String device()
The type of device that was used to send the message that triggered the event.
public String pageUrl()
The URL of the web page that was used to send the message that triggered the event.
Copyright © 2023 IBM Cloud. All rights reserved.