public class InStreamMediaFile extends Base implements Serializable
| Constructor and Description |
|---|
InStreamMediaFile() |
InStreamMediaFile(long id,
String name,
double bitrate,
float fileSize,
int height,
String mimeType,
boolean pickedToServe,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getBitrate()
Gets the bitrate value for this InStreamMediaFile.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
float |
getFileSize()
Gets the fileSize value for this InStreamMediaFile.
|
int |
getHeight()
Gets the height value for this InStreamMediaFile.
|
String |
getMimeType()
Gets the mimeType value for this InStreamMediaFile.
|
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 |
getWidth()
Gets the width value for this InStreamMediaFile.
|
int |
hashCode() |
boolean |
isPickedToServe()
Gets the pickedToServe value for this InStreamMediaFile.
|
void |
setBitrate(double bitrate)
Sets the bitrate value for this InStreamMediaFile.
|
void |
setFileSize(float fileSize)
Sets the fileSize value for this InStreamMediaFile.
|
void |
setHeight(int height)
Sets the height value for this InStreamMediaFile.
|
void |
setMimeType(String mimeType)
Sets the mimeType value for this InStreamMediaFile.
|
void |
setPickedToServe(boolean pickedToServe)
Sets the pickedToServe value for this InStreamMediaFile.
|
void |
setWidth(int width)
Sets the width value for this InStreamMediaFile.
|
public double getBitrate()
public void setBitrate(double bitrate)
bitrate - public float getFileSize()
public void setFileSize(float fileSize)
fileSize - public int getHeight()
public void setHeight(int height)
height - public String getMimeType()
public void setMimeType(String mimeType)
mimeType - public boolean isPickedToServe()
public void setPickedToServe(boolean pickedToServe)
pickedToServe - public int getWidth()
public void setWidth(int width)
width - 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.