public class AnalyticsHttpEvent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AnalyticsHttpEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsHttpEvent.Builder |
builder() |
Integer |
getApiId() |
String |
getApiName() |
String |
getApiVersion() |
Long |
getApiVersionId() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientIp() |
DeploymentType |
getDeploymentType() |
String |
getEventId() |
String |
getFlowName() |
String |
getHostId() |
String |
getInstanceName() |
String |
getMuleAppName() |
String |
getOrgId() |
String |
getPath() |
PolicyViolation |
getPolicyViolation() |
String |
getReceivedTs() |
String |
getRepliedTs() |
int |
getRequestBytes() |
RequestDisposition |
getRequestDisposition() |
int |
getResponseBytes() |
int |
getStatusCode() |
String |
getTransactionId() |
String |
getUserAgent() |
String |
getVerb() |
String |
toString() |
public static AnalyticsHttpEvent.Builder builder()
public Integer getApiId()
public Long getApiVersionId()
public String getOrgId()
public String getHostId()
public String getClientId()
public String getTransactionId()
public String getReceivedTs()
public String getRepliedTs()
public String getClientIp()
public String getVerb()
public String getPath()
public int getStatusCode()
public String getUserAgent()
public int getRequestBytes()
public int getResponseBytes()
public RequestDisposition getRequestDisposition()
public PolicyViolation getPolicyViolation()
public String getApiName()
public String getApiVersion()
public String getApplicationName()
public String getEventId()
public String getInstanceName()
public String getFlowName()
public String getMuleAppName()
public DeploymentType getDeploymentType()
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.