org.apache.hadoop.hive.serde2.proto.test
Class Complexpb.IntString

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.proto.test.Complexpb.IntString
Enclosing class:
Complexpb

public static final class Complexpb.IntString
extends Object


Field Summary
static int MYINT_FIELD_NUMBER
           
static int MYSTRING_FIELD_NUMBER
           
static int UNDERSCORE_INT_FIELD_NUMBER
           
 
Constructor Summary
Complexpb.IntString(int myInt, String myString, int underscoreInt)
           
 
Method Summary
 int getMyint()
           
 String getMyString()
           
 int getUnderscoreInt()
           
 boolean hasMyint()
           
 boolean hasMyString()
           
 boolean hasUnderscoreInt()
           
 boolean isInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MYINT_FIELD_NUMBER

public static final int MYINT_FIELD_NUMBER
See Also:
Constant Field Values

MYSTRING_FIELD_NUMBER

public static final int MYSTRING_FIELD_NUMBER
See Also:
Constant Field Values

UNDERSCORE_INT_FIELD_NUMBER

public static final int UNDERSCORE_INT_FIELD_NUMBER
See Also:
Constant Field Values
Constructor Detail

Complexpb.IntString

public Complexpb.IntString(int myInt,
                           String myString,
                           int underscoreInt)
Method Detail

hasMyint

public boolean hasMyint()

getMyint

public int getMyint()

hasMyString

public boolean hasMyString()

getMyString

public String getMyString()

hasUnderscoreInt

public boolean hasUnderscoreInt()

getUnderscoreInt

public int getUnderscoreInt()

isInitialized

public final boolean isInitialized()


Copyright © 2011 The Apache Software Foundation