-
- All Implemented Interfaces:
public final class PayloadData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnonceprivate final PayloadTypetypeprivate final Stringpathprivate final HttpMethodmethodprivate final MediaTypemediaTypeprivate ByteArraydataprivate final transient AttachmentDataattachmentData
-
Constructor Summary
Constructors Constructor Description PayloadData(String nonce, PayloadType type, String path, HttpMethod method, MediaType mediaType, ByteArray data, AttachmentData attachmentData)
-
Method Summary
Modifier and Type Method Description final StringgetNonce()final PayloadTypegetType()final StringgetPath()final HttpMethodgetMethod()final MediaTypegetMediaType()final ByteArraygetData()final UnitsetData(ByteArray data)final AttachmentDatagetAttachmentData()final StringresolvePath(String conversationId)StringtoString()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
PayloadData
PayloadData(String nonce, PayloadType type, String path, HttpMethod method, MediaType mediaType, ByteArray data, AttachmentData attachmentData)
-
-
Method Detail
-
getType
final PayloadType getType()
-
getMethod
final HttpMethod getMethod()
-
getMediaType
final MediaType getMediaType()
-
getAttachmentData
final AttachmentData getAttachmentData()
-
resolvePath
final String resolvePath(String conversationId)
-
-
-
-