@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstance.Builder
Builds instances of type
ServiceInstance. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstance.Builder |
builder()
Creates a builder for
ServiceInstance. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceInstance that have equal attribute values. |
Integer |
getBoundApplicationCount()
The bound application count
|
String |
getDashboardUrl()
The dashboard url
|
String |
getId()
The id
|
LastOperation |
getLastOperation()
The last operation
|
MaintenanceInfo |
getMaintenanceInfo()
The maintenance info
|
String |
getName()
The name
|
String |
getServiceBrokerName()
The service broker name
|
Plan |
getServicePlan()
The service plan
|
Share |
getSharedFrom()
The shared from
|
List<Share> |
getSharedTo()
The shared to
|
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
boundApplicationCount, dashboardUrl, id, lastOperation, maintenanceInfo, name, serviceBrokerName, servicePlan, sharedFrom, sharedTo, type. |
String |
toString()
Prints the immutable value
ServiceInstance with attribute values. |
public Integer getBoundApplicationCount()
public String getDashboardUrl()
public String getId()
public LastOperation getLastOperation()
public MaintenanceInfo getMaintenanceInfo()
public String getName()
public String getServiceBrokerName()
public Plan getServicePlan()
public Share getSharedFrom()
public String getType()
public boolean equals(Object another)
ServiceInstance that have equal attribute values.public int hashCode()
boundApplicationCount, dashboardUrl, id, lastOperation, maintenanceInfo, name, serviceBrokerName, servicePlan, sharedFrom, sharedTo, type.public String toString()
ServiceInstance with attribute values.public static ServiceInstance.Builder builder()
ServiceInstance.
ServiceInstance.builder()
.boundApplicationCount(Integer | null) // nullable boundApplicationCount
.dashboardUrl(String | null) // nullable dashboardUrl
.id(String | null) // nullable id
.lastOperation(org.cloudfoundry.client.v2.serviceinstances.LastOperation | null) // nullable lastOperation
.maintenanceInfo(org.cloudfoundry.client.v2.MaintenanceInfo | null) // nullable maintenanceInfo
.name(String | null) // nullable name
.serviceBrokerName(String | null) // nullable serviceBrokerName
.servicePlan(org.cloudfoundry.client.v2.serviceinstances.Plan | null) // nullable servicePlan
.sharedFrom(org.cloudfoundry.client.v2.serviceinstances.Share | null) // nullable sharedFrom
.sharedTo(List<Share> | null) // nullable sharedTo
.type(String | null) // nullable type
.build();
Copyright © 2020. All rights reserved.