@Generated(value={"Immutables.generator","_ServiceInstance"}) 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
|
String |
getName()
The name
|
Plan |
getServicePlan()
The service plan
|
int |
hashCode()
Computes a hash code from attributes:
boundApplicationCount, dashboardUrl, id, lastOperation, name, servicePlan. |
String |
toString()
Prints the immutable value
ServiceInstance with attribute values. |
public Integer getBoundApplicationCount()
public String getDashboardUrl()
public String getId()
public LastOperation getLastOperation()
public String getName()
public Plan getServicePlan()
public boolean equals(Object another)
ServiceInstance that have equal attribute values.public int hashCode()
boundApplicationCount, dashboardUrl, id, lastOperation, name, servicePlan.public String toString()
ServiceInstance with attribute values.public static ServiceInstance.Builder builder()
ServiceInstance.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.