com.spinn3r.api.protobuf
Class ContentApi.FeedEntry

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by com.spinn3r.api.protobuf.ContentApi.FeedEntry
Enclosing class:
ContentApi

public static final class ContentApi.FeedEntry
extends com.google.protobuf.GeneratedMessage


Nested Class Summary
static class ContentApi.FeedEntry.Builder
           
 
Method Summary
 ContentApi.Author getAuthor(int index)
           
 int getAuthorCount()
           
 java.util.List<ContentApi.Author> getAuthorList()
           
 ContentApi.Link getCanonicalLink()
           
 java.lang.String getCategory(int index)
           
 int getCategoryCount()
           
 java.util.List<java.lang.String> getCategoryList()
           
 ContentApi.Content getContent()
           
 java.lang.String getDateFound()
           
static ContentApi.FeedEntry getDefaultInstance()
           
 ContentApi.FeedEntry getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getHashcode()
           
 long getIdentifier()
           
 ContentApi.Lang getLang(int index)
           
 int getLangCount()
           
 java.util.List<ContentApi.Lang> getLangList()
           
 java.lang.String getLastPublished()
           
 ContentApi.Link getLink(int index)
           
 int getLinkCount()
           
 java.util.List<ContentApi.Link> getLinkList()
           
 float getSpamProbability()
           
 java.lang.String getTitle()
           
 boolean hasCanonicalLink()
           
 boolean hasContent()
           
 boolean hasDateFound()
           
 boolean hasHashcode()
           
 boolean hasIdentifier()
           
 boolean hasLastPublished()
           
 boolean hasSpamProbability()
           
 boolean hasTitle()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
static ContentApi.FeedEntry.Builder newBuilder()
           
static ContentApi.FeedEntry.Builder newBuilder(ContentApi.FeedEntry prototype)
           
 ContentApi.FeedEntry.Builder newBuilderForType()
           
static ContentApi.FeedEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.FeedEntry parseFrom(com.google.protobuf.ByteString data)
           
static ContentApi.FeedEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.FeedEntry parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContentApi.FeedEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.FeedEntry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static ContentApi.FeedEntry getDefaultInstance()

getDefaultInstanceForType

public ContentApi.FeedEntry getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getLinkList

public java.util.List<ContentApi.Link> getLinkList()

getLinkCount

public int getLinkCount()

getLink

public ContentApi.Link getLink(int index)

hasCanonicalLink

public boolean hasCanonicalLink()

getCanonicalLink

public ContentApi.Link getCanonicalLink()

hasTitle

public boolean hasTitle()

getTitle

public java.lang.String getTitle()

hasHashcode

public boolean hasHashcode()

getHashcode

public java.lang.String getHashcode()

getLangList

public java.util.List<ContentApi.Lang> getLangList()

getLangCount

public int getLangCount()

getLang

public ContentApi.Lang getLang(int index)

getAuthorList

public java.util.List<ContentApi.Author> getAuthorList()

getAuthorCount

public int getAuthorCount()

getAuthor

public ContentApi.Author getAuthor(int index)

getCategoryList

public java.util.List<java.lang.String> getCategoryList()

getCategoryCount

public int getCategoryCount()

getCategory

public java.lang.String getCategory(int index)

hasSpamProbability

public boolean hasSpamProbability()

getSpamProbability

public float getSpamProbability()

hasLastPublished

public boolean hasLastPublished()

getLastPublished

public java.lang.String getLastPublished()

hasDateFound

public boolean hasDateFound()

getDateFound

public java.lang.String getDateFound()

hasIdentifier

public boolean hasIdentifier()

getIdentifier

public long getIdentifier()

hasContent

public boolean hasContent()

getContent

public ContentApi.Content getContent()

parseFrom

public static ContentApi.FeedEntry parseFrom(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ContentApi.FeedEntry parseFrom(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistry extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ContentApi.FeedEntry parseFrom(byte[] data,
                                             com.google.protobuf.ExtensionRegistry extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ContentApi.FeedEntry parseFrom(java.io.InputStream input,
                                             com.google.protobuf.ExtensionRegistry extensionRegistry)
                                      throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ContentApi.FeedEntry parseFrom(com.google.protobuf.CodedInputStream input)
                                      throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ContentApi.FeedEntry parseFrom(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistry extensionRegistry)
                                      throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ContentApi.FeedEntry.Builder newBuilder()

newBuilderForType

public ContentApi.FeedEntry.Builder newBuilderForType()

newBuilder

public static ContentApi.FeedEntry.Builder newBuilder(ContentApi.FeedEntry prototype)


Copyright © Tailrank Inc. All Rights Reserved.