com.spinn3r.api.protobuf
Class ContentApi.Lang.Builder

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

public static final class ContentApi.Lang.Builder
extends


Method Summary
 ContentApi.Lang build()
           
 ContentApi.Lang buildPartial()
           
 ContentApi.Lang.Builder clear()
           
 ContentApi.Lang.Builder clearCode()
           
 ContentApi.Lang.Builder clearProbability()
           
 ContentApi.Lang.Builder clone()
           
 java.lang.String getCode()
           
 ContentApi.Lang getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 float getProbability()
           
 boolean hasCode()
           
 boolean hasProbability()
           
protected  ContentApi.Lang internalGetResult()
           
 ContentApi.Lang.Builder setCode(java.lang.String value)
           
 ContentApi.Lang.Builder setProbability(float value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected ContentApi.Lang internalGetResult()

clear

public ContentApi.Lang.Builder clear()

clone

public ContentApi.Lang.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public ContentApi.Lang getDefaultInstanceForType()

build

public ContentApi.Lang build()

buildPartial

public ContentApi.Lang buildPartial()

hasCode

public boolean hasCode()

getCode

public java.lang.String getCode()

setCode

public ContentApi.Lang.Builder setCode(java.lang.String value)

clearCode

public ContentApi.Lang.Builder clearCode()

hasProbability

public boolean hasProbability()

getProbability

public float getProbability()

setProbability

public ContentApi.Lang.Builder setProbability(float value)

clearProbability

public ContentApi.Lang.Builder clearProbability()


Copyright © Tailrank Inc. All Rights Reserved.