public class CreativeAssignment extends Object implements Serializable
| Constructor and Description |
|---|
CreativeAssignment() |
CreativeAssignment(boolean active,
String alternalteText,
ClickThroughUrl clickThroughUrl,
CreativeGroupAssignment creativeGroupAssignment,
long creativeId,
Calendar endDate,
RichMediaExitOverride[] richMediaExitOverrides,
int sequence,
Calendar startDate,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlternalteText()
Gets the alternalteText value for this CreativeAssignment.
|
ClickThroughUrl |
getClickThroughUrl()
Gets the clickThroughUrl value for this CreativeAssignment.
|
CreativeGroupAssignment |
getCreativeGroupAssignment()
Gets the creativeGroupAssignment value for this CreativeAssignment.
|
long |
getCreativeId()
Gets the creativeId value for this CreativeAssignment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this CreativeAssignment.
|
RichMediaExitOverride[] |
getRichMediaExitOverrides()
Gets the richMediaExitOverrides value for this CreativeAssignment.
|
int |
getSequence()
Gets the sequence value for this CreativeAssignment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this CreativeAssignment.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWeight()
Gets the weight value for this CreativeAssignment.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this CreativeAssignment.
|
void |
setActive(boolean active)
Sets the active value for this CreativeAssignment.
|
void |
setAlternalteText(String alternalteText)
Sets the alternalteText value for this CreativeAssignment.
|
void |
setClickThroughUrl(ClickThroughUrl clickThroughUrl)
Sets the clickThroughUrl value for this CreativeAssignment.
|
void |
setCreativeGroupAssignment(CreativeGroupAssignment creativeGroupAssignment)
Sets the creativeGroupAssignment value for this CreativeAssignment.
|
void |
setCreativeId(long creativeId)
Sets the creativeId value for this CreativeAssignment.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this CreativeAssignment.
|
void |
setRichMediaExitOverrides(RichMediaExitOverride[] richMediaExitOverrides)
Sets the richMediaExitOverrides value for this CreativeAssignment.
|
void |
setSequence(int sequence)
Sets the sequence value for this CreativeAssignment.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this CreativeAssignment.
|
void |
setWeight(int weight)
Sets the weight value for this CreativeAssignment.
|
public CreativeAssignment()
public CreativeAssignment(boolean active,
String alternalteText,
ClickThroughUrl clickThroughUrl,
CreativeGroupAssignment creativeGroupAssignment,
long creativeId,
Calendar endDate,
RichMediaExitOverride[] richMediaExitOverrides,
int sequence,
Calendar startDate,
int weight)
public boolean isActive()
public void setActive(boolean active)
active - public String getAlternalteText()
public void setAlternalteText(String alternalteText)
alternalteText - public ClickThroughUrl getClickThroughUrl()
public void setClickThroughUrl(ClickThroughUrl clickThroughUrl)
clickThroughUrl - public CreativeGroupAssignment getCreativeGroupAssignment()
public void setCreativeGroupAssignment(CreativeGroupAssignment creativeGroupAssignment)
creativeGroupAssignment - public long getCreativeId()
public void setCreativeId(long creativeId)
creativeId - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public RichMediaExitOverride[] getRichMediaExitOverrides()
public void setRichMediaExitOverrides(RichMediaExitOverride[] richMediaExitOverrides)
richMediaExitOverrides - public int getSequence()
public void setSequence(int sequence)
sequence - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - public int getWeight()
public void setWeight(int weight)
weight - 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.