com.spinn3r.api.protobuf
Class ContentApi.Lang

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

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


Nested Class Summary
static class ContentApi.Lang.Builder
           
 
Method Summary
 java.lang.String getCode()
           
static ContentApi.Lang getDefaultInstance()
           
 ContentApi.Lang getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 float getProbability()
           
 boolean hasCode()
           
 boolean hasProbability()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
static ContentApi.Lang.Builder newBuilder()
           
static ContentApi.Lang.Builder newBuilder(ContentApi.Lang prototype)
           
 ContentApi.Lang.Builder newBuilderForType()
           
static ContentApi.Lang parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Lang parseFrom(com.google.protobuf.ByteString data)
           
static ContentApi.Lang parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Lang parseFrom(com.google.protobuf.CodedInputStream input)
           
static ContentApi.Lang parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static ContentApi.Lang 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.Lang getDefaultInstance()

getDefaultInstanceForType

public ContentApi.Lang getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasCode

public boolean hasCode()

getCode

public java.lang.String getCode()

hasProbability

public boolean hasProbability()

getProbability

public float getProbability()

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ContentApi.Lang.Builder newBuilder()

newBuilderForType

public ContentApi.Lang.Builder newBuilderForType()

newBuilder

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


Copyright © Tailrank Inc. All Rights Reserved.