Added: websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticleLocation.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticleLocation.html (added) +++ websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticleLocation.html Sat May 16 21:56:25 2015 @@ -0,0 +1,838 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 15:59:12 CDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ArticleLocation (gnip-powertrack 0.2-incubating API)</title> +<meta name="date" content="2015-05-16"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ArticleLocation (gnip-powertrack 0.2-incubating API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ArticleLocation.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../com/gnip/api/Article.Topics.html" title="class in com.gnip.api"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/gnip/api/ArticlePublishingPlatform.html" title="class in com.gnip.api"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?com/gnip/api/ArticleLocation.html" target="_top">Frames</a></li> +<li><a href="ArticleLocation.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.gnip.api</div> +<h2 title="Class ArticleLocation" class="title">Class ArticleLocation</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>com.gnip.api.ArticleLocation</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ArticleLocation</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> +<div class="block"><p>Java class for articleLocation complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <complexType name="articleLocation"> + <complexContent> + <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + <sequence> + <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="mentions" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="confidence" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="country" type="{}country"/> + <element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="subregion" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="state" type="{}state"/> + <element name="latitude" type="{http://www.w3.org/2001/XMLSchema}string"/> + <element name="longitude" type="{http://www.w3.org/2001/XMLSchema}string"/> + </sequence> + </restriction> + </complexContent> + </complexType> + </pre></div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#com.gnip.api.ArticleLocation">Serialized Form</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#clazz">clazz</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#confidence">confidence</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#country">country</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#latitude">latitude</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#longitude">longitude</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#mentions">mentions</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#name">name</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#region">region</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#state">state</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#subregion">subregion</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#type">type</a></strong></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#ArticleLocation()">ArticleLocation</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getClazz()">getClazz</a></strong>()</code> +<div class="block">Gets the value of the clazz property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getConfidence()">getConfidence</a></strong>()</code> +<div class="block">Gets the value of the confidence property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getCountry()">getCountry</a></strong>()</code> +<div class="block">Gets the value of the country property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getLatitude()">getLatitude</a></strong>()</code> +<div class="block">Gets the value of the latitude property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getLongitude()">getLongitude</a></strong>()</code> +<div class="block">Gets the value of the longitude property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getMentions()">getMentions</a></strong>()</code> +<div class="block">Gets the value of the mentions property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getName()">getName</a></strong>()</code> +<div class="block">Gets the value of the name property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getRegion()">getRegion</a></strong>()</code> +<div class="block">Gets the value of the region property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getState()">getState</a></strong>()</code> +<div class="block">Gets the value of the state property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getSubregion()">getSubregion</a></strong>()</code> +<div class="block">Gets the value of the subregion property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#getType()">getType</a></strong>()</code> +<div class="block">Gets the value of the type property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setClazz(java.lang.String)">setClazz</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the clazz property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setConfidence(java.lang.String)">setConfidence</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the confidence property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setCountry(com.gnip.api.Country)">setCountry</a></strong>(<a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a> value)</code> +<div class="block">Sets the value of the country property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setLatitude(java.lang.String)">setLatitude</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the latitude property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setLongitude(java.lang.String)">setLongitude</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the longitude property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setMentions(java.lang.String)">setMentions</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the mentions property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setName(java.lang.String)">setName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the name property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setRegion(java.lang.String)">setRegion</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the region property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setState(com.gnip.api.State)">setState</a></strong>(<a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a> value)</code> +<div class="block">Sets the value of the state property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setSubregion(java.lang.String)">setSubregion</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the subregion property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticleLocation.html#setType(java.lang.String)">setType</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the type property.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="name"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>name</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre> +</li> +</ul> +<a name="type"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>type</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type</pre> +</li> +</ul> +<a name="clazz"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clazz</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clazz</pre> +</li> +</ul> +<a name="mentions"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>mentions</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mentions</pre> +</li> +</ul> +<a name="confidence"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>confidence</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> confidence</pre> +</li> +</ul> +<a name="country"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>country</h4> +<pre>protected <a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a> country</pre> +</li> +</ul> +<a name="region"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>region</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> region</pre> +</li> +</ul> +<a name="subregion"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>subregion</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subregion</pre> +</li> +</ul> +<a name="state"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>state</h4> +<pre>protected <a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a> state</pre> +</li> +</ul> +<a name="latitude"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>latitude</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> latitude</pre> +</li> +</ul> +<a name="longitude"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>longitude</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> longitude</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ArticleLocation()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ArticleLocation</h4> +<pre>public ArticleLocation()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre> +<div class="block">Gets the value of the name property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setName(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setName</h4> +<pre>public void setName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the name property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getType()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getType</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getType()</pre> +<div class="block">Gets the value of the type property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setType(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setType</h4> +<pre>public void setType(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the type property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getClazz()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getClazz</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getClazz()</pre> +<div class="block">Gets the value of the clazz property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setClazz(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setClazz</h4> +<pre>public void setClazz(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the clazz property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getMentions()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMentions</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getMentions()</pre> +<div class="block">Gets the value of the mentions property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setMentions(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setMentions</h4> +<pre>public void setMentions(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the mentions property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getConfidence()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getConfidence</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getConfidence()</pre> +<div class="block">Gets the value of the confidence property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setConfidence(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setConfidence</h4> +<pre>public void setConfidence(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the confidence property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getCountry()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCountry</h4> +<pre>public <a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a> getCountry()</pre> +<div class="block">Gets the value of the country property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api"><code>Country</code></a></dd></dl> +</li> +</ul> +<a name="setCountry(com.gnip.api.Country)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setCountry</h4> +<pre>public void setCountry(<a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api">Country</a> value)</pre> +<div class="block">Sets the value of the country property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="../../../com/gnip/api/Country.html" title="class in com.gnip.api"><code>Country</code></a></dd></dl> +</li> +</ul> +<a name="getRegion()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRegion</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getRegion()</pre> +<div class="block">Gets the value of the region property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setRegion(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setRegion</h4> +<pre>public void setRegion(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the region property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getSubregion()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSubregion</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getSubregion()</pre> +<div class="block">Gets the value of the subregion property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setSubregion(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSubregion</h4> +<pre>public void setSubregion(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the subregion property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getState()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getState</h4> +<pre>public <a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a> getState()</pre> +<div class="block">Gets the value of the state property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="../../../com/gnip/api/State.html" title="class in com.gnip.api"><code>State</code></a></dd></dl> +</li> +</ul> +<a name="setState(com.gnip.api.State)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setState</h4> +<pre>public void setState(<a href="../../../com/gnip/api/State.html" title="class in com.gnip.api">State</a> value)</pre> +<div class="block">Sets the value of the state property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="../../../com/gnip/api/State.html" title="class in com.gnip.api"><code>State</code></a></dd></dl> +</li> +</ul> +<a name="getLatitude()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLatitude</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getLatitude()</pre> +<div class="block">Gets the value of the latitude property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setLatitude(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setLatitude</h4> +<pre>public void setLatitude(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the latitude property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getLongitude()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLongitude</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getLongitude()</pre> +<div class="block">Gets the value of the longitude property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setLongitude(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setLongitude</h4> +<pre>public void setLongitude(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the longitude property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ArticleLocation.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../com/gnip/api/Article.Topics.html" title="class in com.gnip.api"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/gnip/api/ArticlePublishingPlatform.html" title="class in com.gnip.api"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?com/gnip/api/ArticleLocation.html" target="_top">Frames</a></li> +<li><a href="ArticleLocation.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticlePublishingPlatform.html ============================================================================== --- websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticlePublishingPlatform.html (added) +++ websites/production/streams/content/site/0.2-incubating/streams-project/streams-contrib/streams-provider-gnip/gnip-powertrack/apidocs/com/gnip/api/ArticlePublishingPlatform.html Sat May 16 21:56:25 2015 @@ -0,0 +1,538 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 15:59:12 CDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ArticlePublishingPlatform (gnip-powertrack 0.2-incubating API)</title> +<meta name="date" content="2015-05-16"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ArticlePublishingPlatform (gnip-powertrack 0.2-incubating API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ArticlePublishingPlatform.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../com/gnip/api/ArticleLocation.html" title="class in com.gnip.api"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/gnip/api/AudioOrVideo.html" title="class in com.gnip.api"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?com/gnip/api/ArticlePublishingPlatform.html" target="_top">Frames</a></li> +<li><a href="ArticlePublishingPlatform.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">com.gnip.api</div> +<h2 title="Class ArticlePublishingPlatform" class="title">Class ArticlePublishingPlatform</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>com.gnip.api.ArticlePublishingPlatform</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ArticlePublishingPlatform</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> +<div class="block"><p>Java class for articlePublishingPlatform complex type. + + <p>The following schema fragment specifies the expected content contained within this class. + + <pre> + <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> + </pre></div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#com.gnip.api.ArticlePublishingPlatform">Serialized Form</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#inReplyToStatusId">inReplyToStatusId</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#inReplyToUserId">inReplyToUserId</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#itemId">itemId</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#statusId">statusId</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#totalViews">totalViews</a></strong></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#ArticlePublishingPlatform()">ArticlePublishingPlatform</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#getInReplyToStatusId()">getInReplyToStatusId</a></strong>()</code> +<div class="block">Gets the value of the inReplyToStatusId property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#getInReplyToUserId()">getInReplyToUserId</a></strong>()</code> +<div class="block">Gets the value of the inReplyToUserId property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#getItemId()">getItemId</a></strong>()</code> +<div class="block">Gets the value of the itemId property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#getStatusId()">getStatusId</a></strong>()</code> +<div class="block">Gets the value of the statusId property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#getTotalViews()">getTotalViews</a></strong>()</code> +<div class="block">Gets the value of the totalViews property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#setInReplyToStatusId(java.lang.String)">setInReplyToStatusId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the inReplyToStatusId property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#setInReplyToUserId(java.lang.String)">setInReplyToUserId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the inReplyToUserId property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#setItemId(java.lang.String)">setItemId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the itemId property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#setStatusId(java.lang.String)">setStatusId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the statusId property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../com/gnip/api/ArticlePublishingPlatform.html#setTotalViews(java.lang.String)">setTotalViews</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Sets the value of the totalViews property.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="itemId"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>itemId</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> itemId</pre> +</li> +</ul> +<a name="statusId"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>statusId</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusId</pre> +</li> +</ul> +<a name="inReplyToUserId"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>inReplyToUserId</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> inReplyToUserId</pre> +</li> +</ul> +<a name="inReplyToStatusId"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>inReplyToStatusId</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> inReplyToStatusId</pre> +</li> +</ul> +<a name="totalViews"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>totalViews</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> totalViews</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ArticlePublishingPlatform()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ArticlePublishingPlatform</h4> +<pre>public ArticlePublishingPlatform()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getItemId()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getItemId</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getItemId()</pre> +<div class="block">Gets the value of the itemId property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setItemId(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setItemId</h4> +<pre>public void setItemId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the itemId property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getStatusId()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStatusId</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getStatusId()</pre> +<div class="block">Gets the value of the statusId property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setStatusId(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setStatusId</h4> +<pre>public void setStatusId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the statusId property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getInReplyToUserId()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInReplyToUserId</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInReplyToUserId()</pre> +<div class="block">Gets the value of the inReplyToUserId property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setInReplyToUserId(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInReplyToUserId</h4> +<pre>public void setInReplyToUserId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the inReplyToUserId property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getInReplyToStatusId()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInReplyToStatusId</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInReplyToStatusId()</pre> +<div class="block">Gets the value of the inReplyToStatusId property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setInReplyToStatusId(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInReplyToStatusId</h4> +<pre>public void setInReplyToStatusId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the inReplyToStatusId property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="getTotalViews()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTotalViews</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getTotalViews()</pre> +<div class="block">Gets the value of the totalViews property.</div> +<dl><dt><span class="strong">Returns:</span></dt><dd>possible object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +<a name="setTotalViews(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setTotalViews</h4> +<pre>public void setTotalViews(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Sets the value of the totalViews property.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>value</code> - allowed object is + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ArticlePublishingPlatform.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../com/gnip/api/ArticleLocation.html" title="class in com.gnip.api"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../com/gnip/api/AudioOrVideo.html" title="class in com.gnip.api"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?com/gnip/api/ArticlePublishingPlatform.html" target="_top">Frames</a></li> +<li><a href="ArticlePublishingPlatform.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
