@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ConversationsRepliesParamsIF"}) @Immutable public final class ConversationsRepliesParams extends Object implements ConversationsRepliesParamsIF
ConversationsRepliesParamsIF.
Use the builder to create immutable instances:
ConversationsRepliesParams.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationsRepliesParams.Builder
Builds instances of type
ConversationsRepliesParams. |
| Modifier and Type | Method and Description |
|---|---|
static ConversationsRepliesParams.Builder |
builder()
Creates a builder for
ConversationsRepliesParams. |
static ConversationsRepliesParams |
copyOf(ConversationsRepliesParamsIF instance)
Creates an immutable copy of a
ConversationsRepliesParamsIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ConversationsRepliesParams that have equal attribute values. |
String |
getChannel() |
String |
getTs() |
int |
hashCode()
Computes a hash code from attributes:
channel, ts. |
String |
toString()
Prints the immutable value
ConversationsRepliesParams with attribute values. |
ConversationsRepliesParams |
withChannel(String channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ConversationsRepliesParams |
withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
public String getChannel()
getChannel in interface ConversationsRepliesParamsIFchannel attributepublic String getTs()
getTs in interface ConversationsRepliesParamsIFts attributepublic final ConversationsRepliesParams withChannel(String channel)
channel attribute.
An equals check used to prevent copying of the same value by returning this.channel - A new value for channelthis objectpublic final ConversationsRepliesParams withTs(String ts)
ts attribute.
An equals check used to prevent copying of the same value by returning this.ts - A new value for tsthis objectpublic boolean equals(@Nullable Object another)
ConversationsRepliesParams that have equal attribute values.public int hashCode()
channel, ts.public String toString()
ConversationsRepliesParams with attribute values.public static ConversationsRepliesParams copyOf(ConversationsRepliesParamsIF instance)
ConversationsRepliesParamsIF 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 ConversationsRepliesParams.Builder builder()
ConversationsRepliesParams.Copyright © 2019. All rights reserved.