public class FrequencyCapGroup extends FrequencyCapGroupBase implements Serializable
| Constructor and Description |
|---|
FrequencyCapGroup() |
FrequencyCapGroup(long id,
String name,
Long duration,
Long impressions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getDuration()
Gets the duration value for this FrequencyCapGroup.
|
Long |
getImpressions()
Gets the impressions value for this FrequencyCapGroup.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDuration(Long duration)
Sets the duration value for this FrequencyCapGroup.
|
void |
setImpressions(Long impressions)
Sets the impressions value for this FrequencyCapGroup.
|
public Long getDuration()
public void setDuration(Long duration)
duration - public Long getImpressions()
public void setImpressions(Long impressions)
impressions - public boolean equals(Object obj)
equals in class FrequencyCapGroupBasepublic int hashCode()
hashCode in class FrequencyCapGroupBasepublic 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.