Class X12MessageIdentifier

java.lang.Object
com.azure.resourcemanager.logic.models.X12MessageIdentifier

public final class X12MessageIdentifier extends Object
The X12 message identifier.
  • Constructor Details

    • X12MessageIdentifier

      public X12MessageIdentifier()
      Creates an instance of X12MessageIdentifier class.
  • Method Details

    • messageId

      public String messageId()
      Get the messageId property: The message id.
      Returns:
      the messageId value.
    • withMessageId

      public X12MessageIdentifier withMessageId(String messageId)
      Set the messageId property: The message id.
      Parameters:
      messageId - the messageId value to set.
      Returns:
      the X12MessageIdentifier object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.