java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.CustomButton
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomButtonMixinAnnotations

public class CustomButton extends Object implements Serializable
Class that holds the data for an Custom Button, and some comparison methods
Since:
5/31/14
See Also:
  • Field Details

  • Constructor Details

    • CustomButton

      public CustomButton()
  • Method Details

    • toString

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

      public String getContentType()
    • getId

      public String getId()
    • getTitle

      public String getTitle()
    • getFeaturedImage

      public String getFeaturedImage()
    • getBackgroundColor

      public String getBackgroundColor()
    • getDescription

      public String getDescription()
    • getMoreInfoUrl

      public String getMoreInfoUrl()
    • getContentSchedule

      public Schedule getContentSchedule()
    • getDialogImageUrl

      public String getDialogImageUrl()
    • getThumbnailImageUrl

      public String getThumbnailImageUrl()
    • setContentType

      public CustomButton setContentType(String mContentType)
    • setId

      public CustomButton setId(String mId)
    • setTitle

      public CustomButton setTitle(String mTitle)
    • setFeaturedImageUrl

      public CustomButton setFeaturedImageUrl(String mFeaturedImageUrl)
    • setBackgroundColor

      public CustomButton setBackgroundColor(String mBackgroundColor)
    • setDescription

      public CustomButton setDescription(String mDescription)
    • setMoreInfoUrl

      public CustomButton setMoreInfoUrl(String mMoreInfoUrl)
    • setContentSchedule

      public CustomButton setContentSchedule(Schedule mContentSchedule)
    • setDialogImageUrl

      public CustomButton setDialogImageUrl(String mDialogImageUrl)
    • setThumbnailImageUrl

      public CustomButton setThumbnailImageUrl(String mThumbnailImageUrl)
    • isEquals

      public boolean isEquals(CustomButton customButton)
    • setLegacyChannelLabel

      protected void setLegacyChannelLabel(String channelLabel)
    • setLegacyChannelColor

      protected void setLegacyChannelColor(String channelColor)
    • setLegacyChannelContent

      protected void setLegacyChannelContent(String channelContent)
    • setLegacyImageUrl

      protected void setLegacyImageUrl(String imageUrl)