Class RemoteFunctionMessage

java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage

@Deprecated public final class RemoteFunctionMessage extends Object
Deprecated.
This module will be discontinued, along with its classes and methods.
Wrapper class for remote messages.
  • Constructor Details

  • Method Details

    • toString

      @Nonnull public static String toString(@Nonnull Iterable<RemoteFunctionMessage> messages, @Nonnull Function<RemoteFunctionMessage,String> function)
      Deprecated.
      Aggregator method to translate iterable messages to String.
      Parameters:
      messages - The messages that need to be transformed to String.
      function - The transformation method to be used.
      Returns:
      The aggregates String result.
    • getMessageType

      public MessageType getMessageType()
      Deprecated.
    • getMessageClass

      public MessageClass getMessageClass()
      Deprecated.
    • getMessageNumber

      public MessageNumber getMessageNumber()
      Deprecated.
    • getMessageText

      public String getMessageText()
      Deprecated.
    • equals

      public boolean equals(@Nullable Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Deprecated.
      Overrides:
      toString in class Object