Package com.kaltura.client.types
Class QuickPlayDistributionProfile
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.DistributionProfile
-
- com.kaltura.client.types.ConfigurableDistributionProfile
-
- com.kaltura.client.types.QuickPlayDistributionProfile
-
- All Implemented Interfaces:
ResponseType,Serializable
public class QuickPlayDistributionProfile extends ConfigurableDistributionProfile
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 interfaceQuickPlayDistributionProfile.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description QuickPlayDistributionProfile()QuickPlayDistributionProfile(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.ConfigurableDistributionProfile
getFieldConfigArray, getItemXpathsToExtend, getUseCategoryEntries, setFieldConfigArray, setItemXpathsToExtend, setUseCategoryEntries, useCategoryEntries
-
Methods inherited from class com.kaltura.client.types.DistributionProfile
autoCreateFlavors, autoCreateThumb, deleteEnabled, distributeTrigger, getAutoCreateFlavors, getAutoCreateThumb, getCreatedAt, getDeleteEnabled, getDistributeTrigger, getId, getName, getOptionalAssetDistributionRules, getOptionalFlavorParamsIds, getOptionalThumbDimensions, getPartnerId, getProviderType, getRecommendedDcForDownload, getRecommendedDcForExecute, getRecommendedStorageProfileForDownload, getReportEnabled, getRequiredAssetDistributionRules, getRequiredFlavorParamsIds, getRequiredThumbDimensions, getStatus, getSubmitEnabled, getSunriseDefaultOffset, getSunsetDefaultOffset, getSupportImageEntry, getUpdatedAt, getUpdateEnabled, name, optionalFlavorParamsIds, providerType, recommendedDcForDownload, recommendedDcForExecute, recommendedStorageProfileForDownload, reportEnabled, requiredFlavorParamsIds, setAutoCreateFlavors, setAutoCreateThumb, setDeleteEnabled, setDistributeTrigger, setName, setOptionalAssetDistributionRules, setOptionalFlavorParamsIds, setOptionalThumbDimensions, setProviderType, setRecommendedDcForDownload, setRecommendedDcForExecute, setRecommendedStorageProfileForDownload, setReportEnabled, setRequiredAssetDistributionRules, setRequiredFlavorParamsIds, setRequiredThumbDimensions, setStatus, setSubmitEnabled, setSunriseDefaultOffset, setSunsetDefaultOffset, setUpdateEnabled, status, submitEnabled, sunriseDefaultOffset, sunsetDefaultOffset, updateEnabled
-
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
-
QuickPlayDistributionProfile
public QuickPlayDistributionProfile()
-
QuickPlayDistributionProfile
public QuickPlayDistributionProfile(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getSftpHost
public String getSftpHost()
-
setSftpHost
public void setSftpHost(String sftpHost)
-
sftpHost
public void sftpHost(String multirequestToken)
-
getSftpLogin
public String getSftpLogin()
-
setSftpLogin
public void setSftpLogin(String sftpLogin)
-
sftpLogin
public void sftpLogin(String multirequestToken)
-
getSftpPass
public String getSftpPass()
-
setSftpPass
public void setSftpPass(String sftpPass)
-
sftpPass
public void sftpPass(String multirequestToken)
-
getSftpBasePath
public String getSftpBasePath()
-
setSftpBasePath
public void setSftpBasePath(String sftpBasePath)
-
sftpBasePath
public void sftpBasePath(String multirequestToken)
-
getChannelTitle
public String getChannelTitle()
-
setChannelTitle
public void setChannelTitle(String channelTitle)
-
channelTitle
public void channelTitle(String multirequestToken)
-
getChannelLink
public String getChannelLink()
-
setChannelLink
public void setChannelLink(String channelLink)
-
channelLink
public void channelLink(String multirequestToken)
-
getChannelDescription
public String getChannelDescription()
-
setChannelDescription
public void setChannelDescription(String channelDescription)
-
channelDescription
public void channelDescription(String multirequestToken)
-
getChannelManagingEditor
public String getChannelManagingEditor()
-
setChannelManagingEditor
public void setChannelManagingEditor(String channelManagingEditor)
-
channelManagingEditor
public void channelManagingEditor(String multirequestToken)
-
getChannelLanguage
public String getChannelLanguage()
-
setChannelLanguage
public void setChannelLanguage(String channelLanguage)
-
channelLanguage
public void channelLanguage(String multirequestToken)
-
getChannelImageTitle
public String getChannelImageTitle()
-
setChannelImageTitle
public void setChannelImageTitle(String channelImageTitle)
-
channelImageTitle
public void channelImageTitle(String multirequestToken)
-
getChannelImageWidth
public String getChannelImageWidth()
-
setChannelImageWidth
public void setChannelImageWidth(String channelImageWidth)
-
channelImageWidth
public void channelImageWidth(String multirequestToken)
-
getChannelImageHeight
public String getChannelImageHeight()
-
setChannelImageHeight
public void setChannelImageHeight(String channelImageHeight)
-
channelImageHeight
public void channelImageHeight(String multirequestToken)
-
getChannelImageLink
public String getChannelImageLink()
-
setChannelImageLink
public void setChannelImageLink(String channelImageLink)
-
channelImageLink
public void channelImageLink(String multirequestToken)
-
getChannelImageUrl
public String getChannelImageUrl()
-
setChannelImageUrl
public void setChannelImageUrl(String channelImageUrl)
-
channelImageUrl
public void channelImageUrl(String multirequestToken)
-
getChannelCopyright
public String getChannelCopyright()
-
setChannelCopyright
public void setChannelCopyright(String channelCopyright)
-
channelCopyright
public void channelCopyright(String multirequestToken)
-
getChannelGenerator
public String getChannelGenerator()
-
setChannelGenerator
public void setChannelGenerator(String channelGenerator)
-
channelGenerator
public void channelGenerator(String multirequestToken)
-
getChannelRating
public String getChannelRating()
-
setChannelRating
public void setChannelRating(String channelRating)
-
channelRating
public void channelRating(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classConfigurableDistributionProfile
-
-