Package com.kaltura.client.types
Class ConfMaps
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ConfMaps
-
- All Implemented Interfaces:
ResponseType,Serializable
public class ConfMaps 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 interfaceConfMaps.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
-
ConfMaps
public ConfMaps()
-
ConfMaps
public ConfMaps(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
name
public void name(String multirequestToken)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
content
public void content(String multirequestToken)
-
getRawData
public String getRawData()
-
setRawData
public void setRawData(String rawData)
-
rawData
public void rawData(String multirequestToken)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
userId
public void userId(String multirequestToken)
-
getIsEditable
public Boolean getIsEditable()
-
getCreatedAt
public Long getCreatedAt()
-
getRelatedHost
public String getRelatedHost()
-
setRelatedHost
public void setRelatedHost(String relatedHost)
-
relatedHost
public void relatedHost(String multirequestToken)
-
getVersion
public Integer getVersion()
-
getSourceLocation
public ConfMapsSourceLocation getSourceLocation()
-
setSourceLocation
public void setSourceLocation(ConfMapsSourceLocation sourceLocation)
-
sourceLocation
public void sourceLocation(String multirequestToken)
-
getRemarks
public String getRemarks()
-
setRemarks
public void setRemarks(String remarks)
-
remarks
public void remarks(String multirequestToken)
-
getStatus
public ConfMapsStatus getStatus()
-
setStatus
public void setStatus(ConfMapsStatus status)
-
status
public void status(String multirequestToken)
-
getChangeDescription
public String getChangeDescription()
-
setChangeDescription
public void setChangeDescription(String changeDescription)
-
changeDescription
public void changeDescription(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectBase
-
-