Package org.opennms.netmgt.rrd.tcp
Interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PerformanceDataProtos.PerformanceDataReading
,PerformanceDataProtos.PerformanceDataReading.Builder
- Enclosing class:
- PerformanceDataProtos
public static interface PerformanceDataProtos.PerformanceDataReadingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDblValue(int index)
repeated double dblValue = 4;
int
getDblValueCount()
repeated double dblValue = 4;
List<Double>
getDblValueList()
repeated double dblValue = 4;
String
getOwner()
required string owner = 2;
com.google.protobuf.ByteString
getOwnerBytes()
required string owner = 2;
String
getPath()
required string path = 1;
com.google.protobuf.ByteString
getPathBytes()
required string path = 1;
String
getStrValue(int index)
repeated string strValue = 5;
com.google.protobuf.ByteString
getStrValueBytes(int index)
repeated string strValue = 5;
int
getStrValueCount()
repeated string strValue = 5;
com.google.protobuf.ProtocolStringList
getStrValueList()
repeated string strValue = 5;
long
getTimestamp()
required uint64 timestamp = 3;
boolean
hasOwner()
required string owner = 2;
boolean
hasPath()
required string path = 1;
boolean
hasTimestamp()
required uint64 timestamp = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
required string path = 1;
-
getPath
String getPath()
required string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
required string path = 1;
-
hasOwner
boolean hasOwner()
required string owner = 2;
-
getOwner
String getOwner()
required string owner = 2;
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()
required string owner = 2;
-
hasTimestamp
boolean hasTimestamp()
required uint64 timestamp = 3;
-
getTimestamp
long getTimestamp()
required uint64 timestamp = 3;
-
getDblValueCount
int getDblValueCount()
repeated double dblValue = 4;
-
getDblValue
double getDblValue(int index)
repeated double dblValue = 4;
-
getStrValueList
com.google.protobuf.ProtocolStringList getStrValueList()
repeated string strValue = 5;
-
getStrValueCount
int getStrValueCount()
repeated string strValue = 5;
-
getStrValue
String getStrValue(int index)
repeated string strValue = 5;
-
getStrValueBytes
com.google.protobuf.ByteString getStrValueBytes(int index)
repeated string strValue = 5;
-
-