com.continuent.tungsten.replicator.thl.protobuf
Class TungstenProtos.ProtobufRowIdData.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>
              extended by com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufRowIdData.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, java.lang.Cloneable
Enclosing class:
TungstenProtos.ProtobufRowIdData

public static final class TungstenProtos.ProtobufRowIdData.Builder
extends com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>


Method Summary
 TungstenProtos.ProtobufRowIdData build()
           
 TungstenProtos.ProtobufRowIdData buildPartial()
           
 TungstenProtos.ProtobufRowIdData.Builder clear()
           
 TungstenProtos.ProtobufRowIdData.Builder clearId()
           
 TungstenProtos.ProtobufRowIdData.Builder clearType()
           
 TungstenProtos.ProtobufRowIdData.Builder clone()
           
 TungstenProtos.ProtobufRowIdData getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getId()
           
 int getType()
           
 boolean hasId()
           
 boolean hasType()
           
protected  TungstenProtos.ProtobufRowIdData internalGetResult()
           
 boolean isInitialized()
           
 TungstenProtos.ProtobufRowIdData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TungstenProtos.ProtobufRowIdData.Builder mergeFrom(com.google.protobuf.Message other)
           
 TungstenProtos.ProtobufRowIdData.Builder mergeFrom(TungstenProtos.ProtobufRowIdData other)
           
 TungstenProtos.ProtobufRowIdData.Builder setId(long value)
           
 TungstenProtos.ProtobufRowIdData.Builder setType(int value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected TungstenProtos.ProtobufRowIdData internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

clear

public TungstenProtos.ProtobufRowIdData.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.AbstractMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

clone

public TungstenProtos.ProtobufRowIdData.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

getDefaultInstanceForType

public TungstenProtos.ProtobufRowIdData getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

build

public TungstenProtos.ProtobufRowIdData build()

buildPartial

public TungstenProtos.ProtobufRowIdData buildPartial()

mergeFrom

public TungstenProtos.ProtobufRowIdData.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>

mergeFrom

public TungstenProtos.ProtobufRowIdData.Builder mergeFrom(TungstenProtos.ProtobufRowIdData other)

mergeFrom

public TungstenProtos.ProtobufRowIdData.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TungstenProtos.ProtobufRowIdData.Builder>
Throws:
java.io.IOException

hasId

public boolean hasId()

getId

public long getId()

setId

public TungstenProtos.ProtobufRowIdData.Builder setId(long value)

clearId

public TungstenProtos.ProtobufRowIdData.Builder clearId()

hasType

public boolean hasType()

getType

public int getType()

setType

public TungstenProtos.ProtobufRowIdData.Builder setType(int value)

clearType

public TungstenProtos.ProtobufRowIdData.Builder clearType()