Package com.kaltura.client.types
Class Effect
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.Effect
-
- All Implemented Interfaces:
ResponseType,Serializable
public class Effect extends ObjectBase
Effects attributes- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEffect.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 voideffectType(String multirequestToken)EffectTypegetEffectType()StringgetValue()voidsetEffectType(EffectType effectType)voidsetValue(String value)ParamstoParams()voidvalue(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
-
Effect
public Effect()
-
Effect
public Effect(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getEffectType
public EffectType getEffectType()
-
setEffectType
public void setEffectType(EffectType effectType)
-
effectType
public void effectType(String multirequestToken)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
value
public void value(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-