public static class BeatApi.BeatResponse.Beat extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="docid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mediaType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="gender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="location"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="locationString" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="influenceLevel" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sentiment" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tag" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="systemType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tweetid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tweetJsonLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="tweetHbLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="twitterFollowers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="twitterFollowing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
BeatApi.BeatResponse.Beat.Location
Java class for anonymous complex type.
|
static class |
BeatApi.BeatResponse.Beat.Tag
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected String |
docid |
protected String |
gender |
protected String |
host |
protected String |
influenceLevel |
protected String |
link |
protected BeatApi.BeatResponse.Beat.Location |
location |
protected String |
mediaType |
protected String |
sentiment |
protected List<BeatApi.BeatResponse.Beat.Tag> |
tag |
protected Calendar |
time |
protected String |
title |
protected String |
tweetHbLink |
protected String |
tweetid |
protected String |
tweetJsonLink |
protected String |
twitterFollowers |
protected String |
twitterFollowing |
Constructor and Description |
---|
Beat() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getDocid()
Gets the value of the docid property.
|
String |
getGender()
Gets the value of the gender property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getInfluenceLevel()
Gets the value of the influenceLevel property.
|
String |
getLink()
Gets the value of the link property.
|
BeatApi.BeatResponse.Beat.Location |
getLocation()
Gets the value of the location property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getSentiment()
Gets the value of the sentiment property.
|
List<BeatApi.BeatResponse.Beat.Tag> |
getTag()
Gets the value of the tag property.
|
Calendar |
getTime()
Gets the value of the time property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getTweetHbLink()
Gets the value of the tweetHbLink property.
|
String |
getTweetid()
Gets the value of the tweetid property.
|
String |
getTweetJsonLink()
Gets the value of the tweetJsonLink property.
|
String |
getTwitterFollowers()
Gets the value of the twitterFollowers property.
|
String |
getTwitterFollowing()
Gets the value of the twitterFollowing property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setDocid(String value)
Sets the value of the docid property.
|
void |
setGender(String value)
Sets the value of the gender property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setInfluenceLevel(String value)
Sets the value of the influenceLevel property.
|
void |
setLink(String value)
Sets the value of the link property.
|
void |
setLocation(BeatApi.BeatResponse.Beat.Location value)
Sets the value of the location property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setSentiment(String value)
Sets the value of the sentiment property.
|
void |
setTime(Calendar value)
Sets the value of the time property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTweetHbLink(String value)
Sets the value of the tweetHbLink property.
|
void |
setTweetid(String value)
Sets the value of the tweetid property.
|
void |
setTweetJsonLink(String value)
Sets the value of the tweetJsonLink property.
|
void |
setTwitterFollowers(String value)
Sets the value of the twitterFollowers property.
|
void |
setTwitterFollowing(String value)
Sets the value of the twitterFollowing property.
|
protected String docid
protected String mediaType
protected Calendar time
protected String title
protected String content
protected String host
protected String link
protected String gender
protected BeatApi.BeatResponse.Beat.Location location
protected String influenceLevel
protected String sentiment
protected List<BeatApi.BeatResponse.Beat.Tag> tag
protected String tweetid
protected String tweetJsonLink
protected String tweetHbLink
protected String twitterFollowers
protected String twitterFollowing
public String getDocid()
String
public void setDocid(String value)
value
- allowed object is
String
public String getMediaType()
String
public void setMediaType(String value)
value
- allowed object is
String
public Calendar getTime()
String
public void setTime(Calendar value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public String getLink()
String
public void setLink(String value)
value
- allowed object is
String
public String getGender()
String
public void setGender(String value)
value
- allowed object is
String
public BeatApi.BeatResponse.Beat.Location getLocation()
BeatApi.BeatResponse.Beat.Location
public void setLocation(BeatApi.BeatResponse.Beat.Location value)
value
- allowed object is
BeatApi.BeatResponse.Beat.Location
public String getInfluenceLevel()
String
public void setInfluenceLevel(String value)
value
- allowed object is
String
public String getSentiment()
String
public void setSentiment(String value)
value
- allowed object is
String
public List<BeatApi.BeatResponse.Beat.Tag> getTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
BeatApi.BeatResponse.Beat.Tag
public String getTweetid()
String
public void setTweetid(String value)
value
- allowed object is
String
public String getTweetJsonLink()
String
public void setTweetJsonLink(String value)
value
- allowed object is
String
public String getTweetHbLink()
String
public void setTweetHbLink(String value)
value
- allowed object is
String
public String getTwitterFollowers()
String
public void setTwitterFollowers(String value)
value
- allowed object is
String
public String getTwitterFollowing()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.