public class CmsContent extends Object
Content from the CMS it was ingested from.
Java class for CmsContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CmsContent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cmsContentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmsContentId |
protected String |
displayName |
protected Long |
id |
| Constructor and Description |
|---|
CmsContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmsContentId()
Gets the value of the cmsContentId property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Long |
getId()
Gets the value of the id property.
|
void |
setCmsContentId(String value)
Sets the value of the cmsContentId property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setId(Long value)
Sets the value of the id property.
|
protected Long id
protected String displayName
protected String cmsContentId
public void setId(Long value)
value - allowed object is
Longpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getCmsContentId()
StringCopyright © 2018. All Rights Reserved.