@Generated(value={"Immutables.generator","_RemoveMemberRequest"}) public final class RemoveMemberRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RemoveMemberRequest.Builder
Builds instances of type
RemoveMemberRequest . |
Modifier and Type | Method and Description |
---|---|
static RemoveMemberRequest.Builder |
builder()
Creates a builder for
RemoveMemberRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveMemberRequest that have equal attribute values. |
String |
getGroupId()
The group id
|
String |
getIdentityZoneId()
Returns the identity zone id
|
String |
getIdentityZoneSubdomain()
Returns the identity zone subdomain
|
String |
getMemberId()
The member id
|
int |
hashCode()
Computes a hash code from attributes:
groupId , memberId , identityZoneId , identityZoneSubdomain . |
String |
toString()
Prints the immutable value
RemoveMemberRequest with attribute values. |
public String getGroupId()
public String getMemberId()
public String getIdentityZoneId()
public String getIdentityZoneSubdomain()
public boolean equals(Object another)
RemoveMemberRequest
that have equal attribute values.public int hashCode()
groupId
, memberId
, identityZoneId
, identityZoneSubdomain
.public String toString()
RemoveMemberRequest
with attribute values.public static RemoveMemberRequest.Builder builder()
RemoveMemberRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.