@Generated(value={"Immutables.generator","_HttpStart"}) public final class HttpStart extends Object
_HttpStart.
Use the builder to create immutable instances:
HttpStart.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpStart.Builder
Builds instances of type
HttpStart. |
| Modifier and Type | Method and Description |
|---|---|
static HttpStart.Builder |
builder()
Creates a builder for
HttpStart. |
boolean |
equals(Object another)
This instance is equal to all instances of
HttpStart that have equal attribute values. |
static HttpStart |
from(org.cloudfoundry.dropsonde.events.HttpStart dropsonde) |
UUID |
getApplicationId()
The application id
|
String |
getInstanceId()
The ID of the application instance
|
Integer |
getInstanceIndex()
The index of the application instance
|
Method |
getMethod()
The method of the request
|
UUID |
getParentRequestId()
The ID of the parent request of any request made to service an incoming request
|
PeerType |
getPeerType()
The role of the emitting process in the request cycle
|
String |
getRemoteAddress()
The remote address of the request.
|
UUID |
getRequestId()
The ID for tracking lifecycle of request.
|
Long |
getTimestamp()
The UNIX timestamp (in nanoseconds) when the request was sent (by a client) or received (by a server)
|
String |
getUri()
The uri of the request
|
String |
getUserAgent()
The contents of the UserAgent header on the request
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, instanceId, instanceIndex, method, parentRequestId, peerType, remoteAddress, requestId, timestamp, uri, userAgent. |
String |
toString()
Prints the immutable value
HttpStart with attribute values. |
public UUID getApplicationId()
public String getInstanceId()
public Integer getInstanceIndex()
public Method getMethod()
public UUID getParentRequestId()
public PeerType getPeerType()
public String getRemoteAddress()
public UUID getRequestId()
HttpStop eventpublic Long getTimestamp()
public String getUri()
public String getUserAgent()
public boolean equals(Object another)
HttpStart that have equal attribute values.public int hashCode()
applicationId, instanceId, instanceIndex, method, parentRequestId, peerType, remoteAddress, requestId, timestamp, uri, userAgent.public String toString()
HttpStart with attribute values.public static HttpStart.Builder builder()
HttpStart.public static HttpStart from(org.cloudfoundry.dropsonde.events.HttpStart dropsonde)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.