Class MessageMessageType


  • public class MessageMessageType
    extends java.lang.Object
    MessageMessageType

    Stackone enum identifying the type of message associated with the content.

    • Constructor Detail

      • MessageMessageType

        public MessageMessageType​(org.openapitools.jackson.nullable.JsonNullable<? extends MessageValue> value,
                                  org.openapitools.jackson.nullable.JsonNullable<? extends MessageSourceValue> sourceValue)
      • MessageMessageType

        public MessageMessageType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<MessageValue> value()
        The unified message type.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<MessageSourceValue> sourceValue()
        The original value from the provider used to derive the unified message type.
      • withValue

        public MessageMessageType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends MessageValue> value)
        The unified message type.
      • withSourceValue

        public MessageMessageType withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends MessageSourceValue> sourceValue)
        The original value from the provider used to derive the unified message type.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object