public class CmsContent extends Object implements Serializable
Content from the CMS it was
ingested from.| Constructor and Description |
|---|
CmsContent() |
CmsContent(Long id,
String displayName,
String cmsContentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCmsContentId()
Gets the cmsContentId value for this CmsContent.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDisplayName()
Gets the displayName value for this CmsContent.
|
Long |
getId()
Gets the id value for this CmsContent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCmsContentId(String cmsContentId)
Sets the cmsContentId value for this CmsContent.
|
void |
setDisplayName(String displayName)
Sets the displayName value for this CmsContent.
|
void |
setId(Long id)
Sets the id value for this CmsContent.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - * The ID of the Content Source associated with the CMS in DFP.
This attribute is read-only.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * The display name of the CMS this content is in. This attribute
is read-only.public String getCmsContentId()
Content in the CMS. This ID will be a
3rd party
ID, usually the ID of the content in a CMS (Content
Management System).
This attribute is read-only.public void setCmsContentId(String cmsContentId)
cmsContentId - * The ID of the Content in the CMS. This ID will be a
3rd party
ID, usually the ID of the content in a CMS (Content
Management System).
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.