public class InStreamAssetUploadRequest extends Object implements Serializable
| Constructor and Description |
|---|
InStreamAssetUploadRequest() |
InStreamAssetUploadRequest(boolean companion,
long creativeId,
CreativeAsset inStreamAsset,
boolean mediaFile,
boolean nonLinear) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreativeId()
Gets the creativeId value for this InStreamAssetUploadRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
CreativeAsset |
getInStreamAsset()
Gets the inStreamAsset value for this InStreamAssetUploadRequest.
|
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() |
boolean |
isCompanion()
Gets the companion value for this InStreamAssetUploadRequest.
|
boolean |
isMediaFile()
Gets the mediaFile value for this InStreamAssetUploadRequest.
|
boolean |
isNonLinear()
Gets the nonLinear value for this InStreamAssetUploadRequest.
|
void |
setCompanion(boolean companion)
Sets the companion value for this InStreamAssetUploadRequest.
|
void |
setCreativeId(long creativeId)
Sets the creativeId value for this InStreamAssetUploadRequest.
|
void |
setInStreamAsset(CreativeAsset inStreamAsset)
Sets the inStreamAsset value for this InStreamAssetUploadRequest.
|
void |
setMediaFile(boolean mediaFile)
Sets the mediaFile value for this InStreamAssetUploadRequest.
|
void |
setNonLinear(boolean nonLinear)
Sets the nonLinear value for this InStreamAssetUploadRequest.
|
public InStreamAssetUploadRequest()
public InStreamAssetUploadRequest(boolean companion,
long creativeId,
CreativeAsset inStreamAsset,
boolean mediaFile,
boolean nonLinear)
public boolean isCompanion()
public void setCompanion(boolean companion)
companion - public long getCreativeId()
public void setCreativeId(long creativeId)
creativeId - public CreativeAsset getInStreamAsset()
public void setInStreamAsset(CreativeAsset inStreamAsset)
inStreamAsset - public boolean isMediaFile()
public void setMediaFile(boolean mediaFile)
mediaFile - public boolean isNonLinear()
public void setNonLinear(boolean nonLinear)
nonLinear - 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.