public class CreativeReview extends Object implements Serializable
| Constructor and Description |
|---|
CreativeReview() |
CreativeReview(String id,
String reviewableUrl,
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
|
String |
getId()
Gets the id value for this CreativeReview.
|
Long |
getImpressions()
Gets the impressions value for this CreativeReview.
|
String |
getReviewableUrl()
Gets the reviewableUrl value for this CreativeReview.
|
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 |
setId(String id)
Sets the id value for this CreativeReview.
|
void |
setImpressions(Long impressions)
Sets the impressions value for this CreativeReview.
|
void |
setReviewableUrl(String reviewableUrl)
Sets the reviewableUrl value for this CreativeReview.
|
String |
toString() |
public String getId()
public void setId(String id)
id - * This attribute is read-only.public String getReviewableUrl()
public void setReviewableUrl(String reviewableUrl)
reviewableUrl - * This attribute is read-only.public Long getImpressions()
public void setImpressions(Long impressions)
impressions - * This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.