-
public class APWebSelectedCampaignModel
-
-
Field Summary
Fields Modifier and Type Field Description private intparticipationTypeNoprivate intintegrationTypeNoprivate Stringauthprivate StringjoinAuthprivate StringcampaignKeyprivate Stringtitleprivate Stringdescprivate longrewardprivate StringpackageNameprivate StringredirectURLprivate StringcustomParamsprivate StringcontentsIdprivate StringclickURLprivate intrewardConditionSecondprivate booleanlandingWebBrowserprivate List<String>seriesprivate StringlandingURLprivate List<String>impressionURLSprivate List<String>clickTrackingURLSprivate booleanisCompletedprivate booleanuseWebViewCacheprivate intwebViewScrollThresholdprivate StringrewardVideoAppKeyprivate StringrewardVideoPlacementIdprivate StringscriptIdprivate Stringtid
-
Method Summary
-
-
Method Detail
-
getParticipationTypeNo
int getParticipationTypeNo()
-
setParticipationTypeNo
void setParticipationTypeNo(int participationTypeNo)
-
getIntegrationTypeNo
int getIntegrationTypeNo()
-
setIntegrationTypeNo
void setIntegrationTypeNo(int integrationTypeNo)
-
getJoinAuth
String getJoinAuth()
-
setJoinAuth
void setJoinAuth(String joinAuth)
-
getCampaignKey
String getCampaignKey()
-
setCampaignKey
void setCampaignKey(String campaignKey)
-
getReward
long getReward()
-
setReward
void setReward(long reward)
-
getPackageName
String getPackageName()
-
setPackageName
void setPackageName(String packageName)
-
getRedirectURL
String getRedirectURL()
-
setRedirectURL
void setRedirectURL(String redirectURL)
-
getCustomParams
String getCustomParams()
-
setCustomParams
void setCustomParams(String customParams)
-
getContentsId
String getContentsId()
-
setContentsId
void setContentsId(String contentsId)
-
getClickURL
String getClickURL()
-
setClickURL
void setClickURL(String clickURL)
-
getRewardConditionSecond
int getRewardConditionSecond()
-
setRewardConditionSecond
void setRewardConditionSecond(int rewardConditionSecond)
-
setLandingWebBrowser
void setLandingWebBrowser(boolean landingWebBrowser)
-
getLandingURL
String getLandingURL()
-
setLandingURL
void setLandingURL(String landingURL)
-
getImpressionURLS
List<String> getImpressionURLS()
-
setImpressionURLS
void setImpressionURLS(List<String> impressionURLS)
-
getClickTrackingURLS
List<String> getClickTrackingURLS()
-
setClickTrackingURLS
void setClickTrackingURLS(List<String> clickTrackingURLS)
-
isCompleted
boolean isCompleted()
-
setUseWebViewCache
void setUseWebViewCache(boolean useWebViewCache)
-
getWebViewScrollThreshold
int getWebViewScrollThreshold()
-
setWebViewScrollThreshold
void setWebViewScrollThreshold(int webViewScrollThreshold)
-
getRewardVideoAppKey
String getRewardVideoAppKey()
-
setRewardVideoAppKey
void setRewardVideoAppKey(String rewardVideoAppKey)
-
getRewardVideoPlacementId
String getRewardVideoPlacementId()
-
setRewardVideoPlacementId
void setRewardVideoPlacementId(String rewardVideoPlacementId)
-
getScriptId
String getScriptId()
-
setScriptId
void setScriptId(String scriptId)
-
isLandingWebBrowser
boolean isLandingWebBrowser()
-
setCompleted
void setCompleted(boolean completed)
-
isUseWebViewCache
boolean isUseWebViewCache()
-
-
-
-