-
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>component1()final UserInterfaceTypecomponent2()final Id<Dialog>component3()final Booleancomponent4()final DialogReportcopy(List<ActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id, Boolean obfuscated)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
-
component1
final List<ActionReport> component1()
-
component2
final UserInterfaceType component2()
-
component3
final Id<Dialog> component3()
-
component4
final Boolean component4()
-
copy
final DialogReport copy(List<ActionReport> actions, UserInterfaceType userInterface, Id<Dialog> id, Boolean obfuscated)
-
getActions
final List<ActionReport> getActions()
-
getUserInterface
final UserInterfaceType getUserInterface()
-
getObfuscated
final Boolean getObfuscated()
-
-
-
-