Class Message

java.lang.Object
org.schemastore.json.sarif.x210.Message
All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="Message", description="Encapsulates a message intended to be read by the end user.", name="message", moduleClass=SarifModule.class, valueConstraints=@ValueConstraints(expect=@Expect(level=ERROR,test="exists(@id|text)",message="At least one id or text must be provided."))) public class Message extends Object implements gov.nist.secauto.metaschema.core.model.IBoundObject
Encapsulates a message intended to be read by the end user.