@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 |
getServiceKeyId()
The service key id
|
int |
hashCode()
Computes a hash code from attributes:
serviceKeyId. |
String |
toString()
Prints the immutable value
GetServiceKeyRequest with attribute values. |
public String getServiceKeyId()
public boolean equals(Object another)
GetServiceKeyRequest that have equal attribute values.public int hashCode()
serviceKeyId.public String toString()
GetServiceKeyRequest with attribute values.public static GetServiceKeyRequest.Builder builder()
GetServiceKeyRequest.
GetServiceKeyRequest.builder()
.serviceKeyId(String) // required serviceKeyId
.build();
Copyright © 2020. All rights reserved.