Class TestandtargetAudience
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.TestandtargetAudience
-
public class TestandtargetAudience extends Object
The representation of a Testandtarget Audience
-
-
Constructor Summary
Constructors Constructor Description TestandtargetAudience()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Get the date when this audience was createdStringgetCreatedBy()Returns the name of the user that created this audience, as stored in Adobe TargetStringgetDescription()Get the description of this audiencelonggetId()Returns the audience's id, as retrieved from Adobe TargetDategetModifiedAt()Get the date when this audience was last modifiedStringgetModifiedBy()Returns the name of the user that last modified this audience, as stored in Adobe TargetStringgetName()Returns the name of the audience
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
Get the date when this audience was created- Returns:
- the
Dateof the audience's creation
-
getCreatedBy
public 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 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 Date getModifiedAt()
Get the date when this audience was last modified- Returns:
- the
Dateof the audience's last modification
-
getModifiedBy
public 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
-
-