public class AppAction
extends Object
| Constructor and Description |
|---|
AppAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
RelatedApp |
getDestApp()
An object containing the Target option that specifies the destination app where data is to be
copied.
|
List<Entity> |
getEntities()
An array of objects containing the entities the Action is granted to.
|
Long |
getId()
The ID of the Action.
|
Long |
getIndex()
The order of the Action, starting from 0.
|
List<AppActionMapping> |
getMappings()
An array of objects containing the "Field Mappings" options.
|
String |
getName()
The name of the Action.
|
int |
hashCode() |
AppAction |
setDestApp(RelatedApp destApp)
An object containing the Target option that specifies the destination app where data is to be
copied.
|
AppAction |
setEntities(List<Entity> entities)
An array of objects containing the entities the Action is granted to.
|
AppAction |
setId(Long id)
The ID of the Action.
|
AppAction |
setIndex(Long index)
The order of the Action, starting from 0.
|
AppAction |
setMappings(List<AppActionMapping> mappings)
An array of objects containing the "Field Mappings" options.
|
AppAction |
setName(String name)
The name of the Action.
|
String |
toString() |
public String getName()
public Long getId()
public Long getIndex()
public RelatedApp getDestApp()
public List<AppActionMapping> getMappings()
public List<Entity> getEntities()
public AppAction setName(String name)
this.public AppAction setId(Long id)
this.public AppAction setIndex(Long index)
this.public AppAction setDestApp(RelatedApp destApp)
this.public AppAction setMappings(List<AppActionMapping> mappings)
this.public AppAction setEntities(List<Entity> entities)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object