| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.applications |
| Modifier and Type | Method and Description |
|---|---|
Statistics.Builder |
Statistics.Builder.addAllUris(Iterable<String> elements)
Adds elements to
uris list. |
static Statistics.Builder |
Statistics.builder()
Creates a builder for
Statistics. |
Statistics.Builder |
Statistics.Builder.diskQuota(Long diskQuota)
Initializes the value for the
diskQuota attribute. |
Statistics.Builder |
Statistics.Builder.fdsQuota(Integer fdsQuota)
Initializes the value for the
fdsQuota attribute. |
Statistics.Builder |
Statistics.Builder.from(Statistics instance)
Fill a builder with attribute values from the provided
Statistics instance. |
Statistics.Builder |
Statistics.Builder.host(String host)
Initializes the value for the
host attribute. |
Statistics.Builder |
Statistics.Builder.memoryQuota(Long memoryQuota)
Initializes the value for the
memoryQuota attribute. |
Statistics.Builder |
Statistics.Builder.name(String name)
Initializes the value for the
name attribute. |
Statistics.Builder |
Statistics.Builder.netInfo(NetInfo netInfo)
Initializes the value for the
netInfo attribute. |
Statistics.Builder |
Statistics.Builder.port(Integer port)
Initializes the value for the
port attribute. |
Statistics.Builder |
Statistics.Builder.uptime(Long uptime)
Initializes the value for the
uptime attribute. |
Statistics.Builder |
Statistics.Builder.uri(String... elements)
Adds elements to
uris list. |
Statistics.Builder |
Statistics.Builder.uri(String element)
Adds one element to
uris list. |
Statistics.Builder |
Statistics.Builder.uris(Iterable<String> elements)
Sets or replaces all elements for
uris list. |
Statistics.Builder |
Statistics.Builder.usage(Usage usage)
Initializes the value for the
usage attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.