Package io.dialob.api.proto
Interface Action
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableAction
@Immutable @TypeAdapters(emptyAsNulls=true) public interface Action extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAction.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAnswer()ErrorgetError()StringgetId()List<String>getIds()ActionItemgetItem()StringgetMessage()StringgetResourceId()BooleangetServerEvent()StringgetTrace()Action.TypegetType()ObjectgetValue()ValueSetgetValueSet()
-
-
-
Method Detail
-
getType
Action.Type getType()
-
getId
String getId()
-
getMessage
String getMessage()
-
getTrace
String getTrace()
-
getItem
ActionItem getItem()
-
getError
Error getError()
-
getAnswer
Object getAnswer()
-
getValue
Object getValue()
-
getValueSet
ValueSet getValueSet()
-
getServerEvent
Boolean getServerEvent()
-
getResourceId
String getResourceId()
-
-