Package com.kaltura.client.types
Class ConvertCollectionFlavorData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ConvertCollectionFlavorData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ConvertCollectionFlavorData extends ObjectBase
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConvertCollectionFlavorData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ConvertCollectionFlavorData()ConvertCollectionFlavorData(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
ConvertCollectionFlavorData
public ConvertCollectionFlavorData()
-
ConvertCollectionFlavorData
public ConvertCollectionFlavorData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getFlavorAssetId
public String getFlavorAssetId()
-
setFlavorAssetId
public void setFlavorAssetId(String flavorAssetId)
-
flavorAssetId
public void flavorAssetId(String multirequestToken)
-
getFlavorParamsOutputId
public Integer getFlavorParamsOutputId()
-
setFlavorParamsOutputId
public void setFlavorParamsOutputId(Integer flavorParamsOutputId)
-
flavorParamsOutputId
public void flavorParamsOutputId(String multirequestToken)
-
getReadyBehavior
public Integer getReadyBehavior()
-
setReadyBehavior
public void setReadyBehavior(Integer readyBehavior)
-
readyBehavior
public void readyBehavior(String multirequestToken)
-
getVideoBitrate
public Integer getVideoBitrate()
-
setVideoBitrate
public void setVideoBitrate(Integer videoBitrate)
-
videoBitrate
public void videoBitrate(String multirequestToken)
-
getAudioBitrate
public Integer getAudioBitrate()
-
setAudioBitrate
public void setAudioBitrate(Integer audioBitrate)
-
audioBitrate
public void audioBitrate(String multirequestToken)
-
getDestFileSyncLocalPath
public String getDestFileSyncLocalPath()
-
setDestFileSyncLocalPath
public void setDestFileSyncLocalPath(String destFileSyncLocalPath)
-
destFileSyncLocalPath
public void destFileSyncLocalPath(String multirequestToken)
-
getDestFileSyncRemoteUrl
public String getDestFileSyncRemoteUrl()
-
setDestFileSyncRemoteUrl
public void setDestFileSyncRemoteUrl(String destFileSyncRemoteUrl)
-
destFileSyncRemoteUrl
public void destFileSyncRemoteUrl(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-