Class TestandtargetAudience
java.lang.Object
com.day.cq.analytics.testandtarget.TestandtargetAudience
The representation of a Testandtarget Audience
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the date when this audience was createdReturns the name of the user that created this audience, as stored in Adobe TargetGet the description of this audiencelonggetId()Returns the audience's id, as retrieved from Adobe TargetGet the date when this audience was last modifiedReturns the name of the user that last modified this audience, as stored in Adobe TargetgetName()Returns the name of the audience
-
Constructor Details
-
TestandtargetAudience
public TestandtargetAudience()
-
-
Method Details
-
getCreatedAt
Get the date when this audience was created- Returns:
- the
Dateof the audience's creation
-
getCreatedBy
Returns the name of the user that created this audience, as stored in Adobe Target- Returns:
- the
Stringcontaining this audience's creator
-
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
Get the date when this audience was last modified- Returns:
- the
Dateof the audience's last modification
-
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
Returns the name of the audience- Returns:
- a
Stringobject containing the audience name
-