public class AstMessageProperty extends Object implements Serializable
Constructor and Description |
---|
AstMessageProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getAppMsgPropertyEncoding()
Gets the format of App Message Property encoding.
|
String |
getBodyEncoding()
Gets the format of message body encoding.
|
String |
getId()
Gets unique ID for the Message.
|
boolean |
isSigned()
Gets the boolean flag, which indicates whether the message is signed or not.
|
void |
setAppMsgPropertyEncoding(String appMsgPropertyEncoding)
Sets the format of App Message Property encoding.
|
void |
setBodyEncoding(String bodyEncoding)
Sets the format of message body encoding.
|
void |
setId(String id)
Sets unique ID for the Message.
|
void |
setSigned(boolean signed)
Sets the boolean flag, which indicates whether the message is signed or not.
|
public String getId()
public void setId(String id)
id
- The unique ID for the Message.public boolean isSigned()
public void setSigned(boolean signed)
signed
- true, if message is signed otherwise false.public String getBodyEncoding()
public void setBodyEncoding(String bodyEncoding)
bodyEncoding
- the format of message body encoding.public String getAppMsgPropertyEncoding()
public void setAppMsgPropertyEncoding(String appMsgPropertyEncoding)
appMsgPropertyEncoding
- The format of App Message Property encoding.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.