public final class ServiceInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceInstance.ServiceInstanceBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstance.ServiceInstanceBuilder |
builder() |
boolean |
equals(Object o) |
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() |
String |
toString() |
@Generated(value="lombok") public static ServiceInstance.ServiceInstanceBuilder builder()
@Generated(value="lombok") public List<String> getApplications()
@Generated(value="lombok") public String getDashboardUrl()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public String getDocumentationUrl()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getLastOperation()
@Generated(value="lombok") public String getMessage()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getPlan()
@Generated(value="lombok") public String getService()
@Generated(value="lombok") public String getStartedAt()
@Generated(value="lombok") public String getStatus()
@Generated(value="lombok") public List<String> getTags()
@Generated(value="lombok") public ServiceInstanceType getType()
@Generated(value="lombok") public String getUpdatedAt()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.