Package com.kaltura.client.types
Class RoomDetails
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.RoomDetails
-
- All Implemented Interfaces:
ResponseType,Serializable
public class RoomDetails 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 interfaceRoomDetails.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description RoomDetails()RoomDetails(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentryId(String multirequestToken)voidexpiry(String multirequestToken)StringgetEntryId()IntegergetExpiry()StringgetServerName()StringgetServerUrl()StringgetToken()voidserverName(String multirequestToken)voidserverUrl(String multirequestToken)voidsetEntryId(String entryId)voidsetExpiry(Integer expiry)voidsetServerName(String serverName)voidsetServerUrl(String serverUrl)voidsetToken(String token)voidtoken(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
-
RoomDetails
public RoomDetails()
-
RoomDetails
public RoomDetails(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getServerUrl
public String getServerUrl()
-
setServerUrl
public void setServerUrl(String serverUrl)
-
serverUrl
public void serverUrl(String multirequestToken)
-
getEntryId
public String getEntryId()
-
setEntryId
public void setEntryId(String entryId)
-
entryId
public void entryId(String multirequestToken)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
token
public void token(String multirequestToken)
-
getExpiry
public Integer getExpiry()
-
setExpiry
public void setExpiry(Integer expiry)
-
expiry
public void expiry(String multirequestToken)
-
getServerName
public String getServerName()
-
setServerName
public void setServerName(String serverName)
-
serverName
public void serverName(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-