Class TestandtargetAudience
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.TestandtargetAudience
-
public class TestandtargetAudience extends java.lang.ObjectThe representation of a Testandtarget Audience
-
-
Constructor Summary
Constructors Constructor Description TestandtargetAudience()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()Get the date when this audience was createdjava.lang.StringgetCreatedBy()Returns the name of the user that created this audience, as stored in Adobe Targetjava.lang.StringgetDescription()Get the description of this audiencelonggetId()Returns the audience's id, as retrieved from Adobe Targetjava.util.DategetModifiedAt()Get the date when this audience was last modifiedjava.lang.StringgetModifiedBy()Returns the name of the user that last modified this audience, as stored in Adobe Targetjava.lang.StringgetName()Returns the name of the audience
-
-
-
Method Detail
-
getCreatedAt
public java.util.Date getCreatedAt()
Get the date when this audience was created- Returns:
- the
Dateof the audience's creation
-
getCreatedBy
public java.lang.String getCreatedBy()
Returns the name of the user that created this audience, as stored in Adobe Target- Returns:
- the
Stringcontaining this audience's creator
-
getDescription
public java.lang.String getDescription()
Get the description of this audience- Returns:
- a
Stringcontaining the audience's description
-
getId
public long getId()
Returns the audience's id, as retrieved from Adobe Target- Returns:
- the id of the audience.
-
getModifiedAt
public java.util.Date getModifiedAt()
Get the date when this audience was last modified- Returns:
- the
Dateof the audience's last modification
-
getModifiedBy
public java.lang.String getModifiedBy()
Returns the name of the user that last modified this audience, as stored in Adobe Target- Returns:
- the
Stringcontaining the user name that last modified this audience
-
getName
public java.lang.String getName()
Returns the name of the audience- Returns:
- a
Stringobject containing the audience name
-
-