Class ProfileWelcomeAdMixinAnnotations
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileWelcomeAd
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.mapping.jackson.ProfileWelcomeAdMixinAnnotations
Class that will configure the mapping for a Profile Welcome Ad, using mixing annotations
provided by Jackson library
- Since:
- 9/30/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileWelcomeAdMixinAnnotations
(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 Summary
Methods inherited from class com.exxothermic.audioeverywheresdk.business.model.ProfileWelcomeAd
getmAdLargelImageUrl, getmAdSkipenabled, getmAdSkipTime, getmAdSmallImageUrl, getmAdType, getmAdVideoUrl, getmExxtractorUniqueIdentifier, getmExxtractorVersion, getmLocationBackUrl, getmLocationDialogUrl, getmLocationLogoUrl, getmLocationName, getmLocationTabletBackUrl, getmLocationTabletDialogUrl, setmAdLargelImageUrl, setmAdSkipenabled, setmAdSkipTime, setmAdSmallImageUrl, setmAdType, setmAdVideoUrl, setmExxtractorUniqueIdentifier, setmExxtractorVersion, setmLocationBackUrl, setmLocationDialogUrl, setmLocationLogoUrl, setmLocationName, setmLocationTabletBackUrl, setmLocationTabletDialogUrl, toString
-
Constructor Details
-
ProfileWelcomeAdMixinAnnotations
public ProfileWelcomeAdMixinAnnotations(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)
-