public class ClientMessageRequest
public ClientMessageRequest(@NotNull
java.lang.String userId,
@NotNull
java.lang.String recipientId,
@NotNull
ClientMessage message,
@NotNull
ClientConnectorType targetConnectorType,
boolean test)
@NotNull public java.lang.String getUserId()
@NotNull public java.lang.String getRecipientId()
@NotNull public ClientMessage getMessage()
@NotNull public ClientConnectorType getTargetConnectorType()
public boolean getTest()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@NotNull public ClientMessage component3()
@NotNull public ClientConnectorType component4()
public boolean component5()
@NotNull public ClientMessageRequest copy(@NotNull java.lang.String userId, @NotNull java.lang.String recipientId, @NotNull ClientMessage message, @NotNull ClientConnectorType targetConnectorType, boolean test)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)