@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetServiceInstancePermissionsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServiceInstancePermissionsResponse.Builder
Builds instances of type
GetServiceInstancePermissionsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceInstancePermissionsResponse.Builder |
builder()
Creates a builder for
GetServiceInstancePermissionsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetServiceInstancePermissionsResponse that have equal attribute values. |
Boolean |
getManage()
The manage flag
|
Boolean |
getRead()
The read flag
|
int |
hashCode()
Computes a hash code from attributes:
manage, read. |
String |
toString()
Prints the immutable value
GetServiceInstancePermissionsResponse with attribute values. |
public Boolean getManage()
public Boolean getRead()
public boolean equals(Object another)
GetServiceInstancePermissionsResponse that have equal attribute values.public int hashCode()
manage, read.public String toString()
GetServiceInstancePermissionsResponse with attribute values.public static GetServiceInstancePermissionsResponse.Builder builder()
GetServiceInstancePermissionsResponse.
GetServiceInstancePermissionsResponse.builder()
.manage(Boolean | null) // nullable manage
.read(Boolean | null) // nullable read
.build();
Copyright © 2020. All rights reserved.