|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.VideoCreative
public class VideoCreative
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
accountID
|
private java.lang.Long |
aspectHeight
|
private java.lang.Long |
aspectWidth
|
private java.util.Calendar |
createTimestamp
|
private java.lang.String |
fileExtension
|
private java.lang.Long |
folderID
|
private java.lang.Long |
height
|
private java.lang.Long |
ID
|
private java.util.Calendar |
lastUpdateTimestamp
|
private java.lang.String |
name
|
private java.lang.String |
oneHundredKbsURL
|
private java.lang.String |
oneThousandKbsURL
|
private VideoCreativeProcessingStatus |
processingStatus
|
private java.lang.String |
sevenHundredKbsURL
|
private CreativeStatus |
status
|
private java.lang.String |
threeHundredKbsURL
|
private java.lang.String |
thumbnailURL
|
private CreativeType |
type
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.Long |
weight
|
private java.lang.Long |
width
|
Constructor Summary | |
---|---|
VideoCreative()
|
|
VideoCreative(java.lang.Long ID,
java.lang.String accountID,
java.lang.Long aspectHeight,
java.lang.Long aspectWidth,
java.util.Calendar createTimestamp,
java.lang.String fileExtension,
java.lang.Long folderID,
java.lang.Long height,
java.util.Calendar lastUpdateTimestamp,
java.lang.String name,
java.lang.String oneHundredKbsURL,
java.lang.String oneThousandKbsURL,
VideoCreativeProcessingStatus processingStatus,
java.lang.String sevenHundredKbsURL,
CreativeStatus status,
java.lang.String threeHundredKbsURL,
java.lang.String thumbnailURL,
CreativeType type,
java.lang.Long weight,
java.lang.Long width)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this VideoCreative. |
java.lang.Long |
getAspectHeight()
Gets the aspectHeight value for this VideoCreative. |
java.lang.Long |
getAspectWidth()
Gets the aspectWidth value for this VideoCreative. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this VideoCreative. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getFileExtension()
Gets the fileExtension value for this VideoCreative. |
java.lang.Long |
getFolderID()
Gets the folderID value for this VideoCreative. |
java.lang.Long |
getHeight()
Gets the height value for this VideoCreative. |
java.lang.Long |
getID()
Gets the ID value for this VideoCreative. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this VideoCreative. |
java.lang.String |
getName()
Gets the name value for this VideoCreative. |
java.lang.String |
getOneHundredKbsURL()
Gets the oneHundredKbsURL value for this VideoCreative. |
java.lang.String |
getOneThousandKbsURL()
Gets the oneThousandKbsURL value for this VideoCreative. |
VideoCreativeProcessingStatus |
getProcessingStatus()
Gets the processingStatus value for this VideoCreative. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSevenHundredKbsURL()
Gets the sevenHundredKbsURL value for this VideoCreative. |
CreativeStatus |
getStatus()
Gets the status value for this VideoCreative. |
java.lang.String |
getThreeHundredKbsURL()
Gets the threeHundredKbsURL value for this VideoCreative. |
java.lang.String |
getThumbnailURL()
Gets the thumbnailURL value for this VideoCreative. |
CreativeType |
getType()
Gets the type value for this VideoCreative. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Long |
getWeight()
Gets the weight value for this VideoCreative. |
java.lang.Long |
getWidth()
Gets the width value for this VideoCreative. |
int |
hashCode()
|
void |
setAccountID(java.lang.String accountID)
Sets the accountID value for this VideoCreative. |
void |
setAspectHeight(java.lang.Long aspectHeight)
Sets the aspectHeight value for this VideoCreative. |
void |
setAspectWidth(java.lang.Long aspectWidth)
Sets the aspectWidth value for this VideoCreative. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this VideoCreative. |
void |
setFileExtension(java.lang.String fileExtension)
Sets the fileExtension value for this VideoCreative. |
void |
setFolderID(java.lang.Long folderID)
Sets the folderID value for this VideoCreative. |
void |
setHeight(java.lang.Long height)
Sets the height value for this VideoCreative. |
void |
setID(java.lang.Long ID)
Sets the ID value for this VideoCreative. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this VideoCreative. |
void |
setName(java.lang.String name)
Sets the name value for this VideoCreative. |
void |
setOneHundredKbsURL(java.lang.String oneHundredKbsURL)
Sets the oneHundredKbsURL value for this VideoCreative. |
void |
setOneThousandKbsURL(java.lang.String oneThousandKbsURL)
Sets the oneThousandKbsURL value for this VideoCreative. |
void |
setProcessingStatus(VideoCreativeProcessingStatus processingStatus)
Sets the processingStatus value for this VideoCreative. |
void |
setSevenHundredKbsURL(java.lang.String sevenHundredKbsURL)
Sets the sevenHundredKbsURL value for this VideoCreative. |
void |
setStatus(CreativeStatus status)
Sets the status value for this VideoCreative. |
void |
setThreeHundredKbsURL(java.lang.String threeHundredKbsURL)
Sets the threeHundredKbsURL value for this VideoCreative. |
void |
setThumbnailURL(java.lang.String thumbnailURL)
Sets the thumbnailURL value for this VideoCreative. |
void |
setType(CreativeType type)
Sets the type value for this VideoCreative. |
void |
setWeight(java.lang.Long weight)
Sets the weight value for this VideoCreative. |
void |
setWidth(java.lang.Long width)
Sets the width value for this VideoCreative. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long ID
private java.lang.String accountID
private java.lang.Long aspectHeight
private java.lang.Long aspectWidth
private java.util.Calendar createTimestamp
private java.lang.String fileExtension
private java.lang.Long folderID
private java.lang.Long height
private java.util.Calendar lastUpdateTimestamp
private java.lang.String name
private java.lang.String oneHundredKbsURL
private java.lang.String oneThousandKbsURL
private VideoCreativeProcessingStatus processingStatus
private java.lang.String sevenHundredKbsURL
private CreativeStatus status
private java.lang.String threeHundredKbsURL
private java.lang.String thumbnailURL
private CreativeType type
private java.lang.Long weight
private java.lang.Long width
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public VideoCreative()
public VideoCreative(java.lang.Long ID, java.lang.String accountID, java.lang.Long aspectHeight, java.lang.Long aspectWidth, java.util.Calendar createTimestamp, java.lang.String fileExtension, java.lang.Long folderID, java.lang.Long height, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String oneHundredKbsURL, java.lang.String oneThousandKbsURL, VideoCreativeProcessingStatus processingStatus, java.lang.String sevenHundredKbsURL, CreativeStatus status, java.lang.String threeHundredKbsURL, java.lang.String thumbnailURL, CreativeType type, java.lang.Long weight, java.lang.Long width)
Method Detail |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.Long getAspectHeight()
public void setAspectHeight(java.lang.Long aspectHeight)
aspectHeight
- public java.lang.Long getAspectWidth()
public void setAspectWidth(java.lang.Long aspectWidth)
aspectWidth
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
fileExtension
- public java.lang.Long getFolderID()
public void setFolderID(java.lang.Long folderID)
folderID
- public java.lang.Long getHeight()
public void setHeight(java.lang.Long height)
height
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getOneHundredKbsURL()
public void setOneHundredKbsURL(java.lang.String oneHundredKbsURL)
oneHundredKbsURL
- public java.lang.String getOneThousandKbsURL()
public void setOneThousandKbsURL(java.lang.String oneThousandKbsURL)
oneThousandKbsURL
- public VideoCreativeProcessingStatus getProcessingStatus()
public void setProcessingStatus(VideoCreativeProcessingStatus processingStatus)
processingStatus
- public java.lang.String getSevenHundredKbsURL()
public void setSevenHundredKbsURL(java.lang.String sevenHundredKbsURL)
sevenHundredKbsURL
- public CreativeStatus getStatus()
public void setStatus(CreativeStatus status)
status
- public java.lang.String getThreeHundredKbsURL()
public void setThreeHundredKbsURL(java.lang.String threeHundredKbsURL)
threeHundredKbsURL
- public java.lang.String getThumbnailURL()
public void setThumbnailURL(java.lang.String thumbnailURL)
thumbnailURL
- public CreativeType getType()
public void setType(CreativeType type)
type
- public java.lang.Long getWeight()
public void setWeight(java.lang.Long weight)
weight
- public java.lang.Long getWidth()
public void setWidth(java.lang.Long width)
width
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |