@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceOfferingRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceOfferingRequest.Builder
Builds instances of type
GetServiceOfferingRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceOfferingRequest.Builder |
builder()
Creates a builder for
GetServiceOfferingRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceOfferingRequest that have equal attribute values. |
String |
getServiceOfferingId()
The service offering id
|
int |
hashCode()
Computes a hash code from attributes:
serviceOfferingId. |
String |
toString()
Prints the immutable value
GetServiceOfferingRequest with attribute values. |
public String getServiceOfferingId()
public boolean equals(Object another)
GetServiceOfferingRequest that have equal attribute values.public int hashCode()
serviceOfferingId.public String toString()
GetServiceOfferingRequest with attribute values.public static GetServiceOfferingRequest.Builder builder()
GetServiceOfferingRequest.
GetServiceOfferingRequest.builder()
.serviceOfferingId(String) // required serviceOfferingId
.build();
Copyright © 2022. All rights reserved.