public class ApplicationInstallationParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationInstallationParams.Builder |
Modifier and Type | Method and Description |
---|---|
static ApplicationInstallationParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isStart() |
boolean |
isTriggerEvent() |
public boolean isStart()
public boolean isTriggerEvent()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static ApplicationInstallationParams.Builder create()