public static interface MetricsProto.metricOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
required string category = 1; |
com.google.protobuf.ByteString |
getCategoryBytes()
required string category = 1; |
String |
getDate()
required string date = 2; |
com.google.protobuf.ByteString |
getDateBytes()
required string date = 2; |
MetricsProto.geolocation |
getGeolocation()
optional .com.pushtech.sdk.geolocation geolocation = 7; |
MetricsProto.geolocationOrBuilder |
getGeolocationOrBuilder()
optional .com.pushtech.sdk.geolocation geolocation = 7; |
String |
getSubtype()
required string subtype = 3; |
com.google.protobuf.ByteString |
getSubtypeBytes()
required string subtype = 3; |
String |
getType()
required string type = 4; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 4; |
String |
getValue()
required string value = 5; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 5; |
String |
getValueType()
required string valueType = 6; |
com.google.protobuf.ByteString |
getValueTypeBytes()
required string valueType = 6; |
boolean |
hasCategory()
required string category = 1; |
boolean |
hasDate()
required string date = 2; |
boolean |
hasGeolocation()
optional .com.pushtech.sdk.geolocation geolocation = 7; |
boolean |
hasSubtype()
required string subtype = 3; |
boolean |
hasType()
required string type = 4; |
boolean |
hasValue()
required string value = 5; |
boolean |
hasValueType()
required string valueType = 6; |
boolean hasCategory()
required string category = 1;
String getCategory()
required string category = 1;
com.google.protobuf.ByteString getCategoryBytes()
required string category = 1;
boolean hasDate()
required string date = 2;
String getDate()
required string date = 2;
com.google.protobuf.ByteString getDateBytes()
required string date = 2;
boolean hasSubtype()
required string subtype = 3;
String getSubtype()
required string subtype = 3;
com.google.protobuf.ByteString getSubtypeBytes()
required string subtype = 3;
boolean hasType()
required string type = 4;
String getType()
required string type = 4;
com.google.protobuf.ByteString getTypeBytes()
required string type = 4;
boolean hasValue()
required string value = 5;
String getValue()
required string value = 5;
com.google.protobuf.ByteString getValueBytes()
required string value = 5;
boolean hasValueType()
required string valueType = 6;
String getValueType()
required string valueType = 6;
com.google.protobuf.ByteString getValueTypeBytes()
required string valueType = 6;
boolean hasGeolocation()
optional .com.pushtech.sdk.geolocation geolocation = 7;
MetricsProto.geolocation getGeolocation()
optional .com.pushtech.sdk.geolocation geolocation = 7;
MetricsProto.geolocationOrBuilder getGeolocationOrBuilder()
optional .com.pushtech.sdk.geolocation geolocation = 7;