Class ProfileCustomButton

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileCustomButton
Direct Known Subclasses:
ProfileCustomButtonMixinAnnotations

public class ProfileCustomButton extends Object
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String mContentType)
    • getId

      public String getId()
    • setId

      public void setId(String mId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String mTitle)
    • getFeaturedImageUrl

      public String getFeaturedImageUrl()
    • setFeaturedImageUrl

      public void setFeaturedImageUrl(String mFeaturedImageUrl)
    • getBackgroundColor

      public String getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(String mBackgroundColor)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String mDescription)
    • getMoreInfoUrl

      public String getMoreInfoUrl()
    • setMoreInfoUrl

      public void setMoreInfoUrl(String mMoreInfoUrl)
    • getContentSchedule

      public ProfileSchedule getContentSchedule()
    • setContentSchedule

      public void setContentSchedule(ProfileSchedule mContentSchedule)
    • getDialogImageUrl

      public String getDialogImageUrl()
    • setDialogImageUrl

      public void setDialogImageUrl(String mDialogImageUrl)
    • getThumbnailImageUrl

      public String getThumbnailImageUrl()
    • setThumbnailImageUrl

      public void setThumbnailImageUrl(String mThumbnailImageUrl)