java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Message

public class Message extends Object
Indicates the messages that could appear on cart configuration
  • Constructor Details

    • Message

      public Message()
  • Method Details

    • value

      public Message value(String value)
    • getValue

      public String getValue()
      Content of message
      Returns:
      value
    • setValue

      public void setValue(String value)
    • atBaseType

      public Message atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      Generic attribute indicating the base class type of the extension class of the current object. Useful only when the class type of the current object is unknown to the implementation.
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public Message atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Generic attribute containing the link to the schema that defines the structure of the class type of the current object.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public Message atType(String atType)
    • getAtType

      public String getAtType()
      Generic attribute containing the name of the resource class type
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • type

      public Message type(Message.TypeEnum type)
    • getType

      public Message.TypeEnum getType()
      Type of message, such as: error, warning
      Returns:
      type
    • setType

      public void setType(Message.TypeEnum type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object