Package com.kaltura.client.types
Class DoubleClickDistributionProfile
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.DistributionProfile
-
- com.kaltura.client.types.ConfigurableDistributionProfile
-
- com.kaltura.client.types.DoubleClickDistributionProfile
-
- All Implemented Interfaces:
ResponseType,Serializable
public class DoubleClickDistributionProfile 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 interfaceDoubleClickDistributionProfile.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description DoubleClickDistributionProfile()DoubleClickDistributionProfile(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelDescription(String multirequestToken)voidchannelLink(String multirequestToken)voidchannelTitle(String multirequestToken)voidcuePointsProvider(String multirequestToken)StringgetChannelDescription()StringgetChannelLink()StringgetChannelTitle()StringgetCuePointsProvider()StringgetFeedUrl()BooleangetIgnoreSchedulingInFeed()StringgetItemsPerPage()voidignoreSchedulingInFeed(String multirequestToken)voiditemsPerPage(String multirequestToken)voidsetChannelDescription(String channelDescription)voidsetChannelLink(String channelLink)voidsetChannelTitle(String channelTitle)voidsetCuePointsProvider(String cuePointsProvider)voidsetIgnoreSchedulingInFeed(Boolean ignoreSchedulingInFeed)voidsetItemsPerPage(String itemsPerPage)ParamstoParams()-
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
-
DoubleClickDistributionProfile
public DoubleClickDistributionProfile()
-
DoubleClickDistributionProfile
public DoubleClickDistributionProfile(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
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)
-
getFeedUrl
public String getFeedUrl()
-
getCuePointsProvider
public String getCuePointsProvider()
-
setCuePointsProvider
public void setCuePointsProvider(String cuePointsProvider)
-
cuePointsProvider
public void cuePointsProvider(String multirequestToken)
-
getItemsPerPage
public String getItemsPerPage()
-
setItemsPerPage
public void setItemsPerPage(String itemsPerPage)
-
itemsPerPage
public void itemsPerPage(String multirequestToken)
-
getIgnoreSchedulingInFeed
public Boolean getIgnoreSchedulingInFeed()
-
setIgnoreSchedulingInFeed
public void setIgnoreSchedulingInFeed(Boolean ignoreSchedulingInFeed)
-
ignoreSchedulingInFeed
public void ignoreSchedulingInFeed(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classConfigurableDistributionProfile
-
-