Class MessageNumber

java.lang.Object
com.sap.cloud.sdk.s4hana.serialization.MessageNumber
All Implemented Interfaces:
ErpType<MessageNumber>, Serializable

@Deprecated public class MessageNumber extends Object implements ErpType<MessageNumber>
Deprecated.
This module will be discontinued, along with its classes and methods.
The MessageNumber ERP type.
See Also:
  • Field Details

    • EMPTY

      public static final MessageNumber EMPTY
      Deprecated.
      Statically created empty instance of this converter.
  • Constructor Details

    • MessageNumber

      public MessageNumber(@Nonnull String value)
      Deprecated.
  • Method Details

    • toString

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

      @Nonnull public ErpTypeConverter<MessageNumber> getTypeConverter()
      Deprecated.
      Description copied from interface: ErpType
      Get the type converter for the ERP type.
      Specified by:
      getTypeConverter in interface ErpType<MessageNumber>
      Returns:
      The type converter.
    • toString

      @Nonnull public static String toString(@Nonnull Iterable<RemoteFunctionMessage> messages)
      Deprecated.
      String aggregator for iterable messages.
      Parameters:
      messages - The messages to be transformed.
      Returns:
      An accumulated String representation of multiple MessageNumber values.
    • equals

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

      protected boolean canEqual(@Nullable Object other)
      Deprecated.
    • hashCode

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

      @Nonnull public String getValue()
      Deprecated.