Class TestandtargetAudience


  • public class TestandtargetAudience
    extends java.lang.Object
    The representation of a Testandtarget Audience
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreatedAt()
      Get the date when this audience was created
      java.lang.String getCreatedBy()
      Returns the name of the user that created this audience, as stored in Adobe Target
      java.lang.String getDescription()
      Get the description of this audience
      long getId()
      Returns the audience's id, as retrieved from Adobe Target
      java.util.Date getModifiedAt()
      Get the date when this audience was last modified
      java.lang.String getModifiedBy()
      Returns the name of the user that last modified this audience, as stored in Adobe Target
      java.lang.String getName()
      Returns the name of the audience
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestandtargetAudience

        public TestandtargetAudience()
    • Method Detail

      • getCreatedAt

        public java.util.Date getCreatedAt()
        Get the date when this audience was created
        Returns:
        the Date of 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 String containing this audience's creator
      • getDescription

        public java.lang.String getDescription()
        Get the description of this audience
        Returns:
        a String containing 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 Date of 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 String containing the user name that last modified this audience
      • getName

        public java.lang.String getName()
        Returns the name of the audience
        Returns:
        a String object containing the audience name