Interface SendResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendResponse,SendResponse.Builder
public interface SendResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultStatusgetResult().streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];intgetResultValue().streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
-
-
-
Method Detail
-
getResultValue
int getResultValue()
.streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];- Returns:
- The enum numeric value on the wire for result.
-
getResult
ResultStatus getResult()
.streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];- Returns:
- The result.
-
-