-
public final class WCRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Topictopicprivate final Longidprivate final Stringmethodprivate final ClientParamsparamsprivate final Stringmessageprivate final LongpublishedAtprivate final StringencryptedMessageprivate final Stringattestationprivate final TransportTypetransportType
-
Constructor Summary
Constructors Constructor Description WCRequest(Topic topic, Long id, String method, ClientParams params, String message, Long publishedAt, String encryptedMessage, String attestation, TransportType transportType)
-
Method Summary
Modifier and Type Method Description final TopicgetTopic()final LonggetId()final StringgetMethod()final ClientParamsgetParams()final StringgetMessage()final LonggetPublishedAt()final StringgetEncryptedMessage()final StringgetAttestation()final TransportTypegetTransportType()-
-
Constructor Detail
-
WCRequest
WCRequest(Topic topic, Long id, String method, ClientParams params, String message, Long publishedAt, String encryptedMessage, String attestation, TransportType transportType)
-
-
Method Detail
-
getParams
final ClientParams getParams()
-
getMessage
final String getMessage()
-
getPublishedAt
final Long getPublishedAt()
-
getEncryptedMessage
final String getEncryptedMessage()
-
getAttestation
final String getAttestation()
-
getTransportType
final TransportType getTransportType()
-
-
-
-