public static interface Proto.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Proto.Attribute |
getAttributes(int index) |
int |
getAttributesCount() |
List<Proto.Attribute> |
getAttributesList() |
Proto.AttributeOrBuilder |
getAttributesOrBuilder(int index) |
List<? extends Proto.AttributeOrBuilder> |
getAttributesOrBuilderList() |
String |
getDescription() |
String |
getHost() |
double |
getMetricD() |
float |
getMetricF() |
long |
getMetricSint64() |
String |
getService() |
String |
getState() |
String |
getTags(int index) |
int |
getTagsCount() |
List<String> |
getTagsList() |
long |
getTime() |
float |
getTtl() |
boolean |
hasDescription() |
boolean |
hasHost() |
boolean |
hasMetricD() |
boolean |
hasMetricF() |
boolean |
hasMetricSint64() |
boolean |
hasService() |
boolean |
hasState() |
boolean |
hasTime() |
boolean |
hasTtl() |
boolean hasTime()
long getTime()
boolean hasState()
String getState()
boolean hasService()
String getService()
boolean hasHost()
String getHost()
boolean hasDescription()
String getDescription()
int getTagsCount()
String getTags(int index)
boolean hasTtl()
float getTtl()
List<Proto.Attribute> getAttributesList()
Proto.Attribute getAttributes(int index)
int getAttributesCount()
List<? extends Proto.AttributeOrBuilder> getAttributesOrBuilderList()
Proto.AttributeOrBuilder getAttributesOrBuilder(int index)
boolean hasMetricSint64()
long getMetricSint64()
boolean hasMetricD()
double getMetricD()
boolean hasMetricF()
float getMetricF()
Copyright © 2014. All rights reserved.