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