| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessStatisticsResource> |
GetApplicationProcessStatisticsResponse.getResources()
The resources
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationProcessStatisticsResponse.Builder |
GetApplicationProcessStatisticsResponse.Builder.resource(ProcessStatisticsResource element)
Adds one element to
resources list. |
GetApplicationProcessStatisticsResponse.Builder |
GetApplicationProcessStatisticsResponse.Builder.resources(ProcessStatisticsResource... elements)
Adds elements to
resources list. |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationProcessStatisticsResponse.Builder |
GetApplicationProcessStatisticsResponse.Builder.addAllResources(Iterable<? extends ProcessStatisticsResource> elements)
Adds elements to
resources list. |
GetApplicationProcessStatisticsResponse.Builder |
GetApplicationProcessStatisticsResponse.Builder.resources(Iterable<? extends ProcessStatisticsResource> elements)
Sets or replaces all elements for
resources list. |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatisticsResource |
ProcessStatisticsResource.Builder.build()
Builds a new
ProcessStatisticsResource. |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessStatisticsResource> |
GetProcessStatisticsResponse.getResources()
The resources
|
| Modifier and Type | Method and Description |
|---|---|
ProcessStatisticsResource.Builder |
ProcessStatisticsResource.Builder.from(ProcessStatisticsResource instance)
Fill a builder with attribute values from the provided
ProcessStatisticsResource instance. |
GetProcessStatisticsResponse.Builder |
GetProcessStatisticsResponse.Builder.resource(ProcessStatisticsResource element)
Adds one element to
resources list. |
GetProcessStatisticsResponse.Builder |
GetProcessStatisticsResponse.Builder.resources(ProcessStatisticsResource... elements)
Adds elements to
resources list. |
| Modifier and Type | Method and Description |
|---|---|
GetProcessStatisticsResponse.Builder |
GetProcessStatisticsResponse.Builder.addAllResources(Iterable<? extends ProcessStatisticsResource> elements)
Adds elements to
resources list. |
GetProcessStatisticsResponse.Builder |
GetProcessStatisticsResponse.Builder.resources(Iterable<? extends ProcessStatisticsResource> elements)
Sets or replaces all elements for
resources list. |
Copyright © 2020. All rights reserved.