Package com.kaltura.client.types
Class ScheduleResource
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ScheduleResource
-
- All Implemented Interfaces:
ResponseType,Serializable
- Direct Known Subclasses:
CameraScheduleResource,LiveEntryScheduleResource,LocationScheduleResource
public abstract class ScheduleResource 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 interfaceScheduleResource.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description ScheduleResource()ScheduleResource(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescription(String multirequestToken)LonggetCreatedAt()StringgetDescription()IntegergetId()StringgetName()IntegergetParentId()IntegergetPartnerId()ScheduleResourceStatusgetStatus()StringgetSystemName()StringgetTags()LonggetUpdatedAt()voidname(String multirequestToken)voidparentId(String multirequestToken)voidsetDescription(String description)voidsetName(String name)voidsetParentId(Integer parentId)voidsetSystemName(String systemName)voidsetTags(String tags)voidsystemName(String multirequestToken)voidtags(String multirequestToken)ParamstoParams()-
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
-
ScheduleResource
public ScheduleResource()
-
ScheduleResource
public ScheduleResource(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public Integer getId()
-
getParentId
public Integer getParentId()
-
setParentId
public void setParentId(Integer parentId)
-
parentId
public void parentId(String multirequestToken)
-
getPartnerId
public Integer getPartnerId()
-
getName
public String getName()
-
setName
public void setName(String name)
-
name
public void name(String multirequestToken)
-
getSystemName
public String getSystemName()
-
setSystemName
public void setSystemName(String systemName)
-
systemName
public void systemName(String multirequestToken)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
description
public void description(String multirequestToken)
-
getStatus
public ScheduleResourceStatus getStatus()
-
getTags
public String getTags()
-
setTags
public void setTags(String tags)
-
tags
public void tags(String multirequestToken)
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-