Package org.yamcs.api

Interface ExceptionMessageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    int32 code = 1;
    com.google.protobuf.Any
    .google.protobuf.Any detail = 4;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any detail = 4;
    string msg = 3;
    com.google.protobuf.ByteString
    string msg = 3;
    string type = 2;
    com.google.protobuf.ByteString
    string type = 2;
    boolean
    .google.protobuf.Any detail = 4;

    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

    • getCode

      int getCode()
      int32 code = 1;
      Returns:
      The code.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • getMsg

      String getMsg()
      string msg = 3;
      Returns:
      The msg.
    • getMsgBytes

      com.google.protobuf.ByteString getMsgBytes()
      string msg = 3;
      Returns:
      The bytes for msg.
    • hasDetail

      boolean hasDetail()
      .google.protobuf.Any detail = 4;
      Returns:
      Whether the detail field is set.
    • getDetail

      com.google.protobuf.Any getDetail()
      .google.protobuf.Any detail = 4;
      Returns:
      The detail.
    • getDetailOrBuilder

      com.google.protobuf.AnyOrBuilder getDetailOrBuilder()
      .google.protobuf.Any detail = 4;