public class

MacroExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.zendesk.model.holders.MacroExpressionHolder

Summary

Fields
protected Action _actionsType
protected Boolean _activeType
protected Restriction _restrictionType
protected String _titleType
protected Object actions
protected Object active
protected Object restriction
protected Object title
Public Constructors
MacroExpressionHolder()
Public Methods
Object getActions()
Retrieves actions
Object getActive()
Retrieves active
Object getRestriction()
Retrieves restriction
Object getTitle()
Retrieves title
void setActions(Object value)
Sets actions
void setActive(Object value)
Sets active
void setRestriction(Object value)
Sets restriction
void setTitle(Object value)
Sets title
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Action _actionsType

protected Boolean _activeType

protected Restriction _restrictionType

protected String _titleType

protected Object actions

protected Object active

protected Object restriction

protected Object title

Public Constructors

public MacroExpressionHolder ()

Public Methods

public Object getActions ()

Retrieves actions

public Object getActive ()

Retrieves active

public Object getRestriction ()

Retrieves restriction

public Object getTitle ()

Retrieves title

public void setActions (Object value)

Sets actions

Parameters
value Value to set

public void setActive (Object value)

Sets active

Parameters
value Value to set

public void setRestriction (Object value)

Sets restriction

Parameters
value Value to set

public void setTitle (Object value)

Sets title

Parameters
value Value to set