| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
HttpStop.Builder |
HttpStop.Builder.applicationId(UUID applicationId)
Initializes the value for the
applicationId attribute. |
static HttpStop.Builder |
HttpStop.builder()
Creates a builder for
HttpStop. |
HttpStop.Builder |
HttpStop.Builder.contentLength(Long contentLength)
Initializes the value for the
contentLength attribute. |
HttpStop.Builder |
HttpStop.Builder.from(HttpStop instance)
Fill a builder with attribute values from the provided
HttpStop instance. |
HttpStop.Builder |
HttpStop.Builder.peerType(PeerType peerType)
Initializes the value for the
peerType attribute. |
HttpStop.Builder |
HttpStop.Builder.requestId(UUID requestId)
Initializes the value for the
requestId attribute. |
HttpStop.Builder |
HttpStop.Builder.statusCode(Integer statusCode)
Initializes the value for the
statusCode attribute. |
HttpStop.Builder |
HttpStop.Builder.timestamp(Long timestamp)
Initializes the value for the
timestamp attribute. |
HttpStop.Builder |
HttpStop.Builder.uri(String uri)
Initializes the value for the
uri attribute. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.