| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Counter.Builder |
Counter.builder()
Creates a builder for
Counter. |
Counter.Builder |
Counter.Builder.delta(Long delta)
Initializes the value for the
delta attribute. |
Counter.Builder |
Counter.Builder.from(Counter instance)
Fill a builder with attribute values from the provided
Counter instance. |
Counter.Builder |
Counter.Builder.name(String name)
Initializes the value for the
name attribute. |
Counter.Builder |
Counter.Builder.total(Long total)
Initializes the value for the
total attribute. |
Copyright © 2021. All rights reserved.