@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceInstanceSummary extends AbstractServiceInstanceSummary
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstanceSummary.Builder
Builds instances of type
ServiceInstanceSummary. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceSummary.Builder |
builder()
Creates a builder for
ServiceInstanceSummary. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceInstanceSummary that have equal attribute values. |
List<String> |
getApplications()
The bound applications
|
String |
getId()
The service instance id
|
String |
getLastOperation()
The last operation for the service
|
MaintenanceInfo |
getMaintenanceInfo()
The maintenance info
|
String |
getName()
The service instance name
|
String |
getPlan()
The managed service plan
|
String |
getService()
The name of the managed service
|
List<String> |
getTags()
The tags
|
ServiceInstanceType |
getType()
The type of the service instance
|
int |
hashCode()
Computes a hash code from attributes:
applications, id, lastOperation, maintenanceInfo, name, plan, service, tags, type. |
String |
toString()
Prints the immutable value
ServiceInstanceSummary with attribute values. |
public String getId()
public String getLastOperation()
public MaintenanceInfo getMaintenanceInfo()
public String getName()
public String getPlan()
public String getService()
public ServiceInstanceType getType()
public boolean equals(Object another)
ServiceInstanceSummary that have equal attribute values.public int hashCode()
applications, id, lastOperation, maintenanceInfo, name, plan, service, tags, type.public String toString()
ServiceInstanceSummary with attribute values.public static ServiceInstanceSummary.Builder builder()
ServiceInstanceSummary.
ServiceInstanceSummary.builder()
.application|addAllApplications(String) // applications elements
.id(String) // required id
.lastOperation(String | null) // nullable lastOperation
.maintenanceInfo(org.cloudfoundry.client.v2.MaintenanceInfo | null) // nullable maintenanceInfo
.name(String) // required name
.plan(String | null) // nullable plan
.service(String | null) // nullable service
.tags(List<String> | null) // nullable tags
.type(org.cloudfoundry.operations.services.ServiceInstanceType) // required type
.build();
Copyright © 2021. All rights reserved.