Package com.kaltura.client.types
Class ShortLink
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ShortLink
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ShortLink 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 interfaceShortLink.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexpiresAt(String multirequestToken)voidfullUrl(String multirequestToken)LonggetCreatedAt()IntegergetExpiresAt()StringgetFullUrl()StringgetId()StringgetName()IntegergetPartnerId()ShortLinkStatusgetStatus()StringgetSystemName()LonggetUpdatedAt()StringgetUserId()voidname(String multirequestToken)voidsetExpiresAt(Integer expiresAt)voidsetFullUrl(String fullUrl)voidsetName(String name)voidsetStatus(ShortLinkStatus status)voidsetSystemName(String systemName)voidsetUserId(String userId)voidstatus(String multirequestToken)voidsystemName(String multirequestToken)ParamstoParams()voiduserId(String multirequestToken)-
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
-
ShortLink
public ShortLink()
-
ShortLink
public ShortLink(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public String getId()
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getExpiresAt
public Integer getExpiresAt()
-
setExpiresAt
public void setExpiresAt(Integer expiresAt)
-
expiresAt
public void expiresAt(String multirequestToken)
-
getPartnerId
public Integer getPartnerId()
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
userId
public void userId(String multirequestToken)
-
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)
-
getFullUrl
public String getFullUrl()
-
setFullUrl
public void setFullUrl(String fullUrl)
-
fullUrl
public void fullUrl(String multirequestToken)
-
getStatus
public ShortLinkStatus getStatus()
-
setStatus
public void setStatus(ShortLinkStatus status)
-
status
public void status(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-