@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ConversationsJoinParamsIF"}) @Immutable public final class ConversationsJoinParams extends Object implements ConversationsJoinParamsIF
ConversationsJoinParamsIF.
Use the builder to create immutable instances:
ConversationsJoinParams.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsJoinParams.Builder
Builds instances of type
ConversationsJoinParams. |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsJoinParams.Builder |
builder()
Creates a builder for
ConversationsJoinParams. |
static ConversationsJoinParams |
copyOf(ConversationsJoinParamsIF instance)
Creates an immutable copy of a
ConversationsJoinParamsIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ConversationsJoinParams that have equal attribute values. |
String |
getChannelId() |
int |
hashCode()
Computes a hash code from attributes:
channelId. |
String |
toString()
Prints the immutable value
ConversationsJoinParams with attribute values. |
ConversationsJoinParams |
withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
public String getChannelId()
getChannelId in interface ConversationsJoinParamsIFchannelId attributepublic final ConversationsJoinParams withChannelId(String channelId)
channelId attribute.
An equals check used to prevent copying of the same value by returning this.channelId - A new value for channelIdthis objectpublic boolean equals(@Nullable Object another)
ConversationsJoinParams that have equal attribute values.public int hashCode()
channelId.public String toString()
ConversationsJoinParams with attribute values.public static ConversationsJoinParams copyOf(ConversationsJoinParamsIF instance)
ConversationsJoinParamsIF value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ConversationsJoinParams.Builder builder()
ConversationsJoinParams.Copyright © 2020. All rights reserved.