public class AdDecisionCreative extends Object implements Serializable
| Constructor and Description |
|---|
AdDecisionCreative() |
AdDecisionCreative(Integer sequence,
Long slateDurationMills,
Long creativeDurationMills,
CreativeTranscode creativeTranscode,
SamError samError,
Boolean isTranscoded) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCreativeDurationMills()
Gets the creativeDurationMills value for this AdDecisionCreative.
|
CreativeTranscode |
getCreativeTranscode()
Gets the creativeTranscode value for this AdDecisionCreative.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Boolean |
getIsTranscoded()
Gets the isTranscoded value for this AdDecisionCreative.
|
SamError |
getSamError()
Gets the samError value for this AdDecisionCreative.
|
Integer |
getSequence()
Gets the sequence value for this AdDecisionCreative.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getSlateDurationMills()
Gets the slateDurationMills value for this AdDecisionCreative.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCreativeDurationMills(Long creativeDurationMills)
Sets the creativeDurationMills value for this AdDecisionCreative.
|
void |
setCreativeTranscode(CreativeTranscode creativeTranscode)
Sets the creativeTranscode value for this AdDecisionCreative.
|
void |
setIsTranscoded(Boolean isTranscoded)
Sets the isTranscoded value for this AdDecisionCreative.
|
void |
setSamError(SamError samError)
Sets the samError value for this AdDecisionCreative.
|
void |
setSequence(Integer sequence)
Sets the sequence value for this AdDecisionCreative.
|
void |
setSlateDurationMills(Long slateDurationMills)
Sets the slateDurationMills value for this AdDecisionCreative.
|
String |
toString() |
public Integer getSequence()
public void setSequence(Integer sequence)
sequence - public Long getSlateDurationMills()
public void setSlateDurationMills(Long slateDurationMills)
slateDurationMills - public Long getCreativeDurationMills()
public void setCreativeDurationMills(Long creativeDurationMills)
creativeDurationMills - public CreativeTranscode getCreativeTranscode()
public void setCreativeTranscode(CreativeTranscode creativeTranscode)
creativeTranscode - public SamError getSamError()
public void setSamError(SamError samError)
samError - public Boolean getIsTranscoded()
public void setIsTranscoded(Boolean isTranscoded)
isTranscoded - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.