public class CreativeUploadFileCount extends Object implements Serializable
| Constructor and Description |
|---|
CreativeUploadFileCount() |
CreativeUploadFileCount(int flashFileCount,
int imageFileCount,
int otherFileCount) |
| 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
|
int |
getFlashFileCount()
Gets the flashFileCount value for this CreativeUploadFileCount.
|
int |
getImageFileCount()
Gets the imageFileCount value for this CreativeUploadFileCount.
|
int |
getOtherFileCount()
Gets the otherFileCount value for this CreativeUploadFileCount.
|
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 |
setFlashFileCount(int flashFileCount)
Sets the flashFileCount value for this CreativeUploadFileCount.
|
void |
setImageFileCount(int imageFileCount)
Sets the imageFileCount value for this CreativeUploadFileCount.
|
void |
setOtherFileCount(int otherFileCount)
Sets the otherFileCount value for this CreativeUploadFileCount.
|
public CreativeUploadFileCount()
public CreativeUploadFileCount(int flashFileCount,
int imageFileCount,
int otherFileCount)
public int getFlashFileCount()
public void setFlashFileCount(int flashFileCount)
flashFileCount - public int getImageFileCount()
public void setImageFileCount(int imageFileCount)
imageFileCount - public int getOtherFileCount()
public void setOtherFileCount(int otherFileCount)
otherFileCount - 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.