Package com.kaltura.client.types
Class EntryDistribution
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.EntryDistribution
-
- All Implemented Interfaces:
ResponseType,Serializable
public class EntryDistribution 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 interfaceEntryDistribution.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description EntryDistribution()EntryDistribution(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
-
EntryDistribution
public EntryDistribution()
-
EntryDistribution
public EntryDistribution(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public Integer getId()
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getSubmittedAt
public Long getSubmittedAt()
-
getEntryId
public String getEntryId()
-
setEntryId
public void setEntryId(String entryId)
-
entryId
public void entryId(String multirequestToken)
-
getPartnerId
public Integer getPartnerId()
-
getDistributionProfileId
public Integer getDistributionProfileId()
-
setDistributionProfileId
public void setDistributionProfileId(Integer distributionProfileId)
-
distributionProfileId
public void distributionProfileId(String multirequestToken)
-
getStatus
public EntryDistributionStatus getStatus()
-
getSunStatus
public EntryDistributionSunStatus getSunStatus()
-
getDirtyStatus
public EntryDistributionFlag getDirtyStatus()
-
getThumbAssetIds
public String getThumbAssetIds()
-
setThumbAssetIds
public void setThumbAssetIds(String thumbAssetIds)
-
thumbAssetIds
public void thumbAssetIds(String multirequestToken)
-
getFlavorAssetIds
public String getFlavorAssetIds()
-
setFlavorAssetIds
public void setFlavorAssetIds(String flavorAssetIds)
-
flavorAssetIds
public void flavorAssetIds(String multirequestToken)
-
getAssetIds
public String getAssetIds()
-
setAssetIds
public void setAssetIds(String assetIds)
-
assetIds
public void assetIds(String multirequestToken)
-
getSunrise
public Long getSunrise()
-
setSunrise
public void setSunrise(Long sunrise)
-
sunrise
public void sunrise(String multirequestToken)
-
getSunset
public Long getSunset()
-
setSunset
public void setSunset(Long sunset)
-
sunset
public void sunset(String multirequestToken)
-
getRemoteId
public String getRemoteId()
-
getPlays
public Integer getPlays()
-
getViews
public Integer getViews()
-
getValidationErrors
public List<DistributionValidationError> getValidationErrors()
-
setValidationErrors
public void setValidationErrors(List<DistributionValidationError> validationErrors)
-
getErrorType
public BatchJobErrorTypes getErrorType()
-
getErrorNumber
public Integer getErrorNumber()
-
getErrorDescription
public String getErrorDescription()
-
getHasSubmitResultsLog
public Boolean getHasSubmitResultsLog()
-
getHasSubmitSentDataLog
public Boolean getHasSubmitSentDataLog()
-
getHasUpdateResultsLog
public Boolean getHasUpdateResultsLog()
-
getHasUpdateSentDataLog
public Boolean getHasUpdateSentDataLog()
-
getHasDeleteResultsLog
public Boolean getHasDeleteResultsLog()
-
getHasDeleteSentDataLog
public Boolean getHasDeleteSentDataLog()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-