public class Interactive
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Interactive.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
<any> |
getButtonActions() |
java.lang.String |
getType() |
int |
hashCode() |
static Interactive.Builder |
newBuilder() |
java.lang.String |
toString() |
public java.lang.String getType()
public <any> getButtonActions()
public static Interactive.Builder newBuilder()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object