Class ProfileWelcomeAd

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileWelcomeAd
Direct Known Subclasses:
ProfileWelcomeAdMixinAnnotations

public class ProfileWelcomeAd extends Object
Class that will hold the Profile welcome ad information for the app
Since:
9/30/21
  • Constructor Details

    • ProfileWelcomeAd

      public ProfileWelcomeAd()
    • ProfileWelcomeAd

      public ProfileWelcomeAd(String mLocationName, String mLocationLogoUrl, String mLocationBackUrl, String mLocationTabletBackUrl, String mLocationDialogUrl, String mLocationTabletDialogUrl, String mAdType, String mAdSmallImageUrl, String mAdLargelImageUrl, String mAdVideoUrl, int mAdSkipTime, Boolean mAdSkipenabled, String mExxtractorUniqueIdentifier, String mExxtractorVersion)
  • Method Details

    • toString

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

      public String getmLocationName()
    • setmLocationName

      public void setmLocationName(String mLocationName)
    • getmLocationLogoUrl

      public String getmLocationLogoUrl()
    • setmLocationLogoUrl

      public void setmLocationLogoUrl(String mLocationLogoUrl)
    • getmLocationBackUrl

      public String getmLocationBackUrl()
    • setmLocationBackUrl

      public void setmLocationBackUrl(String mLocationBackUrl)
    • getmLocationTabletBackUrl

      public String getmLocationTabletBackUrl()
    • setmLocationTabletBackUrl

      public void setmLocationTabletBackUrl(String mLocationTabletBackUrl)
    • getmLocationDialogUrl

      public String getmLocationDialogUrl()
    • setmLocationDialogUrl

      public void setmLocationDialogUrl(String mLocationDialogUrl)
    • getmLocationTabletDialogUrl

      public String getmLocationTabletDialogUrl()
    • setmLocationTabletDialogUrl

      public void setmLocationTabletDialogUrl(String mLocationTabletDialogUrl)
    • getmAdType

      public String getmAdType()
    • setmAdType

      public void setmAdType(String mAdType)
    • getmAdSmallImageUrl

      public String getmAdSmallImageUrl()
    • setmAdSmallImageUrl

      public void setmAdSmallImageUrl(String mAdSmallImageUrl)
    • getmAdLargelImageUrl

      public String getmAdLargelImageUrl()
    • setmAdLargelImageUrl

      public void setmAdLargelImageUrl(String mAdLargelImageUrl)
    • getmAdVideoUrl

      public String getmAdVideoUrl()
    • setmAdVideoUrl

      public void setmAdVideoUrl(String mAdVideoUrl)
    • getmAdSkipTime

      public int getmAdSkipTime()
    • setmAdSkipTime

      public void setmAdSkipTime(int mAdSkipTime)
    • getmAdSkipenabled

      public Boolean getmAdSkipenabled()
    • setmAdSkipenabled

      public void setmAdSkipenabled(Boolean mAdSkipenabled)
    • getmExxtractorVersion

      public String getmExxtractorVersion()
    • setmExxtractorVersion

      public void setmExxtractorVersion(String mExxtractorVersion)
    • getmExxtractorUniqueIdentifier

      public String getmExxtractorUniqueIdentifier()
    • setmExxtractorUniqueIdentifier

      public void setmExxtractorUniqueIdentifier(String mExxtractorUniqueIdentifier)