Package akka.remote
Interface ContainerFormats.StatusReplyErrorMessageOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.StatusReplyErrorMessage
,ContainerFormats.StatusReplyErrorMessage.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.StatusReplyErrorMessageOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getErrorMessage()
required string errorMessage = 1;
akka.protobufv3.internal.ByteString
getErrorMessageBytes()
required string errorMessage = 1;
boolean
hasErrorMessage()
required string errorMessage = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasErrorMessage
boolean hasErrorMessage()
required string errorMessage = 1;
- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
java.lang.String getErrorMessage()
required string errorMessage = 1;
- Returns:
- The errorMessage.
-
getErrorMessageBytes
akka.protobufv3.internal.ByteString getErrorMessageBytes()
required string errorMessage = 1;
- Returns:
- The bytes for errorMessage.
-
-