public interface SendEventModel
| Modifier and Type | Method and Description |
|---|---|
void |
attachFile(FileModel file) |
List<String> |
getAttachedFileIds() |
String |
getAttribute(String name) |
Boolean |
getAttribute(String name,
Boolean defaultValue) |
Integer |
getAttribute(String name,
Integer defaultValue) |
Long |
getAttribute(String name,
Long defaultValue) |
Map<String,String> |
getAttributes() |
java.time.LocalDateTime |
getCreatedTimestamp() |
String |
getDescription() |
DestinyType |
getDestityType() |
String |
getId() |
SendEventStatus |
getResult() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Boolean value) |
void |
setAttribute(String name,
Integer value) |
void |
setAttribute(String name,
Long value) |
void |
setAttribute(String name,
String value) |
void |
setDescription(String description) |
void |
setResult(SendEventStatus result) |
void |
unattachResponseFile(FileModel file) |
String getId()
java.time.LocalDateTime getCreatedTimestamp()
DestinyType getDestityType()
SendEventStatus getResult()
void setResult(SendEventStatus result)
String getDescription()
void setDescription(String description)
void removeAttribute(String name)
void attachFile(FileModel file)
void unattachResponseFile(FileModel file)
Copyright © 2017. All rights reserved.