Class ProfileAudioMobileApp

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileAudioMobileApp
Direct Known Subclasses:
ProfileAudioMobileAppMixinAnnotations

public class ProfileAudioMobileApp extends Object
Class that will hold the information about audio mobile in the settings provided by the profile
Since:
4/13/21
  • Constructor Details

    • ProfileAudioMobileApp

      public ProfileAudioMobileApp()
    • ProfileAudioMobileApp

      public ProfileAudioMobileApp(String mChannelId, String mName, Boolean mIsEnabled, String mImageUr, String mLargeImageUrl, String mDescription, String mChannelColor, Boolean mIsAvailable, String mBackgroundColor, String mPlayingImageUrl, String mIpAddress)
  • Method Details

    • toString

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

      public String getmChannelId()
    • setmChannelId

      public void setmChannelId(String mChannelId)
    • getmName

      public String getmName()
    • setmName

      public void setmName(String mName)
    • getmIsEnabled

      public Boolean getmIsEnabled()
    • setmIsEnabled

      public void setmIsEnabled(Boolean mIsEnabled)
    • getmImageUr

      public String getmImageUr()
    • setmImageUr

      public void setmImageUr(String mImageUr)
    • getmLargeImageUrl

      public String getmLargeImageUrl()
    • setmLargeImageUrl

      public void setmLargeImageUrl(String mLargeImageUrl)
    • getmDescription

      public String getmDescription()
    • setmDescription

      public void setmDescription(String mDescription)
    • getmChannelColor

      public String getmChannelColor()
    • setmChannelColor

      public void setmChannelColor(String mChannelColor)
    • getmIsAvailable

      public Boolean getmIsAvailable()
    • setmIsAvailable

      public void setmIsAvailable(Boolean mIsAvailable)
    • getmBackgroundColor

      public String getmBackgroundColor()
    • setmBackgroundColor

      public void setmBackgroundColor(String mBackgroundColor)
    • getmPlayingImageUrl

      public String getmPlayingImageUrl()
    • setmPlayingImageUrl

      public void setmPlayingImageUrl(String mPlayingImageUrl)
    • getmIpAddress

      public String getmIpAddress()
    • setmIpAddress

      public void setmIpAddress(String mIpAddress)