public class

AuthorExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.getsatisfaction.model.holders.AuthorExpressionHolder

Summary

Fields
protected String _avatarType
protected String _avatarUrlLargeType
protected String _avatarUrlMediumType
protected String _avatarUrlMiniType
protected String _avatarUrlSmallType
protected String _canonicalNameType
protected boolean _championType
protected boolean _employeeType
protected long _idType
protected String _nameType
protected String _profileUrlType
protected String _titleType
protected String _urlType
protected Object avatar
protected Object avatarUrlLarge
protected Object avatarUrlMedium
protected Object avatarUrlMini
protected Object avatarUrlSmall
protected Object canonicalName
protected Object champion
protected Object employee
protected Object id
protected Object name
protected Object profileUrl
protected Object title
protected Object url
Public Constructors
AuthorExpressionHolder()
Public Methods
Object getAvatar()
Retrieves avatar
Object getAvatarUrlLarge()
Retrieves avatarUrlLarge
Object getAvatarUrlMedium()
Retrieves avatarUrlMedium
Object getAvatarUrlMini()
Retrieves avatarUrlMini
Object getAvatarUrlSmall()
Retrieves avatarUrlSmall
Object getCanonicalName()
Retrieves canonicalName
Object getChampion()
Retrieves champion
Object getEmployee()
Retrieves employee
Object getId()
Retrieves id
Object getName()
Retrieves name
Object getProfileUrl()
Retrieves profileUrl
Object getTitle()
Retrieves title
Object getUrl()
Retrieves url
void setAvatar(Object value)
Sets avatar
void setAvatarUrlLarge(Object value)
Sets avatarUrlLarge
void setAvatarUrlMedium(Object value)
Sets avatarUrlMedium
void setAvatarUrlMini(Object value)
Sets avatarUrlMini
void setAvatarUrlSmall(Object value)
Sets avatarUrlSmall
void setCanonicalName(Object value)
Sets canonicalName
void setChampion(Object value)
Sets champion
void setEmployee(Object value)
Sets employee
void setId(Object value)
Sets id
void setName(Object value)
Sets name
void setProfileUrl(Object value)
Sets profileUrl
void setTitle(Object value)
Sets title
void setUrl(Object value)
Sets url
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _avatarType

protected String _avatarUrlLargeType

protected String _avatarUrlMediumType

protected String _avatarUrlMiniType

protected String _avatarUrlSmallType

protected String _canonicalNameType

protected boolean _championType

protected boolean _employeeType

protected long _idType

protected String _nameType

protected String _profileUrlType

protected String _titleType

protected String _urlType

protected Object avatar

protected Object avatarUrlLarge

protected Object avatarUrlMedium

protected Object avatarUrlMini

protected Object avatarUrlSmall

protected Object canonicalName

protected Object champion

protected Object employee

protected Object id

protected Object name

protected Object profileUrl

protected Object title

protected Object url

Public Constructors

public AuthorExpressionHolder ()

Public Methods

public Object getAvatar ()

Retrieves avatar

public Object getAvatarUrlLarge ()

Retrieves avatarUrlLarge

public Object getAvatarUrlMedium ()

Retrieves avatarUrlMedium

public Object getAvatarUrlMini ()

Retrieves avatarUrlMini

public Object getAvatarUrlSmall ()

Retrieves avatarUrlSmall

public Object getCanonicalName ()

Retrieves canonicalName

public Object getChampion ()

Retrieves champion

public Object getEmployee ()

Retrieves employee

public Object getId ()

Retrieves id

public Object getName ()

Retrieves name

public Object getProfileUrl ()

Retrieves profileUrl

public Object getTitle ()

Retrieves title

public Object getUrl ()

Retrieves url

public void setAvatar (Object value)

Sets avatar

Parameters
value Value to set

public void setAvatarUrlLarge (Object value)

Sets avatarUrlLarge

Parameters
value Value to set

public void setAvatarUrlMedium (Object value)

Sets avatarUrlMedium

Parameters
value Value to set

public void setAvatarUrlMini (Object value)

Sets avatarUrlMini

Parameters
value Value to set

public void setAvatarUrlSmall (Object value)

Sets avatarUrlSmall

Parameters
value Value to set

public void setCanonicalName (Object value)

Sets canonicalName

Parameters
value Value to set

public void setChampion (Object value)

Sets champion

Parameters
value Value to set

public void setEmployee (Object value)

Sets employee

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setProfileUrl (Object value)

Sets profileUrl

Parameters
value Value to set

public void setTitle (Object value)

Sets title

Parameters
value Value to set

public void setUrl (Object value)

Sets url

Parameters
value Value to set