Interface LinphoneTombstoneProtos.CauseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
LinphoneTombstoneProtos.Cause, LinphoneTombstoneProtos.Cause.Builder
Enclosing class:
LinphoneTombstoneProtos

public static interface LinphoneTombstoneProtos.CauseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getHumanReadable

      String getHumanReadable()
      string human_readable = 1;
      Returns:
      The humanReadable.
    • getHumanReadableBytes

      com.google.protobuf.ByteString getHumanReadableBytes()
      string human_readable = 1;
      Returns:
      The bytes for humanReadable.
    • hasMemoryError

      boolean hasMemoryError()
      .MemoryError memory_error = 2;
      Returns:
      Whether the memoryError field is set.
    • getMemoryError

      .MemoryError memory_error = 2;
      Returns:
      The memoryError.
    • getDetailsCase