@Generated(value="org.immutables.processor.ProxyProcessor") public final class ServiceUsageEventEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceUsageEventEntity.Builder
Builds instances of type
ServiceUsageEventEntity. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceUsageEventEntity.Builder |
builder()
Creates a builder for
ServiceUsageEventEntity. |
boolean |
equals(Object another)
This instance is equal to all instances of
ServiceUsageEventEntity that have equal attribute values. |
String |
getOrganizationId()
The organization id
|
String |
getServiceBrokerId()
The service broker id
|
String |
getServiceBrokerName()
The service broker name
|
String |
getServiceId()
The service id
|
String |
getServiceInstanceId()
The service instance id
|
String |
getServiceInstanceName()
The service instance name
|
String |
getServiceInstanceType()
The service instance type
|
String |
getServiceLabel()
The service label
|
String |
getServicePlanId()
The service plan id
|
String |
getServicePlanName()
The service plan name
|
String |
getSpaceId()
The space id
|
String |
getSpaceName()
The space name
|
String |
getState()
The state
|
int |
hashCode()
Computes a hash code from attributes:
organizationId, serviceBrokerId, serviceBrokerName, serviceId, serviceInstanceId, serviceInstanceName, serviceInstanceType, serviceLabel, servicePlanId, servicePlanName, spaceId, spaceName, state. |
String |
toString()
Prints the immutable value
ServiceUsageEventEntity with attribute values. |
public String getOrganizationId()
public String getServiceBrokerId()
public String getServiceBrokerName()
public String getServiceId()
public String getServiceInstanceId()
public String getServiceInstanceName()
public String getServiceInstanceType()
public String getServiceLabel()
public String getServicePlanId()
public String getServicePlanName()
public String getSpaceId()
public String getSpaceName()
public String getState()
public boolean equals(Object another)
ServiceUsageEventEntity that have equal attribute values.public int hashCode()
organizationId, serviceBrokerId, serviceBrokerName, serviceId, serviceInstanceId, serviceInstanceName, serviceInstanceType, serviceLabel, servicePlanId, servicePlanName, spaceId, spaceName, state.public String toString()
ServiceUsageEventEntity with attribute values.public static ServiceUsageEventEntity.Builder builder()
ServiceUsageEventEntity.
ServiceUsageEventEntity.builder()
.organizationId(String | null) // nullable organizationId
.serviceBrokerId(String | null) // nullable serviceBrokerId
.serviceBrokerName(String | null) // nullable serviceBrokerName
.serviceId(String | null) // nullable serviceId
.serviceInstanceId(String | null) // nullable serviceInstanceId
.serviceInstanceName(String | null) // nullable serviceInstanceName
.serviceInstanceType(String | null) // nullable serviceInstanceType
.serviceLabel(String | null) // nullable serviceLabel
.servicePlanId(String | null) // nullable servicePlanId
.servicePlanName(String | null) // nullable servicePlanName
.spaceId(String | null) // nullable spaceId
.spaceName(String | null) // nullable spaceName
.state(String | null) // nullable state
.build();
Copyright © 2020. All rights reserved.