public static interface CatalogProtos.StatProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StatType |
getType()
required .StatType type = 1; |
long |
getValue()
required int64 value = 2; |
boolean |
hasType()
required .StatType type = 1; |
boolean |
hasValue()
required int64 value = 2; |
boolean hasType()
required .StatType type = 1;
CatalogProtos.StatType getType()
required .StatType type = 1;
boolean hasValue()
required int64 value = 2;
long getValue()
required int64 value = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.