@Generated(value={"Immutables.generator","_HttpStop"}) public final class HttpStop extends Object
_HttpStop.
Use the builder to create immutable instances:
HttpStop.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpStop.Builder
Builds instances of type
HttpStop. |
| Modifier and Type | Method and Description |
|---|---|
static HttpStop.Builder |
builder()
Creates a builder for
HttpStop. |
boolean |
equals(Object another)
This instance is equal to all instances of
HttpStop that have equal attribute values. |
static HttpStop |
from(org.cloudfoundry.dropsonde.events.HttpStop dropsonde) |
UUID |
getApplicationId()
The application id
|
Long |
getContentLength()
The length of the response in bytes
|
PeerType |
getPeerType()
The role of the emitting process in the request cycle
|
UUID |
getRequestId()
The ID for tracking lifecycle of request.
|
Integer |
getStatusCode()
The status code returned with the response to the request
|
Long |
getTimestamp()
The UNIX timestamp (in nanoseconds) when the request was received
|
String |
getUri()
The uri of the request
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, contentLength, peerType, requestId, statusCode, timestamp, uri. |
String |
toString()
Prints the immutable value
HttpStop with attribute values. |
public UUID getApplicationId()
public Long getContentLength()
public PeerType getPeerType()
public UUID getRequestId()
HttpStop eventpublic Integer getStatusCode()
public Long getTimestamp()
public String getUri()
public boolean equals(Object another)
HttpStop that have equal attribute values.public int hashCode()
applicationId, contentLength, peerType, requestId, statusCode, timestamp, uri.public String toString()
HttpStop with attribute values.public static HttpStop.Builder builder()
HttpStop.public static HttpStop from(org.cloudfoundry.dropsonde.events.HttpStop dropsonde)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.