| Package | Description |
|---|---|
| org.cloudfoundry.logcache.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Metadata.Builder |
Metadata.builder()
Creates a builder for
Metadata. |
Metadata.Builder |
Metadata.Builder.count(Long count)
Initializes the value for the
count attribute. |
Metadata.Builder |
Metadata.Builder.expired(long expired)
Initializes the optional value
expired to expired. |
Metadata.Builder |
Metadata.Builder.expired(Optional<Long> expired)
Initializes the optional value
expired to expired. |
Metadata.Builder |
Metadata.Builder.from(Metadata instance)
Fill a builder with attribute values from the provided
Metadata instance. |
Metadata.Builder |
Metadata.Builder.newestTimestamp(Long newestTimestamp)
Initializes the value for the
newestTimestamp attribute. |
Metadata.Builder |
Metadata.Builder.oldestTimestamp(Long oldestTimestamp)
Initializes the value for the
oldestTimestamp attribute. |
Copyright © 2021. All rights reserved.