@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ConversationArchiveParamsIF"}) @Immutable public final class ConversationArchiveParams extends Object implements ConversationArchiveParamsIF
ConversationArchiveParamsIF.
Use the builder to create immutable instances:
ConversationArchiveParams.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationArchiveParams.Builder
Builds instances of type
ConversationArchiveParams. |
| Modifier and Type | Method and Description |
|---|---|
static ConversationArchiveParams.Builder |
builder()
Creates a builder for
ConversationArchiveParams. |
static ConversationArchiveParams |
copyOf(ConversationArchiveParamsIF instance)
Creates an immutable copy of a
ConversationArchiveParamsIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ConversationArchiveParams that have equal attribute values. |
String |
getChannelId() |
int |
hashCode()
Computes a hash code from attributes:
channelId. |
String |
toString()
Prints the immutable value
ConversationArchiveParams with attribute values. |
ConversationArchiveParams |
withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
public String getChannelId()
getChannelId in interface HasChannelgetChannelId in interface ConversationArchiveParamsIFchannelId attributepublic final ConversationArchiveParams 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)
ConversationArchiveParams that have equal attribute values.public int hashCode()
channelId.public String toString()
ConversationArchiveParams with attribute values.public static ConversationArchiveParams copyOf(ConversationArchiveParamsIF instance)
ConversationArchiveParamsIF 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 ConversationArchiveParams.Builder builder()
ConversationArchiveParams.Copyright © 2019. All rights reserved.