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