public static interface RpcProtos.RpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorClass()
optional string error_class = 3; |
com.google.protobuf.ByteString |
getErrorClassBytes()
optional string error_class = 3; |
String |
getErrorMessage()
optional string error_message = 4; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 4; |
String |
getErrorTrace()
optional string error_trace = 5; |
com.google.protobuf.ByteString |
getErrorTraceBytes()
optional string error_trace = 5; |
int |
getId()
required int32 id = 1; |
com.google.protobuf.ByteString |
getResponseMessage()
optional bytes response_message = 2; |
boolean |
hasErrorClass()
optional string error_class = 3; |
boolean |
hasErrorMessage()
optional string error_message = 4; |
boolean |
hasErrorTrace()
optional string error_trace = 5; |
boolean |
hasId()
required int32 id = 1; |
boolean |
hasResponseMessage()
optional bytes response_message = 2; |
boolean hasId()
required int32 id = 1;int getId()
required int32 id = 1;boolean hasResponseMessage()
optional bytes response_message = 2;com.google.protobuf.ByteString getResponseMessage()
optional bytes response_message = 2;boolean hasErrorClass()
optional string error_class = 3;String getErrorClass()
optional string error_class = 3;com.google.protobuf.ByteString getErrorClassBytes()
optional string error_class = 3;boolean hasErrorMessage()
optional string error_message = 4;String getErrorMessage()
optional string error_message = 4;com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 4;boolean hasErrorTrace()
optional string error_trace = 5;String getErrorTrace()
optional string error_trace = 5;com.google.protobuf.ByteString getErrorTraceBytes()
optional string error_trace = 5;Copyright © 2014 Apache Software Foundation. All Rights Reserved.