public class ArticlePublishingPlatform extends Object implements Serializable
Java class for articlePublishingPlatform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="articlePublishingPlatform">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="itemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="statusId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inReplyToUserId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inReplyToStatusId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="totalViews" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
inReplyToStatusId |
protected String |
inReplyToUserId |
protected String |
itemId |
protected String |
statusId |
protected String |
totalViews |
| Constructor and Description |
|---|
ArticlePublishingPlatform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInReplyToStatusId()
Gets the value of the inReplyToStatusId property.
|
String |
getInReplyToUserId()
Gets the value of the inReplyToUserId property.
|
String |
getItemId()
Gets the value of the itemId property.
|
String |
getStatusId()
Gets the value of the statusId property.
|
String |
getTotalViews()
Gets the value of the totalViews property.
|
void |
setInReplyToStatusId(String value)
Sets the value of the inReplyToStatusId property.
|
void |
setInReplyToUserId(String value)
Sets the value of the inReplyToUserId property.
|
void |
setItemId(String value)
Sets the value of the itemId property.
|
void |
setStatusId(String value)
Sets the value of the statusId property.
|
void |
setTotalViews(String value)
Sets the value of the totalViews property.
|
protected String itemId
protected String statusId
protected String inReplyToUserId
protected String inReplyToStatusId
protected String totalViews
public String getItemId()
Stringpublic void setItemId(String value)
value - allowed object is
Stringpublic String getStatusId()
Stringpublic void setStatusId(String value)
value - allowed object is
Stringpublic String getInReplyToUserId()
Stringpublic void setInReplyToUserId(String value)
value - allowed object is
Stringpublic String getInReplyToStatusId()
Stringpublic void setInReplyToStatusId(String value)
value - allowed object is
Stringpublic String getTotalViews()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.