public class WidgetImageUploadRequest extends Object implements Serializable
| Constructor and Description |
|---|
WidgetImageUploadRequest() |
WidgetImageUploadRequest(long campaign,
byte[] filedata,
String filename,
long network,
boolean networkWidgetImageUpload,
String profile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCampaign()
Gets the campaign value for this WidgetImageUploadRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
byte[] |
getFiledata()
Gets the filedata value for this WidgetImageUploadRequest.
|
String |
getFilename()
Gets the filename value for this WidgetImageUploadRequest.
|
long |
getNetwork()
Gets the network value for this WidgetImageUploadRequest.
|
String |
getProfile()
Gets the profile value for this WidgetImageUploadRequest.
|
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 |
isNetworkWidgetImageUpload()
Gets the networkWidgetImageUpload value for this WidgetImageUploadRequest.
|
void |
setCampaign(long campaign)
Sets the campaign value for this WidgetImageUploadRequest.
|
void |
setFiledata(byte[] filedata)
Sets the filedata value for this WidgetImageUploadRequest.
|
void |
setFilename(String filename)
Sets the filename value for this WidgetImageUploadRequest.
|
void |
setNetwork(long network)
Sets the network value for this WidgetImageUploadRequest.
|
void |
setNetworkWidgetImageUpload(boolean networkWidgetImageUpload)
Sets the networkWidgetImageUpload value for this WidgetImageUploadRequest.
|
void |
setProfile(String profile)
Sets the profile value for this WidgetImageUploadRequest.
|
public long getCampaign()
public void setCampaign(long campaign)
campaign - public byte[] getFiledata()
public void setFiledata(byte[] filedata)
filedata - public String getFilename()
public void setFilename(String filename)
filename - public long getNetwork()
public void setNetwork(long network)
network - public boolean isNetworkWidgetImageUpload()
public void setNetworkWidgetImageUpload(boolean networkWidgetImageUpload)
networkWidgetImageUpload - public String getProfile()
public void setProfile(String profile)
profile - 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.