public class BeatApi 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="beatRequest"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="heatbeatID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}short"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}byte"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="beatResponse"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="beat" maxOccurs="unbounded" minOccurs="0"> <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> </element> <element name="count" type="{http://www.w3.org/2001/XMLSchema}short"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="errors" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="error" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
BeatApi.BeatRequest
Java class for anonymous complex type.
|
static class |
BeatApi.BeatResponse
Java class for anonymous complex type.
|
static class |
BeatApi.Errors
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected BeatApi.BeatRequest |
beatRequest |
protected BeatApi.BeatResponse |
beatResponse |
protected BeatApi.Errors |
errors |
Constructor and Description |
---|
BeatApi() |
Modifier and Type | Method and Description |
---|---|
BeatApi.BeatRequest |
getBeatRequest()
Gets the value of the beatRequest property.
|
BeatApi.BeatResponse |
getBeatResponse()
Gets the value of the beatResponse property.
|
BeatApi.Errors |
getErrors()
Gets the value of the errors property.
|
void |
setBeatRequest(BeatApi.BeatRequest value)
Sets the value of the beatRequest property.
|
void |
setBeatResponse(BeatApi.BeatResponse value)
Sets the value of the beatResponse property.
|
void |
setErrors(BeatApi.Errors value)
Sets the value of the errors property.
|
protected BeatApi.BeatRequest beatRequest
protected BeatApi.BeatResponse beatResponse
protected BeatApi.Errors errors
public BeatApi.BeatRequest getBeatRequest()
BeatApi.BeatRequest
public void setBeatRequest(BeatApi.BeatRequest value)
value
- allowed object is
BeatApi.BeatRequest
public BeatApi.BeatResponse getBeatResponse()
BeatApi.BeatResponse
public void setBeatResponse(BeatApi.BeatResponse value)
value
- allowed object is
BeatApi.BeatResponse
public BeatApi.Errors getErrors()
BeatApi.Errors
public void setErrors(BeatApi.Errors value)
value
- allowed object is
BeatApi.Errors
Copyright © 2018 The Apache Software Foundation. All rights reserved.