public class SpotlightActivityTagProperty extends Object implements Serializable
| Constructor and Description |
|---|
SpotlightActivityTagProperty() |
SpotlightActivityTagProperty(int averageNumEvents,
boolean error,
int lastDayNumEvents,
String topReferrerURL) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAverageNumEvents()
Gets the averageNumEvents value for this SpotlightActivityTagProperty.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getLastDayNumEvents()
Gets the lastDayNumEvents value for this SpotlightActivityTagProperty.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTopReferrerURL()
Gets the topReferrerURL value for this SpotlightActivityTagProperty.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isError()
Gets the error value for this SpotlightActivityTagProperty.
|
void |
setAverageNumEvents(int averageNumEvents)
Sets the averageNumEvents value for this SpotlightActivityTagProperty.
|
void |
setError(boolean error)
Sets the error value for this SpotlightActivityTagProperty.
|
void |
setLastDayNumEvents(int lastDayNumEvents)
Sets the lastDayNumEvents value for this SpotlightActivityTagProperty.
|
void |
setTopReferrerURL(String topReferrerURL)
Sets the topReferrerURL value for this SpotlightActivityTagProperty.
|
public SpotlightActivityTagProperty()
public SpotlightActivityTagProperty(int averageNumEvents,
boolean error,
int lastDayNumEvents,
String topReferrerURL)
public int getAverageNumEvents()
public void setAverageNumEvents(int averageNumEvents)
averageNumEvents - public boolean isError()
public void setError(boolean error)
error - public int getLastDayNumEvents()
public void setLastDayNumEvents(int lastDayNumEvents)
lastDayNumEvents - public String getTopReferrerURL()
public void setTopReferrerURL(String topReferrerURL)
topReferrerURL - public 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.