public class

Actions

extends Object
implements ScheduleData
java.lang.Object
   ↳ com.urbanairship.automation.actions.Actions

Class Overview

Actions schedule data.

Summary

Nested Classes
class Actions.Builder Actions builder. 
Public Constructors
Actions(JsonMap actions)
Default constructor.
Public Methods
boolean equals(Object o)
JsonMap getActionsMap()
Gets the actions map.
int hashCode()
static Actions.Builder newBuilder()
Factory method to create a builder.
JsonValue toJsonValue()
Returns the objects represented as a JsonValue.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.urbanairship.json.JsonSerializable

Public Constructors

public Actions (JsonMap actions)

Default constructor.

Parameters
actions The actions map.

Public Methods

public boolean equals (Object o)

public JsonMap getActionsMap ()

Gets the actions map.

Returns
  • The actions map.

public int hashCode ()

public static Actions.Builder newBuilder ()

Factory method to create a builder.

Returns
  • The builder.

public JsonValue toJsonValue ()

Returns the objects represented as a JsonValue.

Returns
  • The object as a JsonValue.