Package com.kaltura.client.types
Class GenericDistributionProviderAction
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.GenericDistributionProviderAction
-
- All Implemented Interfaces:
ResponseType,Serializable
public class GenericDistributionProviderAction 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 interfaceGenericDistributionProviderAction.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description GenericDistributionProviderAction()GenericDistributionProviderAction(com.google.gson.JsonObject jsonObject)
-
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
-
GenericDistributionProviderAction
public GenericDistributionProviderAction()
-
GenericDistributionProviderAction
public GenericDistributionProviderAction(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getId
public Integer getId()
-
getCreatedAt
public Long getCreatedAt()
-
getUpdatedAt
public Long getUpdatedAt()
-
getGenericDistributionProviderId
public Integer getGenericDistributionProviderId()
-
setGenericDistributionProviderId
public void setGenericDistributionProviderId(Integer genericDistributionProviderId)
-
genericDistributionProviderId
public void genericDistributionProviderId(String multirequestToken)
-
getAction
public DistributionAction getAction()
-
setAction
public void setAction(DistributionAction action)
-
action
public void action(String multirequestToken)
-
getStatus
public GenericDistributionProviderStatus getStatus()
-
getResultsParser
public GenericDistributionProviderParser getResultsParser()
-
setResultsParser
public void setResultsParser(GenericDistributionProviderParser resultsParser)
-
resultsParser
public void resultsParser(String multirequestToken)
-
getProtocol
public DistributionProtocol getProtocol()
-
setProtocol
public void setProtocol(DistributionProtocol protocol)
-
protocol
public void protocol(String multirequestToken)
-
getServerAddress
public String getServerAddress()
-
setServerAddress
public void setServerAddress(String serverAddress)
-
serverAddress
public void serverAddress(String multirequestToken)
-
getRemotePath
public String getRemotePath()
-
setRemotePath
public void setRemotePath(String remotePath)
-
remotePath
public void remotePath(String multirequestToken)
-
getRemoteUsername
public String getRemoteUsername()
-
setRemoteUsername
public void setRemoteUsername(String remoteUsername)
-
remoteUsername
public void remoteUsername(String multirequestToken)
-
getRemotePassword
public String getRemotePassword()
-
setRemotePassword
public void setRemotePassword(String remotePassword)
-
remotePassword
public void remotePassword(String multirequestToken)
-
getEditableFields
public String getEditableFields()
-
setEditableFields
public void setEditableFields(String editableFields)
-
editableFields
public void editableFields(String multirequestToken)
-
getMandatoryFields
public String getMandatoryFields()
-
setMandatoryFields
public void setMandatoryFields(String mandatoryFields)
-
mandatoryFields
public void mandatoryFields(String multirequestToken)
-
getMrssTransformer
public String getMrssTransformer()
-
getMrssValidator
public String getMrssValidator()
-
getResultsTransformer
public String getResultsTransformer()
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-