Package com.kaltura.client.types
Class AppToken
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.AppToken
-
- All Implemented Interfaces:
ResponseType,Serializable
public class AppToken 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 interfaceAppToken.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
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
-
AppToken
public AppToken()
-
AppToken
public AppToken(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public String getId()
-
getToken
public String getToken()
-
getPartnerId
public Integer getPartnerId()
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getStatus
public AppTokenStatus getStatus()
-
getExpiry
public Long getExpiry()
-
setExpiry
public void setExpiry(Long expiry)
-
expiry
public void expiry(String multirequestToken)
-
getSessionType
public SessionType getSessionType()
-
setSessionType
public void setSessionType(SessionType sessionType)
-
sessionType
public void sessionType(String multirequestToken)
-
getSessionUserId
public String getSessionUserId()
-
setSessionUserId
public void setSessionUserId(String sessionUserId)
-
sessionUserId
public void sessionUserId(String multirequestToken)
-
getSessionDuration
public Integer getSessionDuration()
-
setSessionDuration
public void setSessionDuration(Integer sessionDuration)
-
sessionDuration
public void sessionDuration(String multirequestToken)
-
getSessionPrivileges
public String getSessionPrivileges()
-
setSessionPrivileges
public void setSessionPrivileges(String sessionPrivileges)
-
sessionPrivileges
public void sessionPrivileges(String multirequestToken)
-
getHashType
public AppTokenHashType getHashType()
-
setHashType
public void setHashType(AppTokenHashType hashType)
-
hashType
public void hashType(String multirequestToken)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
description
public void description(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-