Class ArtifactMessage

java.lang.Object
com.tibco.ep.sb.ads.ArtifactMessage

public class ArtifactMessage extends Object
Container for message information

Since:
10.2
See Also:
  • Method Details

    • getType

      public String getType()
      Returns:
      Type of the artifact that this message pertains to.
    • getName

      public String getName()
      Returns:
      Name of the artifact that this message pertains to.
    • getVersion

      public String getVersion()
      Returns:
      Version of the artifact that this message pertains to. AritfactDescriptor.LATEST_VERSION is returned to specify the latest version of an artifact
    • getMessageCode

      public String getMessageCode()
      Returns:
      Message code
    • getSeverity

      public ArtifactMessage.Severity getSeverity()
      Returns:
      Message severity
    • getMessage

      public String getMessage()
      Returns:
      Message text
    • getSource

      public String getSource()
      Returns:
      Source of the message
    • toString

      public String toString()
      Overrides:
      toString in class Object