com.spinn3r.api.protobuf
Class ContentApi.Feed

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

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


Nested Class Summary
static class ContentApi.Feed.Builder
           
 
Method Summary
 ContentApi.Link getCanonicalLink()
           
 ContentApi.Link getChannelLink()
           
 java.lang.String getDateFound()
           
static ContentApi.Feed getDefaultInstance()
           
 ContentApi.Feed getDefaultInstanceForType()
           
 java.lang.String getDescription()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getEtag()
           
 java.lang.String getGenerator()
           
 java.lang.String getHashcode()
           
 ContentApi.Lang getLang(int index)
           
 int getLangCount()
           
 java.util.List<ContentApi.Lang> getLangList()
           
 java.lang.String getLastPosted()
           
 java.lang.String getLastPublished()
           
 ContentApi.Link getLink(int index)
           
 int getLinkCount()
           
 java.util.List<ContentApi.Link> getLinkList()
           
 int getResourceStatus()
           
 float getSpamProbability()
           
 java.lang.String getTitle()
           
 boolean hasCanonicalLink()
           
 boolean hasChannelLink()
           
 boolean hasDateFound()
           
 boolean hasDescription()
           
 boolean hasEtag()
           
 boolean hasGenerator()
           
 boolean hasHashcode()
           
 boolean hasLastPosted()
           
 boolean hasLastPublished()
           
 boolean hasResourceStatus()
           
 boolean hasSpamProbability()
           
 boolean hasTitle()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
static ContentApi.Feed.Builder newBuilder()
           
static ContentApi.Feed.Builder newBuilder(ContentApi.Feed prototype)
           
 ContentApi.Feed.Builder newBuilderForType()
           
static ContentApi.Feed parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Feed parseFrom(com.google.protobuf.ByteString data)
           
static ContentApi.Feed parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Feed parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContentApi.Feed parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Feed 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.Feed getDefaultInstance()

getDefaultInstanceForType

public ContentApi.Feed 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)

hasGenerator

public boolean hasGenerator()

getGenerator

public java.lang.String getGenerator()

hasDescription

public boolean hasDescription()

getDescription

public java.lang.String getDescription()

hasResourceStatus

public boolean hasResourceStatus()

getResourceStatus

public int getResourceStatus()

hasLastPosted

public boolean hasLastPosted()

getLastPosted

public java.lang.String getLastPosted()

hasLastPublished

public boolean hasLastPublished()

getLastPublished

public java.lang.String getLastPublished()

hasDateFound

public boolean hasDateFound()

getDateFound

public java.lang.String getDateFound()

hasEtag

public boolean hasEtag()

getEtag

public java.lang.String getEtag()

hasSpamProbability

public boolean hasSpamProbability()

getSpamProbability

public float getSpamProbability()

hasChannelLink

public boolean hasChannelLink()

getChannelLink

public ContentApi.Link getChannelLink()

parseFrom

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

parseFrom

public static ContentApi.Feed 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.Feed parseFrom(byte[] data,
                                        com.google.protobuf.ExtensionRegistry extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ContentApi.Feed.Builder newBuilder()

newBuilderForType

public ContentApi.Feed.Builder newBuilderForType()

newBuilder

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


Copyright © Tailrank Inc. All Rights Reserved.