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()
String
public void setItemId(String value)
value
- allowed object is
String
public String getStatusId()
String
public void setStatusId(String value)
value
- allowed object is
String
public String getInReplyToUserId()
String
public void setInReplyToUserId(String value)
value
- allowed object is
String
public String getInReplyToStatusId()
String
public void setInReplyToStatusId(String value)
value
- allowed object is
String
public String getTotalViews()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.