Interface ReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reply, Reply.Builder

public interface ReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If set, the call was not successful.
    If set, the call was not successful.
    int
    The id of the original client message (if provided)
    boolean
    If set, the call was not successful.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getReplyTo

      int getReplyTo()
       The id of the original client message (if provided)
       
      int32 reply_to = 1;
      Returns:
      The replyTo.
    • hasException

      boolean hasException()
       If set, the call was not successful.
       
      .yamcs.api.ExceptionMessage exception = 2;
      Returns:
      Whether the exception field is set.
    • getException

      ExceptionMessage getException()
       If set, the call was not successful.
       
      .yamcs.api.ExceptionMessage exception = 2;
      Returns:
      The exception.
    • getExceptionOrBuilder

      ExceptionMessageOrBuilder getExceptionOrBuilder()
       If set, the call was not successful.
       
      .yamcs.api.ExceptionMessage exception = 2;