com.eurotech.framework.core.message.protobuf
Class EsfPayloadProto.EsfPayload.EsfMetric.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<EsfPayloadProto.EsfPayload.EsfMetric.Builder>
              extended by com.eurotech.framework.core.message.protobuf.EsfPayloadProto.EsfPayload.EsfMetric.Builder
All Implemented Interfaces:
EsfPayloadProto.EsfPayload.EsfMetricOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
EsfPayloadProto.EsfPayload.EsfMetric

public static final class EsfPayloadProto.EsfPayload.EsfMetric.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EsfPayloadProto.EsfPayload.EsfMetric.Builder>
implements EsfPayloadProto.EsfPayload.EsfMetricOrBuilder


Method Summary
 EsfPayloadProto.EsfPayload.EsfMetric build()
           
 EsfPayloadProto.EsfPayload.EsfMetric buildPartial()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clear()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearBoolValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearBytesValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearDoubleValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearFloatValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearIntValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearLongValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearName()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearStringValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clearType()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder clone()
           
 boolean getBoolValue()
           
 com.google.protobuf.ByteString getBytesValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 String getName()
           
 String getStringValue()
           
 EsfPayloadProto.EsfPayload.EsfMetric.ValueType getType()
           
 boolean hasBoolValue()
           
 boolean hasBytesValue()
           
 boolean hasDoubleValue()
           
 boolean hasFloatValue()
           
 boolean hasIntValue()
           
 boolean hasLongValue()
           
 boolean hasName()
           
 boolean hasStringValue()
           
 boolean hasType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder mergeFrom(EsfPayloadProto.EsfPayload.EsfMetric other)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder mergeFrom(com.google.protobuf.Message other)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setBoolValue(boolean value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setBytesValue(com.google.protobuf.ByteString value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setDoubleValue(double value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setFloatValue(float value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setIntValue(int value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setLongValue(long value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setName(String value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setStringValue(String value)
           
 EsfPayloadProto.EsfPayload.EsfMetric.Builder setType(EsfPayloadProto.EsfPayload.EsfMetric.ValueType value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, 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
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

clear

public EsfPayloadProto.EsfPayload.EsfMetric.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.GeneratedMessage.Builder<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

clone

public EsfPayloadProto.EsfPayload.EsfMetric.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<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

getDefaultInstanceForType

public EsfPayloadProto.EsfPayload.EsfMetric getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public EsfPayloadProto.EsfPayload.EsfMetric build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public EsfPayloadProto.EsfPayload.EsfMetric buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public EsfPayloadProto.EsfPayload.EsfMetric.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<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

mergeFrom

public EsfPayloadProto.EsfPayload.EsfMetric.Builder mergeFrom(EsfPayloadProto.EsfPayload.EsfMetric other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EsfPayloadProto.EsfPayload.EsfMetric.Builder>

mergeFrom

public EsfPayloadProto.EsfPayload.EsfMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws 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<EsfPayloadProto.EsfPayload.EsfMetric.Builder>
Throws:
IOException

hasName

public boolean hasName()
Specified by:
hasName in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getName

public String getName()
Specified by:
getName in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setName

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setName(String value)

clearName

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearName()

hasType

public boolean hasType()
Specified by:
hasType in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getType

public EsfPayloadProto.EsfPayload.EsfMetric.ValueType getType()
Specified by:
getType in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setType

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setType(EsfPayloadProto.EsfPayload.EsfMetric.ValueType value)

clearType

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearType()

hasDoubleValue

public boolean hasDoubleValue()
Specified by:
hasDoubleValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getDoubleValue

public double getDoubleValue()
Specified by:
getDoubleValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setDoubleValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setDoubleValue(double value)

clearDoubleValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearDoubleValue()

hasFloatValue

public boolean hasFloatValue()
Specified by:
hasFloatValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getFloatValue

public float getFloatValue()
Specified by:
getFloatValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setFloatValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setFloatValue(float value)

clearFloatValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearFloatValue()

hasLongValue

public boolean hasLongValue()
Specified by:
hasLongValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getLongValue

public long getLongValue()
Specified by:
getLongValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setLongValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setLongValue(long value)

clearLongValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearLongValue()

hasIntValue

public boolean hasIntValue()
Specified by:
hasIntValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getIntValue

public int getIntValue()
Specified by:
getIntValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setIntValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setIntValue(int value)

clearIntValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearIntValue()

hasBoolValue

public boolean hasBoolValue()
Specified by:
hasBoolValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getBoolValue

public boolean getBoolValue()
Specified by:
getBoolValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setBoolValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setBoolValue(boolean value)

clearBoolValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearBoolValue()

hasStringValue

public boolean hasStringValue()
Specified by:
hasStringValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getStringValue

public String getStringValue()
Specified by:
getStringValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setStringValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setStringValue(String value)

clearStringValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearStringValue()

hasBytesValue

public boolean hasBytesValue()
Specified by:
hasBytesValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

getBytesValue

public com.google.protobuf.ByteString getBytesValue()
Specified by:
getBytesValue in interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

setBytesValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder setBytesValue(com.google.protobuf.ByteString value)

clearBytesValue

public EsfPayloadProto.EsfPayload.EsfMetric.Builder clearBytesValue()


Copyright © 2013. All Rights Reserved.