-
public class APManualParticipatedCampaignModel
-
-
Field Summary
Fields Modifier and Type Field Description private intparticipationTypeNoprivate intintegrationTypeNoprivate StringjoinAuthprivate StringcampaignKeyprivate StringlandingURLprivate Stringtid
-
Method Summary
Modifier and Type Method Description intgetParticipationTypeNo()voidsetParticipationTypeNo(int participationTypeNo)intgetIntegrationTypeNo()voidsetIntegrationTypeNo(int integrationTypeNo)StringgetJoinAuth()voidsetJoinAuth(String joinAuth)StringgetCampaignKey()voidsetCampaignKey(String campaignKey)StringgetLandingURL()voidsetLandingURL(String landingURL)StringgetTid()voidsetTid(String tid)-
-
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)
-
getLandingURL
String getLandingURL()
-
setLandingURL
void setLandingURL(String landingURL)
-
-
-
-