Package com.kaltura.client.types
Class VelocixProvisionJobData
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.JobData
-
- com.kaltura.client.types.ProvisionJobData
-
- com.kaltura.client.types.VelocixProvisionJobData
-
- All Implemented Interfaces:
ResponseType,Serializable
public class VelocixProvisionJobData extends ProvisionJobData
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 interfaceVelocixProvisionJobData.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description VelocixProvisionJobData()VelocixProvisionJobData(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()List<KeyValue>getProvisioningParams()StringgetUserName()voidpassword(String multirequestToken)voidsetPassword(String password)voidsetProvisioningParams(List<KeyValue> provisioningParams)voidsetUserName(String userName)ParamstoParams()voiduserName(String multirequestToken)-
Methods inherited from class com.kaltura.client.types.ProvisionJobData
backupEncoderIP, backupStreamID, encoderIP, encoderPassword, encoderUsername, endDate, getBackupEncoderIP, getBackupStreamID, getEncoderIP, getEncoderPassword, getEncoderUsername, getEndDate, getMediaType, getPrimaryBroadcastingUrl, getReturnVal, getRtmp, getSecondaryBroadcastingUrl, getStreamID, getStreamName, mediaType, primaryBroadcastingUrl, returnVal, rtmp, secondaryBroadcastingUrl, setBackupEncoderIP, setBackupStreamID, setEncoderIP, setEncoderPassword, setEncoderUsername, setEndDate, setMediaType, setPrimaryBroadcastingUrl, setReturnVal, setRtmp, setSecondaryBroadcastingUrl, setStreamID, setStreamName, streamID, streamName
-
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
-
VelocixProvisionJobData
public VelocixProvisionJobData()
-
VelocixProvisionJobData
public VelocixProvisionJobData(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getUserName
public String getUserName()
-
setUserName
public void setUserName(String userName)
-
userName
public void userName(String multirequestToken)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
password
public void password(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classProvisionJobData
-
-