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