public static interface RemoteMessageProto.Message.FailureOrBuilder
extends com.google.gwt.dev.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
optional string message = 1; |
com.google.gwt.dev.protobuf.ByteString |
getMessageBytes()
optional string message = 1; |
String |
getStackTrace()
optional string stackTrace = 2; |
com.google.gwt.dev.protobuf.ByteString |
getStackTraceBytes()
optional string stackTrace = 2; |
boolean |
hasMessage()
optional string message = 1; |
boolean |
hasStackTrace()
optional string stackTrace = 2; |
boolean hasMessage()
optional string message = 1;
String getMessage()
optional string message = 1;
com.google.gwt.dev.protobuf.ByteString getMessageBytes()
optional string message = 1;
boolean hasStackTrace()
optional string stackTrace = 2;
String getStackTrace()
optional string stackTrace = 2;
com.google.gwt.dev.protobuf.ByteString getStackTraceBytes()
optional string stackTrace = 2;
Copyright © 2018. All rights reserved.