| Package | Description |
|---|---|
| org.cloudfoundry.doppler |
| Modifier and Type | Method and Description |
|---|---|
static CounterEvent.Builder |
CounterEvent.builder()
Creates a builder for
CounterEvent. |
CounterEvent.Builder |
CounterEvent.Builder.delta(Long delta)
Initializes the value for the
delta attribute. |
CounterEvent.Builder |
CounterEvent.Builder.from(CounterEvent instance)
Fill a builder with attribute values from the provided
CounterEvent instance. |
CounterEvent.Builder |
CounterEvent.Builder.name(String name)
Initializes the value for the
name attribute. |
CounterEvent.Builder |
CounterEvent.Builder.total(Long total)
Initializes the value for the
total attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.