@Portable public class MarshallingMessage extends Object implements DomainViolation
| Modifier and Type | Class and Description |
|---|---|
static class |
MarshallingMessage.MarshallingMessageBuilder |
Violation.Type| Constructor and Description |
|---|
MarshallingMessage(String elementUUID,
int code,
Violation.Type type,
String message,
String messageKey,
List<?> messageArguments) |
| Modifier and Type | Method and Description |
|---|---|
static MarshallingMessage.MarshallingMessageBuilder |
builder() |
boolean |
equals(Object o) |
int |
getCode() |
String |
getMessage() |
List<?> |
getMessageArguments() |
String |
getMessageKey() |
String |
getUUID() |
Violation.Type |
getViolationType() |
int |
hashCode() |
String |
toString() |
public MarshallingMessage(String elementUUID, int code, Violation.Type type, String message, String messageKey, List<?> messageArguments)
public String getUUID()
getUUID in interface ElementViolationpublic String getMessage()
getMessage in interface Violationpublic Violation.Type getViolationType()
getViolationType in interface Violationpublic int getCode()
public String getMessageKey()
public List<?> getMessageArguments()
public static MarshallingMessage.MarshallingMessageBuilder builder()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.