public class SpotlightActivity extends SpotlightActivityBase implements Serializable
| Constructor and Description |
|---|
SpotlightActivity() |
SpotlightActivity(long id,
String name,
long activityGroupId,
long activityTypeId,
long[] assignedCustomSpotlightVariableIds,
long countryId,
FloodlightTag[] defaultFloodlightTags,
String expectedUrl,
boolean imageTagsEnabled,
int minimumExpectedEvents,
FloodlightPublisherTag[] publisherTags,
boolean secure,
long tagCodeTypeId,
long tagFormatId,
long tagMethodTypeId,
SpotlightActivityTagProperty tagProperty,
String tagString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getActivityGroupId()
Gets the activityGroupId value for this SpotlightActivity.
|
long |
getActivityTypeId()
Gets the activityTypeId value for this SpotlightActivity.
|
long[] |
getAssignedCustomSpotlightVariableIds()
Gets the assignedCustomSpotlightVariableIds value for this SpotlightActivity.
|
long |
getCountryId()
Gets the countryId value for this SpotlightActivity.
|
FloodlightTag[] |
getDefaultFloodlightTags()
Gets the defaultFloodlightTags value for this SpotlightActivity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getExpectedUrl()
Gets the expectedUrl value for this SpotlightActivity.
|
int |
getMinimumExpectedEvents()
Gets the minimumExpectedEvents value for this SpotlightActivity.
|
FloodlightPublisherTag[] |
getPublisherTags()
Gets the publisherTags value for this SpotlightActivity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getTagCodeTypeId()
Gets the tagCodeTypeId value for this SpotlightActivity.
|
long |
getTagFormatId()
Gets the tagFormatId value for this SpotlightActivity.
|
long |
getTagMethodTypeId()
Gets the tagMethodTypeId value for this SpotlightActivity.
|
SpotlightActivityTagProperty |
getTagProperty()
Gets the tagProperty value for this SpotlightActivity.
|
String |
getTagString()
Gets the tagString value for this SpotlightActivity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isImageTagsEnabled()
Gets the imageTagsEnabled value for this SpotlightActivity.
|
boolean |
isSecure()
Gets the secure value for this SpotlightActivity.
|
void |
setActivityGroupId(long activityGroupId)
Sets the activityGroupId value for this SpotlightActivity.
|
void |
setActivityTypeId(long activityTypeId)
Sets the activityTypeId value for this SpotlightActivity.
|
void |
setAssignedCustomSpotlightVariableIds(long[] assignedCustomSpotlightVariableIds)
Sets the assignedCustomSpotlightVariableIds value for this SpotlightActivity.
|
void |
setCountryId(long countryId)
Sets the countryId value for this SpotlightActivity.
|
void |
setDefaultFloodlightTags(FloodlightTag[] defaultFloodlightTags)
Sets the defaultFloodlightTags value for this SpotlightActivity.
|
void |
setExpectedUrl(String expectedUrl)
Sets the expectedUrl value for this SpotlightActivity.
|
void |
setImageTagsEnabled(boolean imageTagsEnabled)
Sets the imageTagsEnabled value for this SpotlightActivity.
|
void |
setMinimumExpectedEvents(int minimumExpectedEvents)
Sets the minimumExpectedEvents value for this SpotlightActivity.
|
void |
setPublisherTags(FloodlightPublisherTag[] publisherTags)
Sets the publisherTags value for this SpotlightActivity.
|
void |
setSecure(boolean secure)
Sets the secure value for this SpotlightActivity.
|
void |
setTagCodeTypeId(long tagCodeTypeId)
Sets the tagCodeTypeId value for this SpotlightActivity.
|
void |
setTagFormatId(long tagFormatId)
Sets the tagFormatId value for this SpotlightActivity.
|
void |
setTagMethodTypeId(long tagMethodTypeId)
Sets the tagMethodTypeId value for this SpotlightActivity.
|
void |
setTagProperty(SpotlightActivityTagProperty tagProperty)
Sets the tagProperty value for this SpotlightActivity.
|
void |
setTagString(String tagString)
Sets the tagString value for this SpotlightActivity.
|
public SpotlightActivity()
public SpotlightActivity(long id,
String name,
long activityGroupId,
long activityTypeId,
long[] assignedCustomSpotlightVariableIds,
long countryId,
FloodlightTag[] defaultFloodlightTags,
String expectedUrl,
boolean imageTagsEnabled,
int minimumExpectedEvents,
FloodlightPublisherTag[] publisherTags,
boolean secure,
long tagCodeTypeId,
long tagFormatId,
long tagMethodTypeId,
SpotlightActivityTagProperty tagProperty,
String tagString)
public long getActivityGroupId()
public void setActivityGroupId(long activityGroupId)
activityGroupId - public long getActivityTypeId()
public void setActivityTypeId(long activityTypeId)
activityTypeId - public long[] getAssignedCustomSpotlightVariableIds()
public void setAssignedCustomSpotlightVariableIds(long[] assignedCustomSpotlightVariableIds)
assignedCustomSpotlightVariableIds - public long getCountryId()
public void setCountryId(long countryId)
countryId - public FloodlightTag[] getDefaultFloodlightTags()
public void setDefaultFloodlightTags(FloodlightTag[] defaultFloodlightTags)
defaultFloodlightTags - public String getExpectedUrl()
public void setExpectedUrl(String expectedUrl)
expectedUrl - public boolean isImageTagsEnabled()
public void setImageTagsEnabled(boolean imageTagsEnabled)
imageTagsEnabled - public int getMinimumExpectedEvents()
public void setMinimumExpectedEvents(int minimumExpectedEvents)
minimumExpectedEvents - public FloodlightPublisherTag[] getPublisherTags()
public void setPublisherTags(FloodlightPublisherTag[] publisherTags)
publisherTags - public boolean isSecure()
public void setSecure(boolean secure)
secure - public long getTagCodeTypeId()
public void setTagCodeTypeId(long tagCodeTypeId)
tagCodeTypeId - public long getTagFormatId()
public void setTagFormatId(long tagFormatId)
tagFormatId - public long getTagMethodTypeId()
public void setTagMethodTypeId(long tagMethodTypeId)
tagMethodTypeId - public SpotlightActivityTagProperty getTagProperty()
public void setTagProperty(SpotlightActivityTagProperty tagProperty)
tagProperty - public String getTagString()
public void setTagString(String tagString)
tagString - public boolean equals(Object obj)
equals in class SpotlightActivityBasepublic int hashCode()
hashCode in class SpotlightActivityBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.