com.spinn3r.api.protobuf
Class ContentApi.FeedEntry
java.lang.Object
com.google.protobuf.GeneratedMessage
com.spinn3r.api.protobuf.ContentApi.FeedEntry
- Enclosing class:
- ContentApi
public static final class ContentApi.FeedEntry
- extends com.google.protobuf.GeneratedMessage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.