com.eurotech.framework.core.message.protobuf
Interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EsfPayloadProto.EsfPayload.EsfMetric, EsfPayloadProto.EsfPayload.EsfMetric.Builder
Enclosing class:
EsfPayloadProto.EsfPayload

public static interface EsfPayloadProto.EsfPayload.EsfMetricOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getBoolValue()
           
 com.google.protobuf.ByteString getBytesValue()
           
 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()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

String getName()

hasType

boolean hasType()

getType

EsfPayloadProto.EsfPayload.EsfMetric.ValueType getType()

hasDoubleValue

boolean hasDoubleValue()

getDoubleValue

double getDoubleValue()

hasFloatValue

boolean hasFloatValue()

getFloatValue

float getFloatValue()

hasLongValue

boolean hasLongValue()

getLongValue

long getLongValue()

hasIntValue

boolean hasIntValue()

getIntValue

int getIntValue()

hasBoolValue

boolean hasBoolValue()

getBoolValue

boolean getBoolValue()

hasStringValue

boolean hasStringValue()

getStringValue

String getStringValue()

hasBytesValue

boolean hasBytesValue()

getBytesValue

com.google.protobuf.ByteString getBytesValue()


Copyright © 2013. All Rights Reserved.