-
- All Implemented Interfaces:
public final class DialogReport
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ActionReport>actionsprivate final UserInterfaceTypeuserInterfaceprivate final Id<Dialog>idprivate final Booleanobfuscated
-
Constructor Summary
Constructors Constructor Description DialogReport(List<ActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id, Boolean obfuscated)
-
Method Summary
Modifier and Type Method Description final List<ActionReport>getActions()final UserInterfaceTypegetUserInterface()final Id<Dialog>getId()final BooleangetObfuscated()-
-
Constructor Detail
-
DialogReport
DialogReport(List<ActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id, Boolean obfuscated)
-
-
Method Detail
-
getActions
final List<ActionReport> getActions()
-
getUserInterface
final UserInterfaceType getUserInterface()
-
getObfuscated
final Boolean getObfuscated()
-
-
-
-