@Generated(value={"Immutables.generator","_ServiceInstance"}) public final class ServiceInstance extends Object
_ServiceInstance
.
Use the builder to create immutable instances:
ServiceInstance.builder()
.
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. |
List<String> |
getApplications()
The bound applications
|
String |
getDashboardUrl()
The dashboard URL
|
String |
getDescription()
The service description
|
String |
getDocumentationUrl()
The documentation URL
|
String |
getId()
The service instance id
|
String |
getLastOperation()
The last operation
|
String |
getMessage()
The message
|
String |
getName()
The service instance name
|
String |
getPlan()
The managed service plan
|
String |
getService()
The name of the managed service
|
String |
getStartedAt()
When the service was last started
|
String |
getStatus()
The status of the last operation
|
List<String> |
getTags()
The tags for the service
|
ServiceInstanceType |
getType()
The type of the service instance
|
String |
getUpdatedAt()
When the service was last updated
|
int |
hashCode()
Computes a hash code from attributes:
applications , dashboardUrl , description , documentationUrl , id , lastOperation , message , name , plan , service , startedAt , status , tags , type , updatedAt . |
String |
toString()
Prints the immutable value
ServiceInstance with attribute values. |
public String getDashboardUrl()
public String getDescription()
public String getDocumentationUrl()
public String getId()
public String getLastOperation()
public String getMessage()
public String getName()
public String getPlan()
public String getService()
public String getStartedAt()
public String getStatus()
public ServiceInstanceType getType()
public String getUpdatedAt()
public boolean equals(Object another)
ServiceInstance
that have equal attribute values.public int hashCode()
applications
, dashboardUrl
, description
, documentationUrl
, id
, lastOperation
, message
, name
, plan
, service
, startedAt
, status
, tags
, type
, updatedAt
.public String toString()
ServiceInstance
with attribute values.public static ServiceInstance.Builder builder()
ServiceInstance
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.