public class AuthorPublishingPlatform extends Object implements Serializable
Java class for authorPublishingPlatform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authorPublishingPlatform"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="statusesCount" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="totalViews" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="followingCount" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="followersCount" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="kloutScore" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
followersCount |
protected String |
followingCount |
protected String |
kloutScore |
protected String |
statusesCount |
protected String |
totalViews |
protected String |
userId |
protected String |
userName |
Constructor and Description |
---|
AuthorPublishingPlatform() |
Modifier and Type | Method and Description |
---|---|
String |
getFollowersCount()
Gets the value of the followersCount property.
|
String |
getFollowingCount()
Gets the value of the followingCount property.
|
String |
getKloutScore()
Gets the value of the kloutScore property.
|
String |
getStatusesCount()
Gets the value of the statusesCount property.
|
String |
getTotalViews()
Gets the value of the totalViews property.
|
String |
getUserId()
Gets the value of the userId property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setFollowersCount(String value)
Sets the value of the followersCount property.
|
void |
setFollowingCount(String value)
Sets the value of the followingCount property.
|
void |
setKloutScore(String value)
Sets the value of the kloutScore property.
|
void |
setStatusesCount(String value)
Sets the value of the statusesCount property.
|
void |
setTotalViews(String value)
Sets the value of the totalViews property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String userName
protected String userId
protected String statusesCount
protected String totalViews
protected String followingCount
protected String followersCount
protected String kloutScore
public String getUserName()
String
public void setUserName(String value)
value
- allowed object is
String
public String getUserId()
String
public void setUserId(String value)
value
- allowed object is
String
public String getStatusesCount()
String
public void setStatusesCount(String value)
value
- allowed object is
String
public String getTotalViews()
String
public void setTotalViews(String value)
value
- allowed object is
String
public String getFollowingCount()
String
public void setFollowingCount(String value)
value
- allowed object is
String
public String getFollowersCount()
String
public void setFollowersCount(String value)
value
- allowed object is
String
public String getKloutScore()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.