public interface CDActionReply extends RichTextRecord<WSIG>
Modifier and Type | Interface and Description |
---|---|
static class |
CDActionReply.Flag |
Modifier and Type | Method and Description |
---|---|
default String |
getBody() |
int |
getBodyLength() |
Set<CDActionReply.Flag> |
getFlags() |
WSIG |
getHeader() |
default CDActionReply |
setBody(String body) |
CDActionReply |
setBodyLength(int len) |
CDActionReply |
setFlags(Collection<CDActionReply.Flag> flags) |
getCDRecordLength, getData, getDataWithoutHeader, getPayloadLength, getRecordHeaderLength, getType, getTypeValue
getVariableData, resize, resizeVariableData
WSIG getHeader()
getHeader
in interface RichTextRecord<WSIG>
Set<CDActionReply.Flag> getFlags()
CDActionReply setFlags(Collection<CDActionReply.Flag> flags)
int getBodyLength()
CDActionReply setBodyLength(int len)
default String getBody()
default CDActionReply setBody(String body)
Copyright © 2019–2021 HCL. All rights reserved.